Read-only sports analytics for nfl, nba, mlb, nhl, cfb, cbb. Authenticated, rate-limited, and metered. Not betting advice.
curl -X POST https://chuck.blockheadlabs.tech/account/signup \
-H 'Content-Type: application/json' \
-d '{"name":"Acme","email":"dev@acme.com"}'
The response includes your sk_live_… key — shown once.
curl https://chuck.blockheadlabs.tech/v1/nfl/games \ -H 'Authorization: Bearer sk_live_YOUR_KEY'
{
"mcpServers": {
"chuck": {
"url": "https://mcp.blockheadlabs.tech/mcp/",
"headers": { "Authorization": "Bearer sk_live_YOUR_KEY" }
}
}
}
Usage: GET /v1/account/usage · Upgrade:
POST /v1/account/checkout