At a glance
2025-era clients are served through the SDK’s legacy fallback, so older MCP clients keep working without any change on your side.
Quickstart
1. Get an API key
The bearer token is your HypeDexer API key — the same key you use for the REST API. There is no separate MCP token, and there is no anonymous access. Existing keys work as-is; create one if you don’t have it yet.2. Point your client at the server
Add HypeDexer to your MCP client configuration:3. Ask a question
Your agent now picks the right tool on its own and calls it with your key:- “What were the top traders on Hyperliquid over the last 24 hours?”
- “Show me the HIP-4 prediction market providers ranked by volume.”
- “How much funding did
0x079f…a5bepay this week?”
Credits & billing
MCP usage bills credits from your account balance, exactly like direct REST calls. One tool call can fan out into several API requests, so a single tool call may cost more than one REST call — the 24h market snapshot, for instance, calls five endpoints.Continue
Authentication
Use your existing API key as the bearer token.
Client configuration
Copy-paste setup for Claude Desktop, Cursor, and stdio.
Tool catalog
The 78 read-only tools, grouped by domain.
Errors
401, 402, 403 and 429 — and how to recover.
Need Help ?