get_standings
Pack: mlb-stats · Endpoint: https://gateway.pipeworx.io/mlb-stats/mcp
MLB division standings (regular season) from the official MLB Stats API. Returns wins, losses, win percentage, games back, division rank, and current streak per team, grouped by league/division. Pass the desired season year (e.g. “2024”); defaults to “2024” if omitted.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
season | string | no | Season year, e.g. “2024”. Defaults to “2024” if omitted — pass the year you want. |
league_id | string | no | Comma-separated league IDs (103=AL, 104=NL). Default “103,104” (both). |
Example call
curl -X POST https://gateway.pipeworx.io/mlb-stats/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": {
"mlb-stats": {
"url": "https://gateway.pipeworx.io/mlb-stats/mcp"
}
}
}
See Getting Started for client-specific install steps.