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"}'
Check your email, then POST /account/verify-email with the token — your
chuck_sk_live_… key is shown once. If you already use chuck via OAuth with that email,
the key lands on the same plan.
curl https://chuck.blockheadlabs.tech/v1/nfl/games \ -H 'Authorization: Bearer chuck_sk_live_YOUR_KEY'
{
"mcpServers": {
"chuck": {
"url": "https://chuck.blockheadlabs.tech/mcp/",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
Usage: GET /v1/account/usage · Upgrade:
POST /v1/account/checkout