Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@pipeworx/football-data

football-data.org MCP — soccer competitions, matches, standings, teams.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

  • list_competitions()
  • get_competition_matches(competition, status?, date_from?, date_to?, matchday?, stage?, season?)
  • get_competition_standings(competition, season?, matchday?)
  • get_team(team_id)
  • get_team_matches(team_id, status?, date_from?, date_to?, venue?, season?, limit?)

Auth

Data source

https://api.football-data.org/v4/ — header X-Auth-Token.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

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

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

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

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Football Data data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

About

Football-Data.org MCP — soccer competitions, matches, standings

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages