Quickstart
freeFrom zero to a tool call in 60 seconds.
From zero to a tool call in 60 seconds.
- 01
Create an account and grab an API key on the free tier. No credit card.
- 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 · groundedyouDid Tatum hit his points line last game? It was 27.5.
→ get_player_props(player_name: "Jayson Tatum", stat: "pts", line: 27.5, league: "nba")← last game: 31 pts vs NYK · over · L10 hit rate: 70%claudeYes — 31 points against the Knicks, so over the 27.5 line. He's been over in seven of his last ten, with an L5 average of 31.2.
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