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
- 4.0.1
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. For any question spanning two or more historical races, call get_f1_historical_race_results once with up to 8 unique races. Do not repeat get_f1_historical_race_result for multi-race questions.
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 published F1DB classification for one Formula 1 session by season, meeting key, and session key, with positions and available result details.
Inferred read-onlyget_f1_starting_gridGet the published F1DB starting grid for one Formula 1 session by season, meeting key, and session key; use session results for the final classification.
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_race_classificationGet a published F1DB race, qualifying, or sprint classification by season and a friendly race selector, without requiring meeting or session keys.
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 one complete historical Formula 1 race classification by season and championship round.
Inferred read-onlyget_f1_historical_race_resultsGet 2 to 8 complete historical Formula 1 race classifications in one consolidated request, with per-race sources and bounded partial failures.
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
Trust Data Available
BuiltWith Trust API v2 evidence for racecalendar.app was fetched 2026-08-04T17:15:19.686Z and is being refreshed.
racecalendar.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.