π§
Formula 1 Schedule
π§MCP Serverhydavinci/formula-1-schedule
What it does
Provides comprehensive Formula 1 data by scraping and serving race schedules, results, team standings, and driver standings for any specified year through a Model Context Protocol (MCP) server.
remotehosted
Installation
git cloneClone repository
git clone https://github.com/hydavinci/formula-1-schedule.gitpip installInstall Python package
pip install -e .uv runRun with uv
uv run python src/server.pyDockerRun with Docker
docker run -p 8000:8000 f1-schedule-mcpuv runRun with uv
uv run pytest+ 2 more commands in README
Server ConfigurationMCP server configuration block
{
"name": "fetch_f1_calendar",
"parameters": {
"year": "2024"
}
}
```
...π Extracted from hydavinci/formula-1-schedule README
3,077
AddedJan 26, 2026