💡 DescriptionA 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"
}
}
]
} 🛠️ Toolsget_event_schedule get_event_info get_session_results get_driver_info analyze_driver_performance compare_drivers get_telemetry get_championship_standings
⚡ FeaturesAccess 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 QueriesGet 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.