Formula One MCP ServerServer

Machine-To-Machine
GitHub
sportsdataopen data

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that provides Formula One racing data, with various tools to query event schedules, driver information, telemetry data, race results, and more.

📝 JSON Entries

{
  "mcpServers": [
    {
      "f1-mcp-server": {
        "env": {},
        "args": [],
        "command": "uv run f1-mcp-server"
      }
    }
  ]
}

🛠️ Tools

get_event_scheduleget_event_infoget_session_resultsget_driver_infoanalyze_driver_performancecompare_driversget_telemetryget_championship_standings

Features

  • Access to complete F1 race calendars.
  • Detailed data on specific Grand Prix events.
  • Results of races, qualifying sessions, sprint races, and practice sessions.
  • Driver information for specific sessions.
  • Performance analysis with lap time statistics.
  • Comparison of multiple drivers' performance.
  • Access to detailed telemetry for specific laps.
  • Display of driver and constructor standings for any season.

💬 Example Queries

  • Get the complete F1 race calendar for a specific season.
  • Fetch detailed information about a particular Grand Prix event.
  • Retrieve results of a specific F1 session.