You're viewing a demo portfolio

Join the waitlist
PRSM

get_competition_standings

Active

Tool of Football Data

declared in 0.1.0

League table for a competition season. Returns total / home / away tables.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "competition": "PL"
    },
    {
      "season": 2024,
      "matchday": 10,
      "competition": "PD"
    }
  ],
  "required": [
    "competition"
  ],
  "properties": {
    "season": {
      "type": "number",
      "description": "Season start year (optional, defaults current)"
    },
    "matchday": {
      "type": "number",
      "description": "Standings as of a specific matchday (optional)"
    },
    "competition": {
      "type": "string",
      "description": "Competition code"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Football Data

https://github.com/pipeworx-io/mcp-football-data

1/7 registries
View full server →