Blaze Sports Intel
Sports Intelligence Put Simply
Loading…
Blaze Sports Intel
Sports Intelligence Put Simply
Loading…
Blaze Sports Intel · Model Context Protocol Server
One endpoint gives your Claude, Cursor, or Cline agent sourced college baseball scores, standings, schedules, and weekly Top 25 movement.
Coverage
Filed Program Directory
Browse the filed BSI program directory and see which sourced records are available.
Receipts
Source-Tagged Responses
Every payload carries its source and fetch time.
Auth
Free, No Key Required
30 requests per minute per caller.
Add this block to your Claude Desktop config at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows). Restart Claude Desktop, and the seven tools appear in the tools picker.
{
"mcpServers": {
"blaze-sports-intel": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://sabermetrics.blazesportsintel.com/mcp"]
}
}
}Any MCP-compatible client can reach this server over streamable HTTP. Point it at the remote URL, or use mcp-remote as a bridge if the client only speaks stdio locally.
Direct URL
https://sabermetrics.blazesportsintel.com/mcpProbe from the command line
curl -sX POST https://sabermetrics.blazesportsintel.com/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' \
| jq '.result.tools | map(.name)'| Name | Description |
|---|---|
| bsi_get_scoreboard | D1 scoreboard results with venue, game state, and source attribution. |
| bsi_get_standings | Conference standings with wins, losses, run differential, streak, and record. |
| bsi_get_rankings | National Top 25 records with movement, source, and fetch time. |
| bsi_get_player_stats | Search supported records for identity, team, position, and traditional source stats. |
| bsi_get_team_schedule | Team schedule records, including results and upcoming games when available. |
| bsi_get_match_detail | Match detail with venue, weather, win predictions, play-by-play, and team stats. |
| bsi_search_intel | Search sourced college baseball reporting and return provider metadata. |
The score, standings, rankings, player, schedule, and match tools also have REST endpoints under /v1/*. See the supported routes in /docs.
College Baseball API provides score and venue records when available. Browse the filed BSI program directory and see which sourced records are available.
BSI source records provide traditional player fields from accumulated box scores and direct providers, with the receipt on every response.
ESPN Site API provides rankings and schedule fallback records.
Every response carries a meta block with source and fetched_at, plus an X-Request-Id header for tracing.