MCP Servers / other / Baseball MCP

Baseball MCP

JSON →
none7other

An MCP server for retrieving Major League Baseball (MLB) game results, schedules, and specific game details using the mlb-statsapi library.

Install
How to run this server
[ { "cmd": "pip install mcp_mlb_statsapi", "imports": [] } ]
server path: baseball-mcp
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
Baseball MCP — MCP Server · libregistry