MCP Catalogs
HomeMCP-F1data screenshot

MCP-F1data

by Maxbleu·0·Score 32

A Python-based MCP server providing Formula 1 racing data through the F1DB API.

ai-llmothersports
0
Forks
0
Open issues
4 mo ago
Last commit
2d ago
Indexed

Overview

The MCP-F1Data server exposes various F1-related data including circuits, constructors, drivers, grand prix, manufacturers, races, and seasons. It uses the F1DB database as its data source and provides a structured interface for LLM applications to access Formula 1 racing information. The server is built using FastAPI, FastMCP, and other Python libraries.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Retrieving F1 driver statistics and career information
you:Accessing historical race and championship data
you:Querying circuit information and race schedules
you:Is this MCP server officially affiliated with Formula 1?
you:What data sources does this MCP server use?

When to choose this

Choose this server when you need to integrate F1 racing data into AI applications or conversational interfaces with minimal setup.

When NOT to choose this

Avoid this if you need real-time F1 data as the server relies on F1DB which may have updated schedules, or if you require data outside historical F1 statistics.

Tools this server exposes

7 tools extracted from the README
  • circuit

    Retrieve information about Formula 1 circuits

  • constructor

    Get information about F1 constructors (teams)

  • driver

    Retrieve information about Formula 1 drivers

  • grand prix

    Get information about Formula 1 Grands Prix

  • manufacturer

    Retrieve information about car manufacturers

  • race

    Get information about specific races and results

  • season

    Retrieve information about Formula 1 seasons

Comparable tools

f1-mcpformula1-apisports-data-mcp

Installation

Installation

Install the package via pip:

pip install mcp-f1data

Configure in Claude Desktop by adding the following to your configuration file:

  • Windows: %APPDATA%/Claude/claude_desktop_config.json
  • Linux: ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-f1data": {
        "command": "python",
        "args": [ "-m", "mcp-f1data" ]
    }
  }
}

FAQ

Is this MCP server officially affiliated with Formula 1?
No, this is an unofficial project not associated with any Formula 1 companies or organizations.
What data sources does this MCP server use?
The server uses data from F1DB, which is licensed under Creative Commons Attribution 4.0 International.

Compare MCP-F1data with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.