MCP Catalogs
首页MCP-F1analisys screenshot

MCP-F1analisys

by Maxbleu·0·综合分 32

一个提供F1赛车分析工具的MCP服务器。

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

概述

MCP-F1Analisys是一个专业的MCP服务器,通过Claude等LLM界面提供F1赛车分析数据。服务器提供了一系列工具用于分析F1性能指标,包括赛道主导性、圈速、车队表现和车手统计等信息。它连接到FastF1数据源,提供官方测试和预测试数据的深入分析。

试试问 AI

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

:分析F1比赛性能指标和对比
:生成关于车队和车手在不同赛段表现的洞察
:创建比赛位置演变和圈速分布的可视化表示
:这个MCP服务器使用什么数据源?
:这个MCP服务器是否与F1官方有合作关系?

什么时候选它

当您需要通过 MCP 界面获取详细的 F1 赛车分析时,选择此 MCP 服务器,尤其是如果您使用 Claude Desktop 并希望将赛车数据集成到您的工作流中。

什么时候不要选它

如果您需要实时 F1 数据,或者需要超越基本性能指标的分析,请避免使用此服务器,因为它依赖 FastF1,在比赛后数据可能有延迟。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • track_dominance

    Analyze track dominance data for F1 sessions

  • top_speed

    Get top speed information for F1 drivers

  • lap_time_average

    Calculate average lap times for F1 sessions

  • lap_time_distribution

    Analyze lap time distribution patterns

  • team_performance

    Evaluate F1 team performance metrics

  • fastest_laps

    Retrieve fastest lap information from F1 sessions

  • race_position_evolution

    Track position changes during F1 races

  • fastest_drivers_each_compound

    Identify fastest drivers for each tire compound

  • comparative_lap_time

    Compare lap times between different drivers

  • throttle_usage

    Analyze throttle usage patterns in F1

  • braking_usage

    Evaluate braking performance and usage

  • long_runs

    Analyze long run performance in F1 practice sessions

可对比工具

fastf1ergast-mcpformula1-api

安装

使用pip安装包:

pip install mcp-f1analisys

通过将以下内容添加到配置文件来配置Claude Desktop:

{
  "mcpServers": {
    "mcp-f1analisys": {
      "command": "python",
      "args": [ "-m", "mcp-f1analisys" ]
    }
  }
}

进行开发测试:

mcp dev .\server.py

FAQ

这个MCP服务器使用什么数据源?
服务器使用FastF1的数据源,这是一个提供官方F1计时和遥测数据的Python库。
这个MCP服务器是否与F1官方有合作关系?
不,这是一个非官方项目,与任何F1公司或其许可实体都没有关联。

MCP-F1analisys 对比

GitHub →

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