Quickstart
freeFrom zero to a tool call in 60 seconds.
From zero to a tool call in 60 seconds.
- 01
Create a free account. Your MCP client will use that account during OAuth—there is no API key to copy.
- 02
Install in your client of choice. Pick a button:
→ Cursor// install · cursorOne 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/mcpWhichever 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
mcpServersJSON. - 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 · groundedyouShow me the current NBA standings, grouped by conference.
→ get_standings(league: "nba")← Eastern + Western conferences · teams ranked by W/L/Pct with streak and GBclaudeHere 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
- Tool catalog — every tool the server exposes
- Client setup — manual JSON config for clients without a deeplink
- Auth & quotas — weights, units, what gets metered