Race Calendar F1
app.racecalendar/f1Anonymous read-only Formula 1 tools, resources, prompts, completion, and interactive dashboard.
Tools · 15
Get the verified public Formula 1 schedule for a season, including UTC session times, freshness, results, and canonical links.
Get the public Formula 1 driver and constructor standings for a season with canonical source links.
Find the next Formula 1 session or race weekend from a UTC timestamp, including an event already in progress.
Get the published F1DB classification for one Formula 1 session by season, meeting key, and session key, with positions and available result details.
Get the published F1DB starting grid for one Formula 1 session by season, meeting key, and session key; use session results for the final classification.
Get one public Formula 1 race weekend by season and exactly one friendly selector: meeting key, round, race name, or slug.
Get a published F1DB race, qualifying, or sprint classification by season and a friendly race selector, without requiring meeting or session keys.
Get circuit metadata and normalized track geometry for a race weekend selected by meeting key, round, race name, or slug.
Get a structurally spoiler-safe race-weekend briefing containing schedule and venue context but no classifications, winners, podiums, or result fields.
Get the latest explicitly timestamped status for the current or selected Formula 1 session. Returns unavailable rather than implying stale data is live.
Get one complete historical Formula 1 race classification by season and championship round. Use only for a single race; for two or more races, call get_f1_historical_race_results once instead.
Get 2 to 8 complete historical Formula 1 race classifications in one consolidated request, with per-race sources and bounded partial failures. Use once for multi-race questions instead of repeating ge…
Search the Formula 1 history index for drivers, teams, circuits, and races with bounded, cursor-based results.
Get recent public schedule, standings, and result changes after an optional timestamp or cursor.
Compare two Formula 1 drivers or constructors in one season using sourced standings and explicitly described calculations.
Resources · 2
Latest reviewed Formula 1 reports, finalized result coverage, and material schedule corrections.
racecalendar://updates/latest
Interactive Formula 1 weekend dashboard with local session times, standings, circuit, grid, results, and calendar configuration.
ui://racecalendar/race-weekend-dashboard.html
Prompts · 5
Prepare a sourced Formula 1 weekend briefing with schedule, circuit, form, and available classifications.
Preview a Formula 1 weekend using a result-free data contract that cannot leak winner or classification fields.
Explain how a selected race can affect the driver and constructor championships.
Compare two Formula 1 drivers with sourced standings and session evidence.
Turn a Formula 1 weekend schedule into a practical viewing and calendar plan.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"race_calendar_f1": {
"url": "https://racecalendar.app/mcp",
"transport": "streamable-http"
}
}
}