@pipeworx/mlb-stats

Connect: https://gateway.pipeworx.io/mlb-stats/mcp · Install: one-click buttons

Tools: 7

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

  • get_teams — List all MLB teams from the official MLB Stats API. Returns each team with id, name, abbreviation, location, league, division, and home venue.
  • get_standings — 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
  • get_schedule — MLB daily schedule and scores from the official MLB Stats API. Returns each game’s teams, scores, status, and venue. Pass a date (YYYY-MM-DD) or omit for today’s games.
  • get_roster — Active roster for an MLB team from the official MLB Stats API. Returns each player with id, name, jersey number, and position abbreviation.
  • get_player — Player biographical profile from the official MLB Stats API. Returns name, number, birth date, age, height, weight, position, bats/throws, and MLB debut date. For season statistics use get_player_stat
  • get_player_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”, ” batting/pitching stats”. Accepts a player NAME
  • get_matchup — MLB BATTER-vs-PITCHER history from the official MLB Stats API — “how has Yordan Alvarez hit against Tanner Bibee”, ” career numbers vs ”. Accepts batter and pitcher NAMES (resolved au

Tools

  • get_matchup — MLB BATTER-vs-PITCHER history from the official MLB Stats API — how has Yordan Alvarez hit against Tanner Bibee , <batter> career numbers vs <pitcher> . Accepts batter and pitcher NAMES (resolved auto
  • get_player — Player biographical profile from the official MLB Stats API. Returns name, number, birth date, age, height, weight, position, bats/throws, and MLB debut date. For season statistics use get_player_stat
  • get_player_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 (r
  • get_roster — Active roster for an MLB team from the official MLB Stats API. Returns each player with id, name, jersey number, and position abbreviation.
  • get_schedule — MLB daily schedule and scores from the official MLB Stats API. Returns each game's teams, scores, status, and venue. Pass a date (YYYY-MM-DD) or omit for today's games.
  • get_standings — 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
  • get_teams — List all MLB teams from the official MLB Stats API. Returns each team with id, name, abbreviation, location, league, division, and home venue.

Regenerated from source · build July 21, 2026