Skip to main content
Glama

Formula One MCP Server

requirements.txt593 B
# Cursor-Style F1-MCP Bridge Dependencies # Python requirements for FastAPI-based MCP bridge with SSE streaming # Core FastAPI and web framework fastapi==0.104.1 uvicorn[standard]==0.24.0 starlette==0.27.0 # JWT authentication PyJWT==2.8.0 cryptography==41.0.7 # HTTP client for Ergast fallback requests==2.31.0 # Async support asyncio-mqtt==0.16.1 # Data validation pydantic==2.5.0 # Logging and monitoring structlog==23.2.0 # Development dependencies (optional) pytest==7.4.3 pytest-asyncio==0.21.1 black==23.11.0 isort==5.12.0 mypy==1.7.1 # Production dependencies gunicorn==21.2.0

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/notsedano/f1-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server