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
| Name | Type | Required | Description |
|---|---|---|---|
sport | string | yes | Sport, e.g. ‘basketball’, ‘soccer’. |
league | string | yes | League slug, e.g. ‘nba’, ‘eng.1’. |
season | number | no | Optional 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.