com.blazesportsintel/college-baseball
Official10 toolsLive NCAA DI college baseball scores, standings, schedules, rankings, and sabermetrics.
Provides live NCAA Division I baseball scores, standings, and sabermetric statistics.
Captured live from the server via tools/list.
bsi_get_scoreboard
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.
Parameters (2)
- datestring
Date in YYYY-MM-DD format. Defaults to today (America/Chicago).
- conferencestring
Filter by conference (e.g., "SEC", "Big 12", "ACC"). Optional.
bsi_get_standings
Get current college baseball conference standings including wins, losses, win percentage, runs scored, runs allowed, run differential, streak, and games back.
Parameters (1)
- conferencestring
Conference name (e.g., "SEC", "Big 12", "ACC", "Big Ten"). Optional — omit for all conferences.
bsi_get_rankings
Get the latest national college baseball rankings (Top 25). Returns rank, team, record, and trend.
No parameters.
bsi_get_team_sabermetrics
Get advanced sabermetric batting and pitching metrics for a college baseball team: wOBA, wRC+, FIP, ERA-, BABIP, ISO, and more.
Parameters (1)
- teamstringrequired
Team name or slug (e.g., "texas", "tennessee", "lsu").
bsi_get_leaderboard
Get the top college baseball hitters or pitchers by an advanced metric. Returns a ranked leaderboard with player names, teams, and stat values.
Parameters (4)
- metricstring
Metric to rank by: "woba", "wrc_plus", "ops_plus", "fip", "era_minus", "babip", "iso". Default: "woba".
- typestring
"batting" or "pitching". Default: "batting".
- limitnumber
Number of results to return. Default: 20, max: 50.
- conferencestring
Filter by conference. Optional.
bsi_get_conference_power_index
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.
No parameters.
bsi_get_player_stats
Search for a college baseball player by name and get their stats, position, team, and headshot. Searches BSI sabermetric data.
Parameters (2)
- playerstringrequired
Player name (e.g., "Jac Caglianone", "Charlie Condon").
- teamstring
Team name to disambiguate when multiple players share a name. Optional.
bsi_get_team_schedule
Get the full schedule for a college baseball team, including past results and upcoming games.
Parameters (1)
- teamstringrequired
Team name or slug (e.g., "texas", "lsu", "florida-state").
bsi_get_match_detail
Get detailed information about a specific college baseball game including venue, weather, win predictions, play-by-play, and team stats. Use a match ID from the scoreboard.
Parameters (1)
- matchIdstringrequired
Highlightly match ID (from scoreboard results). e.g., "993144".
bsi_search_intel
Search the open web for college-baseball news, scouting reports, beat-writer coverage, and analytical commentary. Complements the stats tools — use this when a question needs narrative context, not just numbers. Defaults to trusted college-baseball domains (d1baseball.com, baseballamerica.com, ESPN, NCAA.com, etc.). Provider: Tavily today, with Exa wired as primary when EXA_API_KEY is configured.
Parameters (3)
- querystringrequired
Natural-language search query (e.g., "Texas Longhorns baseball weekend series recap", "Charlie Condon draft stock 2026").
- limitnumber
Max results to return. Default 5, min 1, max 10.
- domainsarray
Optional allowlist of domains to search within. Defaults to trusted college-baseball sources. Pass [] to search the open web.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"college-baseball": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://sabermetrics.blazesportsintel.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.