Formula One MCP ServerServer

rakeshgangwar
GitHub
Formula OneSportsOpen Data

Loading subscription status...

💡 Description

This Model Context Protocol (MCP) server provides access to Formula 1 data and statistics using the FastF1 Python library. It allows users to access race calendars, event information, session results, driver data, lap times, telemetry, and championship standings through a simple MCP interface.

📝 JSON Entries

{
  "mcpServers": [
    {
      "formula1": {
        "args": [
          "/Users/rakeshgangwar/Documents/Cline/MCP/f1-mcp-server/build/index.js"
        ],
        "command": "node",
        "disabled": false,
        "autoApprove": []
      }
    }
  ]
}

Features

  • Get Formula One race calendars for specific seasons
  • Retrieve detailed information about Grand Prix events
  • Access session results (Race, Qualifying, Practice)
  • Analyze driver performance with lap times and telemetry data
  • Compare the performance of multiple drivers
  • Obtain driver and constructor championship standings

💬 Example Queries

  • Show me the Formula 1 race calendar for 2023
  • Get the results for the Monaco Grand Prix in 2022.
  • Compare the performance of Hamilton and Verstappen at the British Grand Prix in 2021.
  • Show me telemetry data for Leclerc's fastest lap in the 2023 Italian Grand Prix qualifying.
  • What is the current Formula 1 championship standings?