Data Collection
racecalendar.app
Provides Formula 1 race schedule, standings, next event, session results, and starting grid information.
ENDPOINT 1
https://racecalendar.app/mcp
MCP server metadata
- Name
- racecalendar-f1
- Version
- 2.1.0
Use these anonymous read-only Formula 1 tools, resources, and prompts for schedules, sessions, standings, circuits, history, comparisons, updates, spoiler-safe previews, and explicitly timestamped live status.
Known tools 15
get_f1_season_scheduleGet the verified public Formula 1 schedule for a season, including UTC session times, freshness, results, and canonical links.
Inferred read-onlyget_f1_standingsGet the public Formula 1 driver and constructor standings for a season with canonical source links.
Inferred read-onlyget_f1_next_eventFind the next Formula 1 session or race weekend from a UTC timestamp, including an event already in progress.
Inferred read-onlyget_f1_session_resultsGet the complete classified result for a Formula 1 session, with positions and available classification details.
Inferred read-onlyget_f1_session_analysisGet one strictly typed analysis view for a Formula 1 session: strategy, weather, timeline, or championship implications.
Inferred read-onlyget_f1_driver_session_summaryGet one driver's lap, sector, speed, grid, position, and interval summary for a Formula 1 session.
Inferred read-onlyget_f1_race_weekendGet one public Formula 1 race weekend by season and exactly one friendly selector: meeting key, round, race name, or slug.
Inferred read-onlyget_f1_circuitGet circuit metadata and normalized track geometry for a race weekend selected by meeting key, round, race name, or slug.
Inferred read-onlyget_f1_race_previewGet a structurally spoiler-safe race-weekend briefing containing schedule and venue context but no classifications, winners, podiums, or result fields.
Inferred read-onlyget_f1_live_sessionGet the latest explicitly timestamped status for the current or selected Formula 1 session.
Inferred read-onlyget_f1_historical_race_resultGet a complete historical Formula 1 race classification by season and championship round, with sources and canonical links.
Inferred read-onlysearch_f1_historySearch the Formula 1 history index for drivers, teams, circuits, and races with bounded, cursor-based results.
Inferred read-onlyget_f1_updatesGet recent public schedule, standings, and result changes after an optional timestamp or cursor.
Inferred read-onlycompare_f1_competitorsCompare two Formula 1 drivers or constructors in one season using sourced standings and explicitly described calculations.
Inferred read-onlyCONNECT 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.racecalendar-f1]
url = "https://racecalendar.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"racecalendar-f1": {
"type": "http",
"url": "https://racecalendar.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: racecalendar-f1
Remote MCP URL: https://racecalendar.app/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": {
"racecalendar-f1": {
"url": "https://racecalendar.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"racecalendar-f1": {
"type": "http",
"url": "https://racecalendar.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "racecalendar-f1",
"transport": "streamable-http",
"url": "https://racecalendar.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.