Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"coinversaa": {
"args": [
"-y",
"@coinversaa/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@coinversaa/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @coinversaa/mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / finance
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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).
Now with HIP-4 outcome contracts and builder dex support — inspect prediction-market style outcome contracts, settlements, commodities (gold, silver, oil), stocks (TSLA, AAPL), and perps across 8 dexes and 369+ markets.
HIP-4 outcome contract intelligence. v0.7.0 adds 12 tools for discovering active outcomes, reading question metadata, inspecting settlements and recent fills, tracking daily volume, ranking outcome traders, measuring outcome/perp overlap, and joining outcome holders to their currently open perp positions on the same underlying asset.
| New tool | What it answers |
|---|---|
hip4_outcomes | "What outcome contracts are active right now?" |
hip4_outcome | "What is outcome 123 and what side tokens does it use?" |
hip4_outcome_summary | "How much volume/PnL has this outcome done across both sides?" |
hip4_outcome_recent_trades | "Show me recent fills for this prediction market." |
hip4_questions | "What HIP-4 questions and named outcomes exist?" |
hip4_recent_settlements | "Which outcomes settled recently and which side won?" |
hip4_daily_volume | "Is HIP-4 outcome volume growing day by day?" |
hip4_most_active | "Which outcome contracts are most active?" |
hip4_top_traders | "Who are the top outcome traders?" |
hip4_trader_outcomes | "What outcomes did this wallet trade?" |
hip4_cross_product_overlap | "How much overlap is there between outcome traders and perp traders?" |
hip4_perp_position_context | "Do outcome 25 traders currently have open BTC perp exposure, and is it aligned or hedged?" |
Tool count: 43 → 55. An API key is required for every tool; backend tiering determines which tools and limits are available. Get a key from coinversa.ai/developers.
Canonical cross-market asset taxonomy. The same underlying asset can appear under different tickers on different venues (e.g. GOLD on xyz, PAXG on native Hyperliquid — both track gold). v0.6.0 added 3 tools that resolve synonyms server-side and aggregate across venues, plus a ground-truth OI tool:
| New tool | What it answers |
|---|---|
list_assets | "What assets are available? Which are listed on 2+ venues?" |
list_asset | "Where does GOLD trade? Is PAXG the same as GOLD?" |
pulse_cross_market_asset | "Is gold more crowded on xyz or hyna? Do dexes disagree on BTC direction?" |
live_official_oi | "What does Hyperliquid itself report for BTC OI — do our numbers match?" |
Synonyms baked in: PAXG → GOLD, XAUT → GOLD, XAGT → SILVER. Prefix grouping (BTC ≡ flx:BTC ≡ hyna:BTC) works automatically.
Other 0.6.0 housekeeping: default API URL points at production; removed stale hard-coded "710K+ wallets / 1.8B+ trades" marketing figures (call pulse_global_stats for current coverage); pulse_market_overview kept as a deprecated alias for the canonical list_markets.
Get a key at coinversa.ai/developers or email chat@coinversaa.ai.
You can connect in two ways:
| Method | Endpoint / command | Best for |
|---|---|---|
| Hosted Remote MCP | https://mcp.coinversa.ai/mcp | Remote MCP clients and custom connectors that support Streamable HTTP |
| Local stdio MCP | npx -y @coinversaa/mcp-server@0.7.0 | Claude Desktop, Cursor, |