Skip to main content
Glama
pipeworx-io

mcp-f1

Official
by pipeworx-io

mcp-f1

F1 MCP — 通过Ergast API获取F1数据

属于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,它会在整个目录中路由——而无需您添加第二个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