INDIVIDUAL MCP TOOL
query_database
Escape hatch: run a read-only SQL query against the F1 database for questions no other tool covers.
LIVE ENDPOINT
https://f1data.com/mcp
Connect to this endpoint to inspect the live schema for query_database and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.f1data]
url = "https://f1data.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"f1data": {
"type": "http",
"url": "https://f1data.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: f1data
Remote MCP URL: https://f1data.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"f1data": {
"url": "https://f1data.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"f1data": {
"type": "http",
"url": "https://f1data.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "f1data",
"transport": "streamable-http",
"url": "https://f1data.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
analyze_strategy— Quantitative strategy analysis of a race: per-compound tyre degradation (s/lap fitted from clean-air stint laps), pit-loss estimate, and every pit stop's realized undercut gain/loss vs the car ahead.analyze_qualifying— Deep qualifying analysis for a Grand Prix: Q1→Q2→Q3 time progression per driver, gap to pole in each segment, who was knocked out where, and track evolution (how much faster the track got each segment).qualifying_head_to_head— Season-long qualifying duel between two drivers: who out-qualified whom each round, the running score, average gap, and current streak.get_track_dominance— Track dominance map: the circuit coloured by which driver is fastest in each mini-sector, computed from GPS + speed telemetry on each driver's fastest lap.get_race_replay— Show an animated track-map replay of a race: every car moving around the circuit, scrubbable lap by lap.compare_telemetry— Compare two drivers' car telemetry (speed, throttle, brake, gear) over one lap each, aligned side by side with corner markers - shows exactly where time is gained and lost.create_chart— Create a custom chart from a SQL query when no purpose-built tool fits - season trends, custom aggregations, any visualization the user asks for.get_race_trace— The classic race-trace chart: every driver's gap to the leader over the laps of a race.