Wraps the Football-Data.org API to give Claude access to soccer data across hundreds of competitions. You get three main tools: pull league standings with home/away splits, fetch team details including current squad and venue info, and query match results with filters for date range, competition, or match status. Runs through Pipeworx's gateway, which means you can either connect to this standalone endpoint or bundle it with their full catalog of 600+ sources. Includes an ask_pipeworx helper that lets you query in plain English instead of calling tools directly. Useful when you're building sports analysis agents, match prediction tools, or anything that needs live fixture and standings data without scraping.
Football-Data.org MCP — soccer competitions, matches, standings
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
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. |
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 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
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.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json