com.blazesportsintel/college-baseball
https://sabermetrics.blazesportsintel.com/mcpskills: {'id': 'bsi_get_scoreboard', 'name': 'bsi_get_scoreboard', 'description': "Get today's college baseball scores and game results. Returns live and final games with team names, scores, venue, and game status. Covers every NCAA Division I program.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'bsi_get_standings', 'name': 'bsi_get_standings', 'description': 'Get current college baseball conference standings including wins, losses, win percentage, runs scored, runs allowed, run differential, streak, and games back.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'bsi_get_rankings', 'name': 'bsi_get_rankings', 'description': 'Get the latest national college baseball rankings (Top 25). Returns rank, team, record, and trend.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'bsi_get_team_sabermetrics', 'name': 'bsi_get_team_sabermetrics', 'description': 'Get advanced sabermetric batting and pitching metrics for a college baseball team: wOBA, wRC+, FIP, ERA-, BABIP, ISO, and more.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'bsi_get_leaderboard', 'name': 'bsi_get_leaderboard', 'description': 'Get the top college baseball hitters or pitchers by an advanced metric. Returns a ranked leaderboard with player names, teams, and stat values.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'bsi_get_conference_power_index', 'name': 'bsi_get_conference_power_index', 'description': 'Get a naive Conference Power Index — D1 conferences ranked by win% plus a run-differential adjustment, computed from standings (single-team and zero-game conferences excluded). NOT strength-of-schedule weighted; read it as a rough sort, not an authoritative power ranking. Uses Highlightly standings when available, ESPN otherwise.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'bsi_get_player_stats', 'name': 'bsi_get_player_stats', 'description': 'Search for a college baseball player by name and get their stats, position, team, and headshot. Searches BSI sabermetric data.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'bsi_get_team_schedule', 'name': 'bsi_get_team_schedule', 'description': 'Get the full schedule for a college baseball team, including past results and upcoming games.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 136.6ms; conformance: pass
How to connect
https://sabermetrics.blazesportsintel.com/mcp
curl -X POST https://sabermetrics.blazesportsintel.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'