
Blaze Sports Intel
Sports Intelligence Put Simply

Blaze Sports Intel
Sports Intelligence Put Simply
Blaze Sports Intel · Model Context Protocol Server
One endpoint gives your Claude, Cursor, or Cline agent every D1 program's scores, standings, schedules, and weekly Top 25 movement — with source attribution on every response.
Coverage
245 D1 Team Profiles
Tracking every D1 college baseball program where source coverage is available. Active team profiles currently filed: 245.
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 nine 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 | The current D1Baseball Top 25 with movement. |
| bsi_get_team_sabermetrics | Team-level batting and pitching rollups, source-tagged on every response. |
| bsi_get_leaderboard | Top hitters or pitchers by stat, filterable by conference. |
| bsi_get_conference_power_index | Conference rankings built from standings and run differential. |
| bsi_get_player_stats | Search for a player by name and get batting or pitching stats, position, team. |
| bsi_get_team_schedule | Full team schedule — past results and upcoming games. |
| bsi_get_match_detail | Match detail with venue, weather, win predictions, play-by-play, and team stats. |
If you'd rather ship plain JSON to a dashboard, every MCP tool mirrors to a REST endpoint under /v1/*. Full spec at /docs.
College Baseball API — default score and venue source when the college baseball surface needs it. Tracking every D1 college baseball program where source coverage is available. Active team profiles currently filed: 245.
Audit Record — Blaze Sports Intel's compute layer. Team and player rollups built from sourced box scores, with the receipt on every response.
ESPN Site API — rankings and schedule fallback.
Every response carries a meta block with source and fetched_at, plus an X-Request-Id header for tracing.