MCP Catalogs
HomeMCP-F1analisys screenshot

MCP-F1analisys

by Maxbleu·0·Score 32

An MCP server providing Formula 1 racing analysis tools through the Model Context Protocol.

ai-llmother
0
Forks
0
Open issues
6 mo ago
Last commit
2d ago
Indexed

Overview

MCP-F1Analisys is a specialized MCP server that enables access to Formula 1 racing analytics data through LLM interfaces like Claude. The server provides a comprehensive set of tools for analyzing F1 performance metrics including track dominance, lap times, team performance, and driver statistics. It connects to the FastF1 data source to provide insights into both official sessions and pretesting data.

Try asking AI

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

you:Analyze F1 race performance metrics and comparisons
you:Generate insights about team and driver performance across sessions
you:Create visual representations of race position evolution and lap time distribution
you:What data sources does this MCP server use?
you:Is this MCP server officially affiliated with Formula 1?

When to choose this

Choose this MCP server when you need detailed F1 racing analytics through an MCP interface, especially if you're working with Claude Desktop and want to integrate racing data into your workflow.

When NOT to choose this

Avoid this server if you need real-time F1 data, as it relies on FastF1 which may have delay in data availability after races, or if you need analytics beyond basic performance metrics.

Tools this server exposes

12 tools extracted from the README
  • track_dominance

    Analyze track dominance data for F1 sessions

  • top_speed

    Get top speed information for F1 drivers

  • lap_time_average

    Calculate average lap times for F1 sessions

  • lap_time_distribution

    Analyze lap time distribution patterns

  • team_performance

    Evaluate F1 team performance metrics

  • fastest_laps

    Retrieve fastest lap information from F1 sessions

  • race_position_evolution

    Track position changes during F1 races

  • fastest_drivers_each_compound

    Identify fastest drivers for each tire compound

  • comparative_lap_time

    Compare lap times between different drivers

  • throttle_usage

    Analyze throttle usage patterns in F1

  • braking_usage

    Evaluate braking performance and usage

  • long_runs

    Analyze long run performance in F1 practice sessions

Comparable tools

fastf1ergast-mcpformula1-api

Installation

Install the package using pip:

pip install mcp-f1analisys

Configure Claude Desktop by adding this to your configuration file:

{
  "mcpServers": {
    "mcp-f1analisys": {
      "command": "python",
      "args": [ "-m", "mcp-f1analisys" ]
    }
  }
}

For development testing:

mcp dev .\server.py

FAQ

What data sources does this MCP server use?
The server uses data from FastF1, a Python library that provides access to official Formula 1 timing and telemetry data.
Is this MCP server officially affiliated with Formula 1?
No, this is an unofficial project and is not associated in any way with Formula 1 companies or their licensing entities.

Compare MCP-F1analisys with

GitHub →

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