Back to Home
Maxbleu icon

MCP-F1analisys

Verified Safe

by Maxbleu

Overview

An MCP server for LLM interfaces like Claude to interact with F1Analisys for Formula 1 telemetry data visualization and analysis.

Installation

Run Command
python -m mcp_f1analisys

Environment Variables

  • PUBLIC_KEY
  • ALGORITHM
  • HOST
  • PORT
  • JWT_TOKEN
  • F1ANALISYS_PRIVATE_NETWORK_BASE_PATH

Security Notes

The server uses JWT for authentication, retrieving `PUBLIC_KEY` and `ALGORITHM` from environment variables. It makes outbound HTTP requests to an external F1 analysis API, using a `JWT_TOKEN` and `F1ANALISYS_PRIVATE_NETWORK_BASE_PATH` also from environment variables. URL path construction within `path_utils.py` appears robust against path injection, converting parameters to strings or specific path segments. No 'eval' or obvious malicious patterns were found. The primary external risk relies on the security and trustworthiness of the `F1ANALISYS_PRIVATE_NETWORK_BASE_PATH` backend.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-03

Tags

F1Formula 1Data AnalysisLLM IntegrationMCP