mcp
Hyperliquid trading intelligence for AI agents — cohort analytics, liquidation heatmaps, trader profiling, and real-time market data across 710K+ wallets.
claude mcp add --transport stdio coinversaa-mcp-server npx -y @coinversaa/mcp-server \ --env COINVERSAA_API_KEY="cvsa_your_key_here" \ --env COINVERSAA_API_URL="https://staging.api.coinversaa.ai"
How to use
Coinversaa Pulse is an MCP server that provides crypto intelligence for AI agents. It exposes a suite of Pulse tools for trader intelligence, trader profiles, cohort intelligence, and live market data. Once connected with a valid API key, you can query live market insights, cohort movements, and detailed trader analytics directly from MCP-compatible clients. The server is accessed via an MCP client by configuring the server under the mcpServers section in your client (for example Claude Desktop or Cursor) and pointing it at the @coinversaa/mcp-server package. Tools are organized into categories such as Pulse — Trader Intelligence, Pulse — Trader Profiles, Pulse — Cohort Intelligence, Market — Live Data, and Live — Real-Time Analytics, each with multiple specific endpoints.
How to install
Prerequisites:
- Node.js and npm installed on your machine
- An API key from Coinversaa (COINVERSAA_API_KEY)
- Optional: COINVERSAA_API_URL if not using production
Install and run (no cloning or building required):
- Ensure Node.js and npm are installed
- Check: node -v && npm -v
- Run the MCP server via npx (no local install needed):
- npx -y @coinversaa/mcp-server
Configuration in your MCP client:
-
Claude Desktop: Edit claude_desktop_config.json to include: { "mcpServers": { "coinversaa": { "command": "npx", "args": ["-y", "@coinversaa/mcp-server"], "env": { "COINVERSAA_API_KEY": "cvsa_your_key_here" } } } }
-
Cursor: Add to .cursor/mcp.json: { "mcpServers": { "coinversaa": { "command": "npx", "args": ["-y", "@coinversaa/mcp-server"], "env": { "COINVERSAA_API_KEY": "cvsa_your_key_here" } } } }
-
Claude Code: claude mcp add coinversaa -- npx -y @coinversaa/mcp-server
Set the environment variable in your shell if needed: export COINVERSAA_API_KEY="cvsa_your_key_here"
Notes:
- No local repository clone is required; npx fetches and runs the package on demand.
- If you have a production API, set COINVERSAA_API_URL to the appropriate base URL.
Additional notes
Tips and common considerations:
- Always supply COINVERSAA_API_KEY; this is required for authentic API access.
- COINVERSAA_API_URL is optional and defaults to production or staging as indicated by the server; set it to production when available.
- If you encounter connectivity or API key issues, verify that the key matches the environment (staging vs production) and that your MCP client is correctly pointing to the server name (coinversaa).
- The MCP server exposes a broad set of tools; use the catalog in the README to decide which endpoints to invoke for trader stats, cohorts, market data, or live analytics.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.