πŸ”§

Formula 1 Schedule

πŸ”§MCP Server

hydavinci/formula-1-schedule

VibeIndex|
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.git
pip installInstall Python package
pip install -e .
uv runRun with uv
uv run python src/server.py
DockerRun with Docker
docker run -p 8000:8000 f1-schedule-mcp
uv 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