Data Collection
blazesportsintel.com
Provides college baseball data including scores, standings, rankings, player stats, and team schedules.
ENDPOINT 1
https://sabermetrics.blazesportsintel.com/mcp
MCP server metadata
- Name
- blaze-sports-intel
- Version
- 4.0.0
Blaze Sports Intel MCP provides read-only NCAA Division I college baseball scores, standings, rankings, schedules, match detail, traditional player stats, and sourced web context. Availability is bounded by supported source records. Responses include meta.source, meta.fetched_at, and meta.timezone (America/Chicago); use those fields to state provenance and freshness.
Known tools 7
bsi_get_scoreboardGet college baseball scores and game results returned by the configured providers.
Inferred read-onlybsi_get_standingsGet current college baseball conference standings including wins, losses, win percentage, runs scored, runs allowed, run differential, streak, and games back.
Inferred read-onlybsi_get_rankingsGet the national college baseball Top 25 returned by the rankings source.
Inferred read-onlybsi_get_player_statsSearch supported source records for a college baseball player by name.
Inferred read-onlybsi_get_team_scheduleGet schedule records returned for a college baseball team, including past results and upcoming games when the source provides them.
Inferred read-onlybsi_get_match_detailGet detailed information about a specific college baseball game including venue, weather, win predictions, play-by-play, and team stats.
Inferred read-onlybsi_search_intelSearch the open web for college-baseball news, scouting reports, beat-writer coverage, and analytical commentary.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.blaze-sports-intel]
url = "https://sabermetrics.blazesportsintel.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"blaze-sports-intel": {
"type": "http",
"url": "https://sabermetrics.blazesportsintel.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: blaze-sports-intel
Remote MCP URL: https://sabermetrics.blazesportsintel.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"blaze-sports-intel": {
"url": "https://sabermetrics.blazesportsintel.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"blaze-sports-intel": {
"type": "http",
"url": "https://sabermetrics.blazesportsintel.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "blaze-sports-intel",
"transport": "streamable-http",
"url": "https://sabermetrics.blazesportsintel.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for blazesportsintel.com was fetched 2026-07-27T07:47:05.552Z and is being refreshed.
blazesportsintel.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.