Anonymous read-only Formula 1 tools, resources, prompts, completion, and interactive dashboard.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://racecalendar.app/mcp15 Tools · 498 msget_f1_season_scheduleGet the verified public Formula 1 schedule for a season, including UTC session times, freshness, results, and canonical links.Get the verified public Formula 1 schedule for a season, including UTC session times, freshness, results, and canonical links.
| Parameter | Typ | Beschreibung |
|---|---|---|
| year* | integer | Formula 1 season year. |
get_f1_standingsGet the public Formula 1 driver and constructor standings for a season with canonical source links.Get the public Formula 1 driver and constructor standings for a season with canonical source links.
| Parameter | Typ | Beschreibung |
|---|---|---|
| year* | integer | Formula 1 season year. |
get_f1_next_eventFind the next Formula 1 session or race weekend from a UTC timestamp, including an event already in progress.Find the next Formula 1 session or race weekend from a UTC timestamp, including an event already in progress.
| Parameter | Typ | Beschreibung |
|---|---|---|
| from | string | UTC timestamp to search from. Defaults to the current time. |
| level | string | Return the next individual session or the next race weekend. Defaults to session. |
| year | integer | Season to search. Defaults to the season containing the search timestamp, then the following season if needed. |
get_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.Get the published F1DB classification for one Formula 1 session by season, meeting key, and session key, with positions and available result details.
| Parameter | Typ | Beschreibung |
|---|---|---|
| meetingKey* | integer | OpenF1 meeting key for the race weekend. |
| sessionKey* | integer | OpenF1 session key. |
| year* | integer | Formula 1 season year. |
get_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.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| meetingKey* | integer | OpenF1 meeting key for the race weekend. |
| sessionKey* | integer | OpenF1 session key. |
| year* | integer | Formula 1 season year. |
get_f1_race_weekendGet one public Formula 1 race weekend by season and exactly one friendly selector: meeting key, round, race name, or slug.Get one public Formula 1 race weekend by season and exactly one friendly selector: meeting key, round, race name, or slug.
| Parameter | Typ | Beschreibung |
|---|---|---|
| meetingKey | integer | OpenF1 meeting key for the race weekend. |
| raceName | string | Human-friendly Grand Prix or race name, matched case-insensitively. |
| round | integer | Championship round number for the season. |
| slug | string | Race Calendar race slug, such as round-6-miami-grand-prix or miami-grand-prix. |
| year* | integer | Formula 1 season year. |
get_f1_race_classificationGet a published F1DB race, qualifying, or sprint classification by season and a friendly race selector, without requiring meeting or session keys.Get a published F1DB race, qualifying, or sprint classification by season and a friendly race selector, without requiring meeting or session keys.
| Parameter | Typ | Beschreibung |
|---|---|---|
| meetingKey | integer | OpenF1 meeting key for the race weekend. |
| raceName | string | Human-friendly Grand Prix or race name, matched case-insensitively. |
| round | integer | Championship round number for the season. |
| slug | string | Race Calendar race slug, such as round-6-miami-grand-prix or miami-grand-prix. |
| year* | integer | Formula 1 season year. |
| classification | string | Published F1DB classification to return. Defaults to the Grand Prix race. |
get_f1_circuitGet circuit metadata and normalized track geometry for a race weekend selected by meeting key, round, race name, or slug.Get circuit metadata and normalized track geometry for a race weekend selected by meeting key, round, race name, or slug.
| Parameter | Typ | Beschreibung |
|---|---|---|
| meetingKey | integer | OpenF1 meeting key for the race weekend. |
| raceName | string | Human-friendly Grand Prix or race name, matched case-insensitively. |
| round | integer | Championship round number for the season. |
| slug | string | Race Calendar race slug, such as round-6-miami-grand-prix or miami-grand-prix. |
| year* | integer | Formula 1 season year. |
get_f1_race_previewGet a structurally spoiler-safe race-weekend briefing containing schedule and venue context but no classifications, winners, podiums, or result fields.Get a structurally spoiler-safe race-weekend briefing containing schedule and venue context but no classifications, winners, podiums, or result fields.
| Parameter | Typ | Beschreibung |
|---|---|---|
| meetingKey | integer | OpenF1 meeting key for the race weekend. |
| raceName | string | Human-friendly Grand Prix or race name, matched case-insensitively. |
| round | integer | Championship round number for the season. |
| slug | string | Race Calendar race slug, such as round-6-miami-grand-prix or miami-grand-prix. |
| year* | integer | Formula 1 season year. |
get_f1_live_sessionGet the latest explicitly timestamped status for the current or selected Formula 1 session. Returns unavailable rather than implying stale data is live.Get the latest explicitly timestamped status for the current or selected Formula 1 session. Returns unavailable rather than implying stale data is live.
| Parameter | Typ | Beschreibung |
|---|---|---|
| meetingKey | integer | Optional OpenF1 meeting key. Omit to discover the current live session. |
| sessionKey | integer | Optional OpenF1 session key. Requires meetingKey when supplied. |
| year | integer | Season to inspect. Defaults to the current UTC season. |
get_f1_historical_race_resultGet 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 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| round* | integer | Championship round number in the historical season. |
| year* | integer | Formula 1 season year. |
get_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. Use once for multi-race questions instead of repeating get_f1_historical_race_result.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 get_f1_historical_race_result.
| Parameter | Typ | Beschreibung |
|---|---|---|
| races* | array | Two to eight historical races to retrieve in one request. |
search_f1_historySearch the Formula 1 history index for drivers, teams, circuits, and races with bounded, cursor-based results.Search the Formula 1 history index for drivers, teams, circuits, and races with bounded, cursor-based results.
| Parameter | Typ | Beschreibung |
|---|---|---|
| cursor | string | Opaque continuation cursor returned by an earlier history search. |
| limit | integer | Maximum results to return. Defaults to 10 and never exceeds 20. |
| query* | string | Driver, team, circuit, or race text to find. |
| types | array | Optional unique entity types to include in the search. |
get_f1_updatesGet recent public schedule, standings, and result changes after an optional timestamp or cursor.Get recent public schedule, standings, and result changes after an optional timestamp or cursor.
| Parameter | Typ | Beschreibung |
|---|---|---|
| cursor | string | Opaque continuation cursor returned by an earlier updates request. |
| limit | integer | Maximum changes to return. Defaults to 20 and never exceeds 50. |
| since | string | Only return changes after this UTC timestamp. |
compare_f1_competitorsCompare two Formula 1 drivers or constructors in one season using sourced standings and explicitly described calculations.Compare two Formula 1 drivers or constructors in one season using sourced standings and explicitly described calculations.
| Parameter | Typ | Beschreibung |
|---|---|---|
| competitorType* | string | Compare two drivers or two constructors. |
| left* | string | First driver or constructor name to compare. |
| right* | string | Second driver or constructor name to compare. |
| year* | integer | Formula 1 season year. |
15 von 15 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Anonymous read-only Formula 1 tools, resources, prompts, completion, and interactive dashboard.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.