@pipeworx/mlb-stats
Connect: https://gateway.pipeworx.io/mlb-stats/mcp · Install: one-click buttons
Tools: 8
MLB Stats API MCP — official MLB statistics: schedules, scores, rosters, player stats, standings, box scores. No auth.
Tools
schedule(date?, season?, team_id?, sport_id?)— game schedule by date / seasonstandings(league_id?, season?, date?)— current/historic standingsget_team(team_id)— team profileteam_roster(team_id, roster_type?, season?)— players on a teamget_player(player_id)— player profileplayer_stats(player_id, group?, season?, stats?)— career or season statsget_boxscore(game_pk)— full game box scoreget_game_feed(game_pk)— live game feed (play-by-play)
Data source
https://statsapi.mlb.com/api/v1/ — public, used by MLB.com itself.
Tools
- schedule — Game schedule. Filter by date (YYYY-MM-DD), full season, or specific team.
- standings — Standings by league/division for a season or date.
- get_team — Team profile + venue info.
- team_roster — Players on a team. Use roster_type=active for current 26-man, =40Man for full org.
- get_player — Player profile by ID.
- player_stats — Career or season stats for a player.
- get_boxscore — Full box score for a completed/in-progress game by gamePk.
- get_game_feed — Live game feed with play-by-play.
Tools
-
get_boxscore— Full box score for a completed/in-progress game by gamePk. -
get_game_feed— Live game feed with play-by-play. -
get_player— Player profile by ID. -
get_team— Team profile + venue info. -
player_stats— Career or season stats for a player. -
schedule— Game schedule. Filter by date (YYYY-MM-DD), full season, or specific team. -
standings— Standings by league/division for a season or date. -
team_roster— Players on a team. Use roster_type=active for current 26-man, =40Man for full org.