You're viewing a demo portfolio

Join the waitlist
PRSM

get_matches

Active

Tool of mcp-openligadb

declared in 0.1.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-openligadb

https://github.com/pipeworx-io/mcp-openligadb

2/7 registries
View full server →
get_matches — mcp-openligadb — PRSM MCP