MCP server exposing 6 tools for api-football.
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/api-football/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
fixtures — Get match fixtures (upcoming + recent) by league, team, or date. Use league=1 for FIFA World Cup, league=39 for EPL, league=140 for La Liga. Returns kickoff, teams, score (if played), venue, status.standings — Current standings table for a league. Returns rank, team, points, goal difference, form. Use league=1 for World Cup.team_search — Look up a team by name + country to get its team_id for use in other tools.league_search — Look up a league/tournament/competition by name to get its league_id.predictions — API-Football's own match-outcome predictions. Returns home/draw/away win probabilities, advice, h2h context, form. Use for "who will win" research on specific fixtures.h2h — Head-to-head record between two teams. Returns last N matches with scores.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/api-football/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io