Baseball MCP
JSON →An MCP server for retrieving Major League Baseball (MLB) game results, schedules, and specific game details using the mlb-statsapi library.
Install
pip install mcp_mlb_statsapi Tools · 4
- get_game_schedules Retrieve MLB game schedules for specified date ranges, optionally filtering by team.
- get_game_results Fetch daily game results, including scores, winning/losing teams, and winning pitcher.
- get_team_results Get detailed results for a specific team's most recent game, including scoring plays and highlights.
- lookup_player Look up player IDs using last name, first name, or a combination of both. Supports fuzzy matching.
Links
★ 7 GitHub stars