get_competition_matches

Pack: football-data · Endpoint: https://gateway.pipeworx.io/football-data/mcp

List matches in a competition. Filter by status (SCHEDULED, LIVE, IN_PLAY, PAUSED, FINISHED, POSTPONED, SUSPENDED, CANCELLED), date range, matchday, stage, or season year.

Parameters

NameTypeRequiredDescription
competitionstringyesCompetition code (e.g., “PL” = Premier League, “PD” = La Liga, “CL” = Champions League)
statusstringnoMatch status filter (SCHEDULED | LIVE | IN_PLAY | PAUSED | FINISHED | POSTPONED | SUSPENDED | CANCELLED)
date_fromstringnoYYYY-MM-DD
date_tostringnoYYYY-MM-DD
matchdaynumbernoRound number
stagestringnoStage (e.g., “GROUP_STAGE”, “QUARTER_FINALS”)
seasonnumbernoSeason start year (e.g., 2025)

Example call

curl -X POST https://gateway.pipeworx.io/football-data/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_competition_matches","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "football-data": {
      "url": "https://gateway.pipeworx.io/football-data/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026