Formula 1 MCP Server
Access extensive Formula 1 statistics and information using the FastF1 library and OpenF1 API.
🏁 Formula 1 MCP Server 🏎️
This project defines a MCP server for Formula 1 data, providing fans, analysts, and developers with easy access to a vast range of F1 statistics and information. Built with Python and powered by the Gradio framework, it offers a user-friendly web interface to explore historical and recent F1 data from the FastF1 library and the official OpenF1 API.
Video Demo (Claude Desktop)
Architecture
Architectural overview of the MCP server and client. The MCP server is hosted using a Gradio
back-end and can be either run locally or on a remote server.
Gradio Key Features
The interface is organized into several Gradio
tabs, each dedicated to a specific type of F1 data:
- Championship Standings: View final driver and constructor championship standings for any season from 1950 to the present.
- Event Information: Get detailed information for any Grand Prix, including schedules and circuit details.
- Season Calendar: Display the complete race calendar for a given year.
- Track Visualizations: Generate and view plots of the fastest race lap, visualizing speed, gear changes, and cornering G-forces.
- Session Results: Fetch detailed results for any race session (Practice, Qualifying, or Race).
- Driver & Constructor Info: Look up background information and statistics for drivers and teams.
- OpenF1 API Tools: An advanced toolkit for developers to directly query the OpenF1 API, build custom requests, and view raw JSON responses.
Tech Stack
- Backend: Python
- Web Framework: Gradio
- Data Sources:
fastf1
Python library for historical data.openf1
for live and recent data via their public API.
- Key Libraries:
pandas
,matplotlib
MCP Server
The MCP server is defined inside app.py
.
MCP Client
The MCP client and AI agent is defined inside mcp_client.py
and allows interaction with the MCP server through server side events (SSE) transport.
MCP configuration file
For MCP clients that support SSE transport (for Claude Desktop, see below), the following configuration can be used:
{
"mcpServers": {
"gradio": {
"url": "https://agents-mcp-hackathon-f1-mcp-server.hf.space/gradio_api/mcp/sse"
}
}
}
For Claude Desktop, the following configuration can instead be used, but make sure you have Node.js installed:
{
"mcpServers": {
"gradio": {
"command": "npx",
"args": [
"mcp-remote",
"https://agents-mcp-hackathon-f1-mcp-server.hf.space/gradio_api/mcp/sse",
"--transport",
"sse-only"
]
}
}
}
Related Servers
AGI MCP Server
Provides persistent memory for AI systems to enable continuity of consciousness, using an external PostgreSQL database.
MySQL MCP Tools
Provides tools for querying and managing a MySQL database.
BioMCP
Connects AI assistants to authoritative biomedical data sources like PubMed and ClinicalTrials.gov, enabling natural language queries.
Unofficial UniProt MCP Server
Access the UniProt protein database with specialized bioinformatics tools for protein research, comparative genomics, and structural biology.
Metabase MCP Server
Integrates AI assistants with the Metabase analytics platform.
MariaDB / MySQL
Access and manage MariaDB or MySQL databases using an MCP server.
MariaDB
An MCP server for retrieving data from a MariaDB database.
Tesouro Direto MCP Server
Provides natural language access to Brazilian treasury bond data from the Tesouro Direto API, allowing users to query market data and bond details.
Unofficial ChEMBL MCP Server
Access the ChEMBL chemical database for drug discovery, chemical informatics, and bioactivity research using specialized tools via its REST API.
dbt
Official MCP server for dbt (data build tool) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.