get_matches
Pack: openligadb · Endpoint: https://gateway.pipeworx.io/openligadb/mcp
Get football / soccer match results / scores and fixtures for a league and season (e.g. Bundesliga). Optionally narrow to a single matchday. Returns teams, kickoff datetime, final score, and whether each match is finished.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
league | string | yes | |
season | string | yes | Season start year, e.g. “2024”. |
matchday | number | no | Optional matchday number (1-based). |
Example call
curl -X POST https://gateway.pipeworx.io/openligadb/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_matches","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"openligadb": {
"url": "https://gateway.pipeworx.io/openligadb/mcp"
}
}
}
See Getting Started for client-specific install steps.