mcp-f1
Officialmcp-f1
F1 MCP — Formel-1-Daten über die Ergast-API
Teil von Pipeworx — einem MCP-Gateway, das KI-Agenten mit 1476+ Live-Datenquellen verbindet.
Werkzeuge
Werkzeug | Beschreibung |
| Prüfe die aktuellen F1-Fahrerwertungsstände. Gibt Position, Punkte, Siege, Fahrername und Konstrukteur für alle Fahrer zurück. |
| Rufe Rennergebnisse für einen bestimmten F1-Grand-Prix ab. Gib Saisonjahr und Rundennummer an (z. B. 2024, Runde 5). Gibt Endposition, Fahrer, Konstrukteur, Status und Punkte zurück. |
| Rufe den Rennkalender der F1-Saison ab. Gib das Jahr an (z. B. 2024). Gibt alle Runden mit Rennname, Strecke, Ort und Datum zurück. |
| Suche ein F1-Fahrerprofil anhand der ID. Gibt Name, Startnummer, Nationalität und Geburtsdatum zurück. |
Related MCP server: OpenF1 MCP Server
Schnellstart
Füge es zu deinem MCP-Client hinzu (Claude Desktop, Cursor, Windsurf usw.):
{
"mcpServers": {
"f1": {
"url": "https://gateway.pipeworx.io/f1/mcp"
}
}
}Was dieser Endpunkt tatsächlich bereitstellt
tools/list unter https://gateway.pipeworx.io/f1/mcp gibt die Tools in der obigen Tabelle zurück, plus die gemeinsamen Pipeworx-Meta-Tools — ask_pipeworx, discover_tools, search_within, remember/recall und den Rest des Gateway-weiten Satzes. Die Anzahl der Tools, die du siehst, ist also größer als diese Tabelle: Ein Einzelpaket-Endpunkt listet derzeit etwa 30 gemeinsame Tools neben den eigenen des Pakets auf. Die initialize-Antwort der Verbindung gibt den genauen Umfang an und ist die maßgebliche Antwort für einen bestimmten Tag.
Das ist beabsichtigt, kein versehentliches Multiplexing. Die Meta-Tools ermöglichen es einer eingeschränkten Verbindung, eine Frage zu beantworten, die dieses Paket nicht abdeckt — über ask_pipeworx, das über den gesamten Katalog routet — ohne dass du einen zweiten MCP-Server hinzufügen musst. Es gibt derzeit keine Möglichkeit, einen Paket-Endpunkt ohne sie zu mounten; wenn die zusätzlichen Schemas mehr Kontext kosten, als das Routing wert ist, verbinde dich einmal mit dem vollständigen Gateway, anstatt mit mehreren Paket-Endpunkten.
Oder verbinde dich mit dem vollständigen Pipeworx-Gateway, um die Tools jedes Pakets direkt aufgelistet zu bekommen, anstatt nur die dieses einen:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Beide URLs erreichen dasselbe Gateway und dieselben 1476+ Datenquellen. Der einzige Unterschied besteht darin, welche Tools des Pakets direkt aufgelistet sind; ask_pipeworx erreicht alle von beiden aus.
Verwendung mit ask_pipeworx
Anstatt Tools direkt aufzurufen, kannst du Fragen in einfachem Englisch stellen — das funktioniert sowohl auf dem obigen Paket-Endpunkt als auch auf dem vollständigen Gateway:
ask_pipeworx({ question: "your question about F1 data" })Das Gateway wählt das richtige Tool aus und füllt die Argumente automatisch aus.
Mehr
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceProvides access to Formula 1 data including driver and constructor championship standings with support for current and historical seasons. Enables users to query F1 championship information through natural language with plans for expanded race data and telemetry.221MIT
- FlicenseNot gradedqualityDmaintenanceEnables access to Formula 1 data from the openF1.org API, including driver information, race results, lap times, telemetry, pit stops, weather conditions, and live position data across multiple seasons.
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Formula 1 data through LLM interfaces like Claude. Provides access to F1 information including circuits, constructors, drivers, grand prix, manufacturers, races, and seasons.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides easy access to Formula 1 data including championship standings, event info, season calendars, track visualizations, session results, and driver/constructor info via FastF1 and OpenF1 API.1MIT
Related MCP Connectors
Sports MCP — wraps TheSportsDB API (free tier, test key 3, no auth required)
API Ninjas MCP — wraps the multi-endpoint API Ninjas data API (api-ninjas.com)
Access and interact with anime and manga data seamlessly. Retrieve detailed information about your…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-f1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server