MCP-F1analisys
Verified Safeby Maxbleu
Overview
An MCP server for LLM interfaces like Claude to interact with F1Analisys for Formula 1 telemetry data visualization and analysis.
Installation
python -m mcp_f1analisysEnvironment 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
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
SageMCP
A scalable platform for hosting MCP servers with multi-tenant support, OAuth integration, and connector plugins for various services, deployed on Kubernetes.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
iracing-data-mcp-server
Provides an MCP server and CLI tool for accessing iRacing racing simulation data API for AI assistant integration and direct command-line use.