Coinversaa MCP Server

Crypto intelligence for AI agents. Query the full Hyperliquid wallet universe, indexed trade history with PnL attribution, behavioral cohorts, and live market data through any MCP-compatible client. Call pulse_global_stats to see exact current coverage (tracked wallets, indexed trades, volume, PnL, data window). Its 40 documented tools cover pulse, hip4, trader, stats.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 5 · #76 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Coinversaa MCP Server

before you install - you'll need

Set COINVERSAA_API_KEY before connecting.

Claude Code

claude mcp add coinversaa-mcp-server -- npx -y @coinversaa/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "coinversaa-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@coinversaa/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @coinversaa/mcp-server - published under the repo owner's npm scope (@coinversaa)

registry namespace io.github.Coinversaa is GitHub-verified and matches the repo owner

03 · What Coinversaa MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 40 documented tools spanning pulse, hip4, trader, stats, including pulse_global_stats, list_markets, pulse_market_overview, pulse_leaderboard.

Capability map

Tools grouped from the project's README - what Coinversaa MCP Server lets an agent do.

Pulse

20 tools - e.g. Total traders, trades, volume, PnL across Hyperliquid - call this for current coverage numbers; Deprecated alias for list_markets (same payload); Top traders ranked by PnL, win rate, volume, score, or…

pulse_global_stats · pulse_market_overview · pulse_leaderboard · pulse_hidden_gems · pulse_most_traded_coins · pulse_biggest_trades…

Hip4

12 tools - e.g. Free API key; Free API key; Starter+

hip4_outcomes · hip4_outcome · hip4_outcome_summary · hip4_outcome_recent_trades · hip4_questions · hip4_recent_settlements…

read & search

3 tools - e.g. Canonical market discovery - every symbol with dex, price, volume, funding rate, OI; Directory of canonical assets - every asset grouped by economic exposure, with venues, synonyms, and a cross-market…

list_markets · list_assets · list_asset

Apex

1 tool - e.g. apex

Apex

Sharps

1 tool - e.g. sharps

Sharps

Grinders

1 tool - e.g. grinders

Grinders

Scrapers

1 tool - e.g. scrapers

Scrapers

Bleeders

1 tool - e.g. bleeders

Bleeders

Latest releases

v0.11.0 · 2026-08-24

Builder analytics - 8 new tools (91 → 99). The Hyperliquid builder-code economy is now a first-class tool family: builder_leaderboard, builder_profile, builder_traders, builder_fills, builder_cohorts…

v0.10.0 · 2026-08-14

Cohort tiers have new canonical slugs, accepted everywhere a tier is an input: · PnL tiers: Apex (apex), Sharps (sharps), Grinders (grinders), Scrapers (scrapers), The Crowd (crowd), Bleeders (bleeders), Trapped…

v0.8.0 · 2026-06-03

What's new · Position Lifecycle Suite - 5 tools on the corrected position_lifecycles_full table (MAE/MFE, 90-day rolling, perp-only): pulse_trader_lifecycles, pulse_trader_lifecycle_summary, pulse_lifecycle…

04 · Who maintains Coinversaa MCP Server

mcp-server is maintained by coinversaa. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
finance - ranked #76 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-24)
registry
io.github.Coinversaa/mcp-server (active, first published 2026-02-27)
packages
npm:@coinversaa/mcp-server

06 · Coinversaa MCP Server FAQ

Is Coinversaa MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can Coinversaa MCP Server do?

An agent gets 40 documented tools spanning pulse, hip4, trader, stats, including pulse_global_stats, list_markets, pulse_market_overview, pulse_leaderboard.

How do I install Coinversaa MCP Server?

Run `npx -y @coinversaa/mcp-server`. The README documents one environment variable (COINVERSAA_API_KEY) to set first. Set COINVERSAA_API_KEY before connecting. You can also paste the ready-made client config above.

Does Coinversaa MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Coinversaa MCP Server