Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Race Calendar F1

app.racecalendar/f1

Anonymous read-only Formula 1 tools, resources, prompts, completion, and interactive dashboard.

Uptime
100.0%
1 direct probes · 30d
Response
512ms
last probe
Tools
15
callable
Resources
2
readable
Prompts
5
available

Tools · 15

get_f1_season_schedule

Get the verified public Formula 1 schedule for a season, including UTC session times, freshness, results, and canonical links.

get_f1_standings

Get the public Formula 1 driver and constructor standings for a season with canonical source links.

get_f1_next_event

Find the next Formula 1 session or race weekend from a UTC timestamp, including an event already in progress.

get_f1_session_results

Get the published F1DB classification for one Formula 1 session by season, meeting key, and session key, with positions and available result details.

get_f1_starting_grid

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_f1_race_weekend

Get one public Formula 1 race weekend by season and exactly one friendly selector: meeting key, round, race name, or slug.

get_f1_race_classification

Get a published F1DB race, qualifying, or sprint classification by season and a friendly race selector, without requiring meeting or session keys.

get_f1_circuit

Get circuit metadata and normalized track geometry for a race weekend selected by meeting key, round, race name, or slug.

get_f1_race_preview

Get a structurally spoiler-safe race-weekend briefing containing schedule and venue context but no classifications, winners, podiums, or result fields.

get_f1_live_session

Get the latest explicitly timestamped status for the current or selected Formula 1 session. Returns unavailable rather than implying stale data is live.

get_f1_historical_race_result

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_f1_historical_race_results

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_f1_history

Search the Formula 1 history index for drivers, teams, circuits, and races with bounded, cursor-based results.

get_f1_updates

Get recent public schedule, standings, and result changes after an optional timestamp or cursor.

compare_f1_competitors

Compare two Formula 1 drivers or constructors in one season using sourced standings and explicitly described calculations.

Resources · 2

f1-latest-updates

Latest reviewed Formula 1 reports, finalized result coverage, and material schedule corrections.

racecalendar://updates/latest
F1 race-weekend dashboard

Interactive Formula 1 weekend dashboard with local session times, standings, circuit, grid, results, and calendar configuration.

ui://racecalendar/race-weekend-dashboard.html

Prompts · 5

race_weekend_briefing

Prepare a sourced Formula 1 weekend briefing with schedule, circuit, form, and available classifications.

spoiler_free_race_preview

Preview a Formula 1 weekend using a result-free data contract that cannot leak winner or classification fields.

championship_implications

Explain how a selected race can affect the driver and constructor championships.

compare_drivers

Compare two Formula 1 drivers with sourced standings and session evidence.

plan_my_race_weekend

Turn a Formula 1 weekend schedule into a practical viewing and calendar plan.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "race_calendar_f1": {
      "url": "https://racecalendar.app/mcp",
      "transport": "streamable-http"
    }
  }
}