
F1 Global Tour
by jeong-baechoo
MCP server exposing Formula 1 data — teams, circuits, drivers, and race schedules — for AI-driven queries and visualisation.
What it does
F1 Global Tour provides an MCP interface over comprehensive Formula 1 data covering the 2025 season. It exposes structured data about all 10 F1 teams, 24 official race circuits, driver profiles, and race countdowns so that AI agents can query, summarise, and reason over F1 statistics. The project also ships a Next.js 3D globe front-end powered by Mapbox GL that renders team headquarters and circuit locations on an interactive satellite map.
Tools
Based on the repository structure and MCP SDK integration, the server exposes F1 domain data including:
- get_teams — Returns all 10 F1 teams with HQ location, drivers, car details, and team colours
- get_circuits — Returns all 24 2025-season circuits with GeoJSON track coordinates, lap records, and race schedule
- get_drivers — Returns 2025 driver profiles including nationality, number, and team assignment
- get_race_schedule — Returns the full 2025 calendar with dates and venue information
- get_next_race — Returns countdown data and details for the immediately upcoming Grand Prix
Installation
{
"mcpServers": {
"f1-global-tour": {
"command": "npx",
"args": ["tsx", "path/to/f1-global-tour/mcp-server.ts"]
}
}
}
Clone the repository, run npm install, then reference the MCP entry point. Requires a Mapbox access token in .env.local for the visual front-end (optional for MCP-only use).
Supported hosts
No specific MCP host integrations confirmed in README. Compatible with any stdio MCP client.
Quick install
git clone https://github.com/Jeong-baechoo/f1-global-tour && cd f1-global-tour && npm installInformation
- Pricing
- free
- Published
- 4/4/2026
- Updated
- 3 days ago
- stars
- 3