Skip to main content
Glama
pipeworx-io

mcp-f1

Official
by pipeworx-io

mcp-f1

F1 MCP — Ergast API による Formula 1 データ

Pipeworx の一部 — AI エージェントを 1476+ のライブデータソースに接続する MCP ゲートウェイです。

ツール

ツール

説明

get_current_standings

現在の F1 ドライバー選手権順位を確認します。全ドライバーの順位、ポイント、勝利数、ドライバー名、コンストラクターを返します。

get_race_results

特定の F1 グランプリのレース結果を取得します。シーズン年とラウンド番号を指定します(例: 2024年、ラウンド5)。完走順位、ドライバー、コンストラクター、ステータス、ポイントを返します。

get_schedule

F1 シーズンのレースカレンダーを取得します。年を指定します(例: 2024年)。全ラウンドのレース名、サーキット、開催地、日付を返します。

get_driver

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/mcptools/list は、上記の表のツールに加えて、共有の Pipeworx メタツールask_pipeworxdiscover_toolssearch_withinremember/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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    Provides 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.
    22
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    1
    MIT

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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