Standings and calendars are easy to find anywhere; the part that is hard to get elsewhere is the fastest-lap plot — speed, gear and cornering G-forces off FastF1 — turning "who was quicker through sector two" into something with a chart behind it. And because it is hosted over SSE, adding it costs one URL.
A Formula 1 data server built on Gradio, drawing on the FastF1 library for historical data and the OpenF1 API for recent and live data. It is reachable as a hosted SSE endpoint, and the same app doubles as a web interface you can click through.
- Driver and constructor championship standings for any season from 1950 to the present
- Session results for practice, qualifying and the race
- Event information for any Grand Prix, including schedule and circuit detail
- The season calendar for a given year
- Fastest-lap plots showing speed, gear changes and cornering G-forces
- Driver and constructor background and statistics
- A direct route to the OpenF1 API for custom requests and raw JSON
Nothing to install if you use the hosted endpoint: point an SSE-capable client at https://agents-mcp-hackathon-f1-mcp-server.hf.space/gradio_api/mcp/sse. Claude Desktop needs Node.js and the `mcp-remote` bridge with `--transport sse-only`. No account and no key. Version 0.1.0.
One command — npx mcp-remote https://agents-mcp-hackathon-f1-mcp-server.hf.space/gradio_api/mcp/sse --transport sse-only
