mlb-api-mcp

guillochon/mlb-api-mcp
★ 57 stars Python API Integration Updated today
A Model Context Protocol (MCP) server that provides comprehensive access to MLB statistics and baseball data through a FastMCP-based interface.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mlb-api-mcp": {
      "command": "uvx",
      "args": [
        "mlb-api-mcp"
      ]
    }
  }
}

Or install with pip: pip install mlb-api-mcp

README Excerpt

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that provides comprehensive access to MLB statistics and baseball data through a FastMCP-based interface. This MCP server acts as a bridge between AI applications and MLB data sources, enabling seamless integration of baseball statistics, game information, player data, and more into AI workflows and applications.

Tools (20)

get_current_dateget_current_timeget_mlb_awardsget_mlb_boxscoreget_mlb_draftget_mlb_game_highlightsget_mlb_game_lineupget_mlb_game_paceget_mlb_game_scoring_playsget_mlb_linescoreget_mlb_player_infoget_mlb_playersget_mlb_rosterget_mlb_sabermetricsget_mlb_scheduleget_mlb_search_playersget_mlb_search_teamsget_mlb_standingsget_mlb_team_infoget_mlb_teams

Topics

mcp-server