LogoSTMCP
Download
f1-mcp

f1-mcp

An MCP server providing comprehensive Formula 1 data access including race results, driver information, lap times, telemetry, and circuit details using the FastF1 library for racing analytics and insights.

Tools

1. get_drivers_tool

Get F1 drivers for a season, optionally filtered by name or code query.

2. get_race_results_tool

Get race results for a season, optionally filtered by specific race name.

3. get_session_results_tool

Get session results for a specific race and session type (FP1, FP2, FP3, Qualifying, Sprint, Race).

4. get_circuit_info_tool

Get circuit information and event details for a specific race.

5. get_driver_laps_tool

Get all lap data for a specific driver in a specific session.

6. get_fastest_lap_tool

Get the fastest lap information for a specific session.

7. get_lap_telemetry_tool

Get detailed telemetry data (speed, throttle, brake, etc.) for a specific lap.

Open Graph image for f1-mcp

JSON Config

{
  "mcpServers": {
    "f1-stats": {
      "command": "python",
      "args": ["path/to/your/f1_mcp_server.py"],
      "env": {}
    }
  }
}

Useful Links

Information

Categories