Loading...
npx -y @smithery/cli install @guillochon/mlb-api-mcp --client claudeget_mlb_standingsRetrieves current MLB standings with league and season filters.
Read-only operation, no side effects.
get_mlb_scheduleRetrieves game schedules for specific dates, ranges, or teams.
Read-only operation, no side effects.
get_mlb_team_infoRetrieves detailed team information.
Read-only operation, no side effects.
get_mlb_player_infoRetrieves player biographical information.
Read-only operation, no side effects.
get_mlb_boxscoreRetrieves complete game boxscores.
Read-only operation, no side effects.
get_mlb_linescoreRetrieves inning-by-inning game scores.
Read-only operation, no side effects.
get_mlb_game_highlightsRetrieves video highlights for games.
Read-only operation, no side effects.
get_mlb_game_scoring_playsRetrieves play-by-play data with event filtering.
Read-only operation, no side effects.
get_mlb_game_paceRetrieves game duration and pace statistics.
Read-only operation, no side effects.
get_mlb_game_lineupRetrieves detailed lineup information for games.
Read-only operation, no side effects.
get_multiple_mlb_player_statsRetrieves traditional player statistics.
Read-only operation, no side effects.
get_mlb_sabermetricsRetrieves advanced sabermetric statistics (WAR, wOBA, etc.).
Read-only operation, no side effects.
get_mlb_rosterRetrieves team rosters with various roster types.
Read-only operation, no side effects.
get_mlb_search_playersSearches players by name.
Read-only operation, no side effects.
get_mlb_search_teamsSearches teams by name.
Read-only operation, no side effects.
get_mlb_playersRetrieves all players for a sport/season.
Read-only operation, no side effects.
get_mlb_teamsRetrieves all teams for a sport/season.
Read-only operation, no side effects.
get_mlb_draftRetrieves draft information by year.
Read-only operation, no side effects.
get_mlb_awardsRetrieves award recipients.
Read-only operation, no side effects.
get_current_dateRetrieves the current date.
Read-only operation, no side effects.
get_current_timeRetrieves the current time.
Read-only operation, no side effects.
This MCP server is generally safe for use as it provides read-only access to MLB data. The primary risks are related to the security of the server itself and the reliability of the external MLB API. Ensure proper network security and monitor API usage to mitigate potential issues.