← blazesportsintel.com
INDIVIDUAL MCP TOOL
bsi_get_player_stats
Search supported source records for a college baseball player by name.
LIVE ENDPOINT
https://sabermetrics.blazesportsintel.com/mcp
Connect to this endpoint to inspect the live schema for bsi_get_player_stats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
bsi_get_scoreboard— Get college baseball scores and game results returned by the configured providers.bsi_get_standings— Get current college baseball conference standings including wins, losses, win percentage, runs scored, runs allowed, run differential, streak, and games back.bsi_get_rankings— Get the national college baseball Top 25 returned by the rankings source.bsi_get_team_schedule— Get schedule records returned for a college baseball team, including past results and upcoming games when the source provides them.bsi_get_match_detail— Get detailed information about a specific college baseball game including venue, weather, win predictions, play-by-play, and team stats.bsi_search_intel— Search the open web for college-baseball news, scouting reports, beat-writer coverage, and analytical commentary.