Skip to content

Add Formula 1 MCP to the community servers list #2058

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AbhiJ2706
Copy link

@AbhiJ2706 AbhiJ2706 commented Jun 9, 2025

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)
  • Documentation update

Checklist

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

Additional context

@AbhiJ2706 AbhiJ2706 changed the title Add f1-mcp to the readme file Add f1-mcp to the community servers list Jun 9, 2025
@AbhiJ2706 AbhiJ2706 changed the title Add f1-mcp to the community servers list Add Formula 1 MCP to the community servers list Jun 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant