Formula1 MCP ServerServer

Panth1823
GitHub
sportsopen datareal-time data

Loading subscription status...

💡 Description

A TypeScript-based Formula 1 MCP server that provides real-time and historical F1 race data via the Model Context Protocol. Get the thrill of accessing timing data, driver stats, race results, telemetry, and more!

📝 JSON Entries

{
  "mcpServers": [
    {
      "formula1": {
        "cwd": "<path-to-your-cloned-repo>",
        "args": [
          "<path-to-your-cloned-repo>/build/index.js"
        ],
        "command": "node",
        "enabled": true
      }
    }
  ]
}

🛠️ Tools

getLiveTimingDatagetCurrentSessionStatusgetDriverInfogetHistoricalSessionsgetHistoricRaceResultsgetDriverStandingsgetConstructorStandingsgetLapTimesgetWeatherDatagetCarDatagetPitStopDatagetTeamRadiogetRaceControlMessagesgetRaceCalendargetCircuitInfogetSeasonListgetQualifyingResultsgetDriverInformationgetConstructorInformationclearCache

Features

  • Access to F1 session data through standardized URIs
  • Real-time telemetry data
  • Historical race information
  • Driver and constructor standings
  • Weather data
  • Track information

💬 Example Queries

  • Show results of the Monaco GP 2023
  • Get current standings
  • Weather at Silverstone
  • Hamilton's lap times
  • Show calendar for 2024
  • Get Verstappen's info
  • Qualifying results for the GP of Japan