MLB Game Schedule By Date
x402/mlb-game-schedule-by-dateOfficial Major League Baseball game schedule for a given date from the MLB StatsAPI, no key required. Returns each game with the home and away teams, scheduled time, venue, game status, and score when the game is live or final. Useful for AI agents building baseball briefings, tracking live games, and feeding schedule and result context into fantasy and analytics workflows. [x402: $0.07/call on base, category=data]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mlb_game_schedule_by_date": {
"url": "https://proxy.suverse.io/v1/data/suverse-mlb-schedule",
"transport": "http"
}
}
}