Add Formula 1 MCP to the community servers list #2058
+1
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds my own MCP server, f1-mcp, to the README file as a community server. f1-mcp provides Formula 1 data including race results, driver information, lap times, telemetry, and circuit details. Available methods are:
get_drivers_tool
- Get F1 drivers for a season, optionally filtered by name or code queryget_race_results_tool
- Get race results for a season, optionally filtered by specific race nameget_session_results_tool
- Get session results for a specific race and session type (FP1, FP2, FP3, Qualifying, Sprint, Race)get_circuit_info_tool
- Get circuit information and event details for a specific raceget_driver_laps_tool
- Get all lap data for a specific driver in a specific sessionget_fastest_lap_tool
- Get the fastest lap information for a specific sessionget_lap_telemetry_tool
- Get detailed telemetry data (speed, throttle, brake, etc.) for a specific lapServer Details
Motivation and Context
How Has This Been Tested?
Tested the server with mcp-inspector and an LLM client.
Breaking Changes
Types of changes
Checklist
Additional context