StatsHawk MCP

Sports stats for your LLM. Connect from Claude Desktop, Claude Code, Cursor, and ChatGPT.

Required header

Every request must include an Authorization: Bearer sk_live_* header. Get a key in your StatsHawk dashboard.

Claude Desktop / Claude Code

{
  "mcpServers": {
    "statshawk": {
      "url": "https://mcp.statshawk.ai/mcp",
      "headers": { "Authorization": "Bearer sk_live_..." }
    }
  }
}

Cursor

{
  "mcpServers": {
    "statshawk": {
      "url": "https://mcp.statshawk.ai/mcp",
      "headers": { "Authorization": "Bearer sk_live_..." }
    }
  }
}

ChatGPT

Coming soon — pending one-click connection support. Today, ChatGPT Custom GPTs can call this endpoint as an Action with the same Authorization header.

Endpoint

https://mcp.statshawk.ai/mcp

If this page is loading, the MCP endpoint is up.