Status codes
401 — no anonymous access
There is no keyless access to the hosted server: every tier needs a key, and the bearer is your regular HypeDexer API key.402 — insufficient credits
MCP usage bills credits from the same balance as REST. Because one tool call can fan out into several API requests, a balance that looks sufficient for a handful of REST calls can run out faster through an agent. Top up in your dashboard.403 — mcp_only_key
Some keys are restricted to the hosted MCP server. They are refused on direct REST calls to api.hypedexer.com, and they do not work with the local stdio server, which calls the Data API directly. Use a regular Data API key for those.
429 — rate limits
Rate limits are enforced per key, exactly as for REST. Back off and honour theRetry-After header. See Rate limits & quotas for the general policy.
Need Help ?