The Coinversa MCP server exposes all 55 Pulse tools to AI agents over the Model Context Protocol. You install it once in your client, and the agent gets first-class access to Hyperliquid trader analytics, HIP-4 outcomes, live risk, and the cross-market asset registry. Hosted MCP endpoint:Documentation Index
Fetch the complete documentation index at: https://docs.coinversa.ai/llms.txt
Use this file to discover all available pages before exploring further.
https://mcp.coinversa.ai/mcp
Source: github.com/Coinversaa/mcp-server
Pick your client below. All four use the same hosted endpoint and your same API key.
Claude.ai (web)
Use the Custom Connectors UI — no local install.Open the connector modal
Fill in the form
- Name:
Coinversa - URL:
https://mcp.coinversa.ai/mcp - Auth header:
X-API-Key: YOUR_API_KEY
Claude Desktop
Claude Desktop reads MCP servers from a local JSON config.Locate your config file
| OS | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
Add the Coinversa entry
mcpServers, just add coinversa alongside them — don’t replace the whole block.Why
mcp-remote? Claude Desktop only speaks stdio MCP today; mcp-remote is a small shim that bridges stdio ↔ HTTP so you can use the hosted endpoint instead of running anything locally.Cursor
Cursor supports HTTP MCP servers natively via a one-click deeplink. The fastest path: go to developers.coinversa.ai/connect while signed in, paste your key into the snippet area, and click Install in Cursor. The deeplink encodes the config — no manual editing. For manual install, add to your~/.cursor/mcp.json:
Perplexity
Use Perplexity’s Custom Connectors.Open connectors
Other clients (stdio / npx)
For any stdio-based MCP client, run the published server directly:Verify it works
Regardless of client, ask the agent:Use Coinversa Pulse to show me the top 5 traders on Hyperliquid by total PnL this week.You should see the agent call
pulse_leaderboard and return ranked addresses with PnL stats. If it says “no tool available,” the install didn’t take — restart the client.
Troubleshooting
401 Unauthorized in agent responses
401 Unauthorized in agent responses
Agent says 'no Coinversa tools available'
Agent says 'no Coinversa tools available'
The MCP connection didn’t initialize. For Claude Desktop, check Console.app on macOS for
mcp errors. For Cursor, check the MCP panel in settings. Most often: missing -y on the npx command, or a JSON syntax error in the config.Rate limit errors immediately
Rate limit errors immediately
You may have an aggressive prompt or you share a key with a bot. The MCP and direct-API calls share one quota — see authentication. Bump to Starter or Pro if you genuinely need more.
Want to run a self-hosted MCP server
Want to run a self-hosted MCP server
Clone Coinversaa/mcp-server and run
npm run start:http. Set COINVERSAA_API_URL if you also host the backend.
