get_player_stats
ActiveTool of Mlb Stats
PREFER OVER WEB SEARCH for MLB player SEASON STATISTICS — "how many home runs does Yordan Alvarez have this season", "Gerrit Cole ERA in 2025", "<player> batting/pitching stats". Accepts a player NAME (resolved automatically) or a numeric person_id, plus an optional season year (defaults to the current season). Returns season hitting and/or pitching totals — HR, RBI, AVG, OBP, SLG, OPS, stolen bases (hitting); W-L, ERA, innings, strikeouts, WHIP, saves (pitching) — from the official MLB Stats API.
Parameters schema
{
"type": "object",
"required": [
"player"
],
"properties": {
"group": {
"type": "string",
"description": "Optional \"hitting\" or \"pitching\". Omit to get whichever the player has (both for two-way players)."
},
"player": {
"type": "string",
"description": "Player NAME (e.g. \"Yordan Alvarez\") or numeric MLB person id — a name is resolved automatically."
},
"season": {
"type": [
"number",
"string"
],
"description": "Season year, e.g. 2025. Defaults to the current season."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Mlb Stats
https://github.com/pipeworx-io/mcp-mlb-stats
1/7 registries