MCP server exposing 5 tools for football-data.
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/football-data/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
list_competitions — List competitions accessible on your plan. Free tier: 12 majors. Use the returned `code` (e.g., "PL", "PD", "CL") for downstream calls.get_competition_matches — List matches in a competition. Filter by status (SCHEDULED, LIVE, IN_PLAY, PAUSED, FINISHED, POSTPONED, SUSPENDED, CANCELLED), date range, matchday, stage, or season year.get_competition_standings — League table for a competition season. Returns total / home / away tables.get_team — Team detail by ID — current squad, coach, competitions, venue.get_team_matches — A team's matches across competitions. Filter by status, date range, competitions, season, or venue.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/football-data/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io