Generate keys in the Dashboard → API Keys.
Get your API key
Sign in
Go to llmquantdata.com and sign up (or log in).
Generate a key
Open the Dashboard → API Keys → Generate. Copy it once — it won’t be shown again.
How to use it
- MCP runtime (recommended)
- HTTP (direct)
Every supported MCP client (Claude Code, Cursor, Codex, Gemini CLI, Claude Desktop) reads the key from
LLMQUANT_API_KEY. For JSON config files, paste the actual key value in the env block.See MCP Server setup for the per-client commands.example: Cursor / Claude Desktop config snippet
Error codes
| Status | Meaning |
|---|---|
| 200 | Success |
| 400 | Bad request — invalid or missing parameters |
| 401 | Unauthorized — invalid or missing API key |
| 402 | Payment required — endpoint requires a paid plan |
| 404 | Not found — ticker or resource does not exist |
| 429 | Rate limit exceeded |
Rate limits
Rate limits vary by plan. If you exceed your limit you will receive a429 response. Contact us to discuss higher limits.
Rotate or revoke a key
Keys can be rotated or revoked from the Dashboard → API Keys. Revoking takes effect immediately; in-flight requests return401.