statshawk
MCP

Quickstart

free

From zero to a tool call in 60 seconds.

From zero to a tool call in 60 seconds.

  1. 01

    Create a free account. Your MCP client will use that account during OAuth—there is no API key to copy.

  2. 02

    Install in your client of choice. Pick a button:

    Cursor// install · cursor

    One click installs the MCP server into Cursor and opens the OAuth flow on first use. Requires Cursor 0.45 or later.

    install in cursor

    // or open settings → mcp → add new mcp server → url

    $ https://mcp.statshawk.ai/mcp

    Whichever path you use, the OAuth flow on first connect issues a bearer token tied to your account. No BYO key, no juggling provider keys in mcpServers JSON.

  3. 03

    Ask your model. The MCP server exposes the tool catalog; your LLM picks the right one and you get a grounded answer.

    exchange · first calllive · grounded
    you

    Show me the current NBA standings, grouped by conference.

    get_standings(league: "nba")
    Eastern + Western conferences · teams ranked by W/L/Pct with streak and GB
    claude

    Here are the current NBA standings, grouped into Eastern and Western conferences and ranked by record. Each row includes win percentage, streak, and games back.

Next

On this page