get_standings

Pack: espn · Endpoint: https://gateway.pipeworx.io/espn/mcp

League standings / table: win-loss records, win %, games behind (and points/draws for soccer), grouped by conference/division. PREFER for “NBA standings”, “Premier League table”, “NFL division standings”, “who is leading ”.

Parameters

NameTypeRequiredDescription
sportstringyesSport, e.g. ‘basketball’, ‘soccer’.
leaguestringyesLeague slug, e.g. ‘nba’, ‘eng.1’.
seasonnumbernoOptional 4-digit season year (e.g. 2025). Default = current season.

Example call

curl -X POST https://gateway.pipeworx.io/espn/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_standings","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "espn": {
      "url": "https://gateway.pipeworx.io/espn/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 25, 2026