Skip to content

v0.1.0

Choose a tag to compare

@Luffy610 Luffy610 released this 14 Mar 07:10
· 5 commits to master since this release
fd20905

🏎️ F1 Analytics MCP Server β€” v0.1.0

Initial release of mcp-f1, a Model Context Protocol server that brings 118+ Formula 1 analytics tools to Claude Desktop, Claude Code, and any MCP client.

What's included

13 tool categories, 118 tools:

  • Session & Driver β€” race results, standings, circuit details, weather, flag events
  • Lap & Sector Analysis β€” lap times, sector deltas, consistency scores, clean lap filtering
  • Telemetry β€” speed, throttle, brake, gear, RPM traces with corner-level analysis
  • Strategy β€” tyre degradation, stint analysis, compound usage, pit windows
  • Pit Stops β€” pit times, pit lane loss, stop summaries
  • Race Position β€” overtakes, battles, gap evolution, lead changes
  • Strategy Intelligence β€” undercut/overcut simulation, optimal pit window, strategy replay
  • Telemetry Intelligence β€” braking points, corner speeds, dirty air, energy deployment
  • Advanced Analytics β€” driver style clustering, aggression index, consistency scoring
  • Predictive AI β€” race winner prediction, overtake probability, tyre cliff, safety car probability
  • Visualizations β€” speed maps, race progression charts, tyre degradation plots, track dominance maps

Installation

pip install mcp-f1

MCP Configuration

{
"mcpServers": {
"f1": {
"command": "f1-mcp"
}
}
}

Powered by

  • FastF1 for telemetry and session data
  • Ergast API for historical race data
  • fastmcp for MCP server framework