servers icon indicating copy to clipboard operation
servers copied to clipboard

Add Formula 1 MCP to the community servers list

Open AbhiJ2706 opened this issue 7 months ago • 0 comments

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 query
  • get_race_results_tool - Get race results for a season, optionally filtered by specific race name
  • get_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 race
  • get_driver_laps_tool - Get all lap data for a specific driver in a specific session
  • get_fastest_lap_tool - Get the fastest lap information for a specific session
  • get_lap_telemetry_tool - Get detailed telemetry data (speed, throttle, brake, etc.) for a specific lap

Server Details

  • Server:
  • Changes to:

Motivation and Context

How Has This Been Tested?

Tested the server with mcp-inspector and an LLM client.

Breaking Changes

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [x] Documentation update

Checklist

  • [x] I have read the MCP Protocol Documentation
  • [x] My changes follows MCP security best practices
  • [x] I have updated the server's README accordingly
  • [x] I have tested this with an LLM client
  • [x] My code follows the repository's style guidelines
  • [x] New and existing tests pass locally
  • [x] I have added appropriate error handling
  • [x] I have documented all environment variables and configuration options

Additional context

AbhiJ2706 avatar Jun 09 '25 20:06 AbhiJ2706