MCP Catalogs
首页MCP-F1data screenshot

MCP-F1data

by Maxbleu·0·综合分 32

一个基于 Python 的 MCP 服务器,通过 F1DB API 提供一级方程式赛车数据。

ai-llmothersports
0
Forks
0
活跃 Issue
4 个月前
最近提交
2 天前
收录于

概述

MCP-F1Data 服务器提供了各种与 F1 相关的数据,包括赛道、车队、车手、大奖赛、制造商、比赛和赛季。它使用 F1DB 数据库作为数据源,为 LLM 应用程序提供了结构化的接口来访问一级方程式赛车信息。该服务器使用 FastAPI、FastMCP 和其他 Python 库构建。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:获取 F1 车手统计数据和职业生涯信息
:访问历史比赛和冠军数据
:查询赛道信息和赛程安排
:这个 MCP 服务器是否与一级方程式赛车官方有关联?
:这个 MCP 服务器使用什么数据源?

什么时候选它

当您需要将 F1 赛车数据集成到 AI 应用程序或对话界面且设置简单时,选择此服务器。

什么时候不要选它

如果您需要实时 F1 数据(此服务器依赖的 F1DB 可能有更新周期),或需要历史 F1 统计数据以外的数据,请避免使用。

此 server 暴露的工具

从 README 抽取出 7 个工具
  • circuit

    Retrieve information about Formula 1 circuits

  • constructor

    Get information about F1 constructors (teams)

  • driver

    Retrieve information about Formula 1 drivers

  • grand prix

    Get information about Formula 1 Grands Prix

  • manufacturer

    Retrieve information about car manufacturers

  • race

    Get information about specific races and results

  • season

    Retrieve information about Formula 1 seasons

可对比工具

f1-mcpformula1-apisports-data-mcp

安装

安装

通过 pip 安装软件包:

pip install mcp-f1data

在 Claude Desktop 中配置,通过添加以下内容到您的配置文件:

  • Windows: %APPDATA%/Claude/claude_desktop_config.json
  • Linux: ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-f1data": {
        "command": "python",
        "args": [ "-m", "mcp-f1data" ]
    }
  }
}

FAQ

这个 MCP 服务器是否与一级方程式赛车官方有关联?
不,这是一个非官方项目,与任何一级方程式赛车公司或组织均无关联。
这个 MCP 服务器使用什么数据源?
该服务器使用 F1DB 的数据,该数据根据知识共享署名 4.0 国际许可协议授权。

MCP-F1data 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。