get_standings
ActiveTool of Mlb Stats
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 schema
{
"type": "object",
"properties": {
"season": {
"type": "string",
"description": "Season year, e.g. \"2024\". Defaults to \"2024\" if omitted — pass the year you want."
},
"league_id": {
"type": "string",
"description": "Comma-separated league IDs (103=AL, 104=NL). Default \"103,104\" (both)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Mlb Stats
https://github.com/pipeworx-io/mcp-mlb-stats
1/7 registries