Documentation
API reference for REST and MCP access. 12 endpoints, pay-as-you-go credits.
Getting Started
Authentication
Include your API key in the Authorization header for REST, or configure it in your MCP client settings. All endpoints require authentication.
Base URL
REST: https://api.sportsdatahq.com/v1 MCP: https://mcp.sportsdatahq.com
Rate Limits
Free accounts: 10 requests/minute. Paid accounts: 60 requests/minute. Enterprise: custom limits available.
MCP Setup
Claude Desktop
{
"mcpServers": {
"sportsdatahq": {
"url": "https://mcp.sportsdatahq.com"
}
}
}Claude Code
claude mcp add sportsdatahq https://mcp.sportsdatahq.comEndpoints
All 34 franchises with divisions, conferences, status
Query by date, team, season, game state, or type
Upcoming games for next N days
Full game detail with odds + goalie starts
Matchup history with win/loss records
Find players by name, team, or position
Season stats for skaters and goalies
Leaderboard sorted by save%, GAA, GSAX, wins
Current standings with advanced stats
Detailed stats for a specific team with advanced metrics
Odds by game with bookmaker filters
Time-series odds grouped by bookmaker
Full API reference coming soon
Detailed parameter schemas, response examples, and integration guides.
Get API Key to Start Building