MCP server exposing 4 tools for f1.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/f1/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_current_standings — Check current F1 driver championship standings. Returns position, points, wins, driver name, and constructor for all drivers.get_race_results — Get race results for a specific F1 grand prix. Provide season year and round number (e.g., 2024, round 5). Returns finishing position, driver, constructor, status, and points.get_schedule — Get the F1 season race calendar. Provide year (e.g., 2024). Returns all rounds with race name, circuit, location, and date.get_driver — Look up F1 driver profile by ID. Returns name, car number, nationality, and date of birth.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/f1/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io