Skip to main content
The server is hosted, so there is nothing to install: point your client at the endpoint and add your API key as a bearer token.

Claude Desktop / Cursor

Both clients accept remote MCP servers declared under mcpServers. Add HypeDexer to your client’s MCP configuration and restart it:
The 78 tools are then listed by the client and available to the agent.

Any MCP client

Any client that speaks streamable HTTP works with the same two ingredients — the URL and the Authorization header:
The server is stateless and implements MCP protocol 2026-07-28. 2025-era clients are served through the SDK’s legacy fallback, so an older client needs no special configuration.

Local stdio alternative

If you would rather not send your key to a hosted endpoint, run the server locally over stdio instead. It is published on npm and needs no clone or build:
Declared in a client configuration, the same server looks like this:
The stdio package only works with regular Data API keys. A key restricted to the hosted MCP server (see 403 mcp_only_key) will not work locally.

Next

Tool catalog

The 78 read-only tools, grouped by domain.

Errors

401, 402, 403 and 429 — and how to recover.