get_matches
ActiveTool of mcp-openligadb
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 schema
{
"type": "object",
"required": [
"league",
"season"
],
"properties": {
"league": {
"type": "string",
"description": "League shortcut, e.g. 'bl1' (Bundesliga), 'bl2' (2. Bundesliga), 'bl3' (3. Liga), 'dfb' (DFB-Pokal)."
},
"season": {
"type": "string",
"description": "Season start year, e.g. \"2024\"."
},
"matchday": {
"type": "number",
"description": "Optional matchday number (1-based)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-openligadb
https://github.com/pipeworx-io/mcp-openligadb
2/7 registries