@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 / season
  • standings(league_id?, season?, date?) — current/historic standings
  • get_team(team_id) — team profile
  • team_roster(team_id, roster_type?, season?) — players on a team
  • get_player(player_id) — player profile
  • player_stats(player_id, group?, season?, stats?) — career or season stats
  • get_boxscore(game_pk) — full game box score
  • get_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.

Regenerated from source · build May 21, 2026