MCP server exposing 8 tools for mlb-stats.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/mlb-stats/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/mlb-stats/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io