A Model Context Protocol (MCP) server that provides comprehensive access to MLB statistics and baseball data through a FastMCP-based interface.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mlb-api-mcp": {
"args": [
"-y",
"@smithery/cli"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides comprehensive access to MLB statistics and baseball data through a FastMCP-based interface.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@smithery/cli' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @smithery/cli against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment / analytics
MCP Server for GCP environment for interacting with various Observability APIs.
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for Mlb Api Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) 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.
All MLB/statistics/game/player/team/etc. functionality is exposed as MCP tools, not as RESTful HTTP endpoints. These tools are accessible via the /mcp/ endpoint using the MCP protocol. For a list of available tools and their descriptions, visit /tools/ when the server is running.
get_mlb_standings - Current MLB standings with league and season filtersget_mlb_schedule - Game schedules for specific dates, ranges, or teamsget_mlb_team_info - Detailed team informationget_mlb_player_info - Player biographical informationget_mlb_boxscore - Complete game boxscoresget_mlb_linescore - Inning-by-inning game scoresget_mlb_game_highlights - Video highlights for gamesget_mlb_game_scoring_plays - Play-by-play data with event filteringget_mlb_game_pace - Game duration and pace statisticsget_mlb_game_lineup - Detailed lineup information for gamesget_multiple_mlb_player_stats - Traditional player statisticsget_mlb_sabermetrics - Advanced sabermetric statistics (WAR, wOBA, etc.)get_mlb_roster - Team rosters with various roster typesget_mlb_search_players - Search players by nameget_mlb_search_teams - Search teams by nameget_mlb_players - All players for a sport/seasonget_mlb_teams - All teams for a sport/seasonget_mlb_draft - Draft information by yearget_mlb_awards - Award recipientsget_current_date - Current dateget_current_time - Current timeFor the full list and detailed descriptions, see /tools/ or /docs when the server is running.
The following HTTP endpoints are available:
/ - Redirects to /docs/docs - Interactive API documentation and tool listing/health/ - Health check endpoint/mcp/info - MCP server information/tools/ - List of all available MCP tools/mcp/ (POST) - MCP protocol endpoint for MCP-compatible clientsNote: There are no RESTful HTTP endpoints for MLB/statistics/game/player/team/etc. All such functionality is accessed via MCP tools through the
/mcp/endpoint.
To install MLB API Server for Claude Desktop automatically via Smithery:
... [View full README on GitHub](https://github.com/guillochon/mlb-api-mcp#readme)