mcp-f1
Officialmcp-f1
F1 MCP — Ergast API による Formula 1 データ
Pipeworx の一部 — AI エージェントを 1476+ のライブデータソースに接続する MCP ゲートウェイです。
ツール
ツール | 説明 |
| 現在の F1 ドライバー選手権順位を確認します。全ドライバーの順位、ポイント、勝利数、ドライバー名、コンストラクターを返します。 |
| 特定の F1 グランプリのレース結果を取得します。シーズン年とラウンド番号を指定します(例: 2024年、ラウンド5)。完走順位、ドライバー、コンストラクター、ステータス、ポイントを返します。 |
| F1 シーズンのレースカレンダーを取得します。年を指定します(例: 2024年)。全ラウンドのレース名、サーキット、開催地、日付を返します。 |
| ID で F1 ドライバーのプロフィールを検索します。名前、カーナンバー、国籍、生年月日を返します。 |
Related MCP server: OpenF1 MCP Server
クイックスタート
MCP クライアント(Claude Desktop、Cursor、Windsurf など)に追加します:
{
"mcpServers": {
"f1": {
"url": "https://gateway.pipeworx.io/f1/mcp"
}
}
}このエンドポイントが実際に提供するもの
https://gateway.pipeworx.io/f1/mcp の tools/list は、上記の表のツールに加えて、共有の Pipeworx メタツール — ask_pipeworx、discover_tools、search_within、remember/recall およびその他のゲートウェイ全体のツールセットを返します。したがって、表示されるツール数はこの表よりも多くなります。単一パックのエンドポイントは、現在、パック独自のツールに加えて約30の共有ツールをリストします。接続の initialize レスポンスは正確なスコープを示し、その日の権威ある回答となります。
これは意図的なものであり、偶然のマルチプレクシングではありません。メタツールにより、スコープされた接続がこのパックがカバーしない質問に回答できるようになります — ask_pipeworx 経由でカタログ全体にルーティングされます — 2つ目の MCP サーバーを追加することなく。現在、メタツールなしでパックエンドポイントをマウントする方法はありません。追加のスキーマがルーティングの価値よりも多くのコンテキストを消費する場合は、複数のパックエンドポイントに接続するのではなく、フルゲートウェイに一度接続してください。
または、フル Pipeworx ゲートウェイに接続して、このパックだけではなく、すべてのパックのツールを直接リストすることもできます:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}両方の URL は同じゲートウェイと同じ 1476+ のデータソースに到達します。唯一の違いは、どのパックのツールが直接リストされるかです。ask_pipeworx はどちらからでもすべてのツールに到達できます。
ask_pipeworx での使用
ツールを直接呼び出す代わりに、平易な英語で質問できます — これは上記のパックエンドポイントでもフルゲートウェイでも機能します:
ask_pipeworx({ question: "your question about F1 data" })ゲートウェイが適切なツールを選択し、引数を自動的に入力します。
詳細
ライセンス
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