io.github.Coinversaa/mcp-server

平台与服务

by coinversaa

为 AI agents 提供加密市场情报,涵盖 Hyperliquid 交易者分析、cohorts 分群和实时行情。

什么是 io.github.Coinversaa/mcp-server

为 AI agents 提供加密市场情报,涵盖 Hyperliquid 交易者分析、cohorts 分群和实时行情。

README

Coinversaa Pulse — MCP Server

<a href="https://glama.ai/mcp/servers/Coinversaa/mcp-server"><img src="https://glama.ai/mcp/servers/Coinversaa/mcp-server/badge" alt="MCP Server" /></a>

Crypto intelligence for AI agents. Query 710K+ Hyperliquid wallets, 1.8B+ trades, behavioral cohorts, and live market data through any MCP-compatible client.

Now with builder dex support — trade commodities (gold, silver, oil), stocks (TSLA, AAPL), and perps across 8 dexes and 369+ markets.

Quick Start

Option A: Free Tier (No API Key)

Try it instantly — no sign-up needed. 7 tools with rate limits:

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

For all 39 tools and higher rate limits, get an API key (Option B).

Option B: Full Access (API Key)

Get a key at coinversaa.ai/developers or email chat@coinversaa.ai.

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

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

Cursor

Add to .cursor/mcp.json in your project root:

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

Claude Code

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

Set the env var in your shell:

bash
export COINVERSAA_API_KEY="cvsa_your_key_here"

That's it. No cloning, no building — npx handles everything.

Builder Dex Markets

Hyperliquid supports multiple builder dexes beyond the native perps exchange. Each dex has its own set of markets, collateral token, and symbol format.

DexWhat it tradesCollateralExample symbols
(native)Core perps (crypto)USDCBTC, ETH, SOL, HYPE
xyzCommodities, stocks, indicesUSDCxyz:GOLD, xyz:SILVER, xyz:TSLA
flxPerpsUSDHflx:BTC, flx:ETH
vntlPerpsUSDHvntl:ANTHROPIC, vntl:BTC
hynaPerpsUSDEhyna:SOL, hyna:BTC
kmEnergy & commoditiesUSDHkm:OIL, km:NATGAS
abcdMiscUSDCabcd:BITCOIN
cashStocks & equitiesUSDT0cash:TSLA, cash:AAPL

Symbol format:

  • Native Hyperliquid symbols: BTC, ETH, SOL
  • Builder dex symbols: prefix:COIN — e.g. xyz:GOLD, cash:TSLA, hyna:SOL

Use the list_markets tool to discover all available symbols and which dex they belong to.

Backend trading note for agentic traders: Coinversaa's backend-signed Hyperliquid orders use an approved Hyperliquid agent wallet, not a vaultAddress. If the backend signer changes, re-approve that signer on Hyperliquid before submitting orders. Builder dex orders may also require unified account mode so USDC collateral is shared across supported dexes. For isolated-only markets, omitted marginMode now defaults to isolated; do not assume cross is available on builder dex symbols. Frontend account-mode note: the app can now prepare a user-signed abstraction change via POST /api/v1/hyperliquid/prepare-abstraction, which lets the user enable or disable Unified Account mode without leaving Coinversaa. Hyperliquid may still reject a transition for exchange-side reasons.

Available Tools (39)

Free Tier (No API Key Required)

These 7 tools work without an API key, with IP-based rate limits:

ToolRate LimitDescription
pulse_global_stats10/minTotal traders, trades, volume across Hyperliquid
pulse_market_overview5/minLive prices, funding rates, OI for every pair (filterable by dex)
list_markets5/minDiscover all available markets with dex, price, volume, OI
market_price30/minCurrent mark price for any symbol
market_orderbook10/minBid/ask depth for any trading pair
pulse_most_traded_coins5/minMost actively traded coins by volume
live_long_short_ratio5/minGlobal or per-coin long/short ratio

Daily cap: 500 requests/day per IP.

Full Access (API Key Required — 32 additional tools)

All 39 tools with 100 req/min per key. Includes trader profiles, cohort intelligence, syncer-backed risk routes, closed positions, historical analytics, and more.

Risk Tools Freshness

Syncer-backed risk tools such as live_risk_overview, live_coin_risk_snapshot, live_coin_risk_history, live_mark_dislocations, live_recent_liquidations, live_liquidation_summary, live_oi_history, and live_cohort_bias_history are best treated as beta recent-intelligence tools.

  • Best for research, LLM training, liquidation analysis, OI trend work, and crowding detection
  • Best queried over recent windows like 7d or 30d
  • Freshness depends on sync coverage and may lag real time
  • Do not treat them as guaranteed live execution truth or exact historical accounting

For market_recent_candles, keep requests short and recent. The MCP tool intentionally caps one-minute candle responses at 720 rows (12h) so agents do not pull massive minute-bar dumps in a single call.

How AI Agents Use The Risk Tools

These risk tools are meant to help an AI answer market-structure questions clearly, not just dump raw rows.

GoalBest toolsQuestions an AI can answer
Detect risk nowlive_risk_overview, live_coin_risk_snapshot"What looks fragile right now?", "Is BTC crowded?", "Which coin is closest to forced unwinds?"
Explain recent stresslive_recent_liquidations, live_liquidation_summary, live_mark_dislocations"Where did forced unwind activity hit?", "Did basis stress show up before liquidations?", "What got liquidated over the last 30 days?"
Track regime changelive_coin_risk_history, live_oi_history, live_cohort_bias_history"Did OI build into this move?", "Were smart-money cohorts rotating first?", "How did this setup become fragile over time?"

In practice, a Claude-style agent can use them to move from:

  • raw question: "What do you think about BTC?"
  • better answer: "BTC OI has been building, liquidations picked up, smart-money bias faded, and basis stress widened late in the move."

Pulse — Trader Intelligence

ToolDescription
pulse_global_statsTotal traders, trades, volume, PnL across Hyperliquid
pulse_market_overviewLive prices, funding rates, OI for every pair. Optional dex param to filter by builder dex
list_marketsDiscover all available markets across all dexes — returns dex, price, volume, funding rate, OI
pulse_leaderboardTop traders ranked by PnL, win rate, volume, score, or risk-adjusted returns
pulse_hidden_gemsUnderrated high-performers most platforms miss
pulse_most_traded_coinsMost actively traded coins ranked by volume and trade count
pulse_biggest_tradesBiggest winning or losing trades across all of Hyperliquid
pulse_recent_tradesBiggest trades in the last N minutes/hours
pulse_token_leaderboardTop traders for a specific coin

Pulse — Trader Profiles

ToolDescription
pulse_trader_profileFull due diligence on any wallet (PnL, win rate, tiers, profit factor)
pulse_trader_performance30-day vs all-time comparison with trend direction
pulse_trader_tradesRecent trades for any wallet — the copy-trading signal
pulse_trader_daily_statsDay-by-day PnL, win rate, and volume breakdown
pulse_trader_token_statsPer-coin P&L breakdown (find a trader's edge)
pulse_trader_closed_positionsHistorical position lifecycle — entry/exit prices, hold duration, PnL
pulse_trader_closed_position_statsAggregate stats: avg hold time, position win rate, scalper vs swing

Pulse — Cohort Intelligence

710K+ wallets classified into behavioral tiers — unique data nobody else has.

PnL tiers (by profitability): money_printer, smart_money, grinder, humble_earner, exit_liquidity, semi_rekt, full_rekt, giga_rekt

Size tiers (by volume): leviathan, tidal_whale, whale, small_whale, apex_predator, dolphin, fish, shrimp

ToolDescription
pulse_cohort_summaryBehavioral tier breakdown across 710K+ wallets
pulse_cohort_positionsWhat money_printers / whales are holding RIGHT NOW
pulse_cohort_tradesEvery trade a cohort made in the last N minutes/hours
pulse_cohort_historyHistorical performance trends for any cohort
pulse_cohort_bias_historyHistorical hourly bias snapshots for all cohorts
pulse_cohort_performance_dailyHistorical daily performance stats for all cohorts

Market — Live Data

ToolDescription
market_priceCurrent mark price for any symbol (native or builder dex)
market_positionsOpen positions for any wallet
market_orderbookBid/ask depth for any trading pair
market_historical_oiHistorical hourly open interest snapshots (notional USD)
market_recent_candlesRecent 1-minute candles for a market, capped to the last 12 hours to keep MCP responses practical

Live — Real-Time Analytics

ToolDescription
live_liquidation_heatmapLiquidation clusters across price levels — support/resistance signals
live_risk_overviewExchange-wide risk snapshot: OI, leverage, crowding, near-liquidation exposure, and 7-day liquidation totals
live_coin_risk_snapshotCurrent single-coin fragility snapshot: OI, crowding, top positions, liquidation heatmap, and 7-day stress
live_coin_risk_historyMulti-lane history for a coin: OI, long/short, cohort rotation, candles, dislocations, and liquidation flow
live_mark_dislocationsMark/oracle dislocation history for a coin — useful for spotting basis stress before or during unwinds
live_recent_liquidationsReal syncer liquidation events with wallet, coin, penalty fee, and closed PnL
live_liquidation_summaryBest liquidation summary tool: counts, totals, by-coin rollups, and timeline buckets
live_long_short_ratioGlobal or per-coin long/short ratio with optional history
live_cohort_biasNet long/short stance for every tier on a given coin
live_oi_historyHistorical open interest for any coin or global — hourly snapshots up to 30 days
live_cohort_bias_historyHow each cohort's long/short bias evolved over time — useful for tracking smart-money rotation
pulse_recent_closed_positionsPositions just closed across all traders with entry/exit data

Example Prompts

Once connected, try asking your AI:

  • "What are the top 5 traders on Hyperliquid by PnL?"
  • "Show me what the money_printer tier is holding right now"
  • "What are the biggest trades in the last 10 minutes?"
  • "What did wallet 0x7fda...7d1 trade in the last hour?"
  • "Find underrated traders with 70%+ win rate"
  • "Do a deep dive on wallet 0x7fda...7d1 — are they still performing?"
  • "Where are the BTC liquidation clusters?"
  • "Show me the exchange-wide risk overview on Hyperliquid this week"
  • "Which coin looks the most crowded right now?"
  • "Show me ETH liquidation events from the last 7 days"
  • "Give me BTC risk history with OI, liquidations, and cohort rotation"
  • "Show me BTC mark/oracle dislocations for the last 30 days"
  • "Are smart money traders long or short ETH right now?"
  • "Show me the biggest losses in the last 24 hours"
  • "What coins are most actively traded right now?"
  • "What's this trader's average hold time and position win rate?"
  • "What markets are available on the xyz dex?"
  • "Show me all gold and silver markets"
  • "What's the price of xyz:GOLD?"
  • "List all builder dex markets with their prices"
  • "What stocks can I trade on Hyperliquid?"
  • "Show me the last 240 one-minute candles for BTC"

Environment Variables

VariableRequiredDefaultDescription
COINVERSAA_API_KEYNoYour API key (starts with cvsa_). Without it, only 7 free tools are available.
COINVERSAA_API_URLNohttps://staging.api.coinversaa.aiAPI base URL (will move to api.coinversaa.ai for production)

Rate Limits

Free tier: Per-route limits (5-30/min) + 500 requests/day per IP. See the free tier table for details.

Paid tier (API key): 100 requests/minute, no daily cap.

Rate limit headers are included in every response:

  • X-RateLimit-Limit: your configured limit
  • X-RateLimit-Remaining: requests left in current window
  • X-RateLimit-Reset: seconds until window resets
  • X-RateLimit-Tier: free or paid
  • X-RateLimit-Daily-Remaining: (free tier only) requests left today

Development

bash
git clone https://github.com/coinversaa/mcp-server.git
cd mcp-server
npm install
npm run build

# Test with MCP Inspector
npx @modelcontextprotocol/inspector build/index.js

What Makes This Different

This isn't a wrapper around a public blockchain API. Coinversaa indexes Hyperliquid's clearinghouse directly and computes analytics that don't exist anywhere else:

  • Builder dex markets: Access 369+ markets across 8 dexes — commodities, stocks, indices, and perps
  • Behavioral cohorts: 710K wallets classified into PnL tiers (money_printer to giga_rekt) and size tiers (leviathan to shrimp)
  • Live cohort positions: See what the best traders are holding in real-time
  • Real-time trade feed: Every trade by any wallet or cohort, queryable by time window
  • Liquidation heatmaps: Cluster analysis across price levels for any coin
  • Closed position analytics: Full position lifecycle with hold duration and entry/exit analysis
  • Hidden gem discovery: Find skilled traders that ranking sites miss
  • Open interest history: Hourly OI snapshots for any coin, up to 30 days back
  • Cohort bias history: Track how smart money, whales, and other tiers shifted long/short over time
  • 1.8B+ trades indexed: The deepest Hyperliquid dataset available as an API

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT


Built by Coinversaa

常见问题

io.github.Coinversaa/mcp-server 是什么?

为 AI agents 提供加密市场情报,涵盖 Hyperliquid 交易者分析、cohorts 分群和实时行情。

相关 Skills

MCP构建

by anthropics

Universal
热门

聚焦高质量 MCP Server 开发,覆盖协议研究、工具设计、错误处理与传输选型,适合用 FastMCP 或 MCP SDK 对接外部 API、封装服务能力。

想让 LLM 稳定调用外部 API,就用 MCP构建:从 Python 到 Node 都有成熟指引,帮你更快做出高质量 MCP 服务器。

平台与服务
未扫描114.1k

Slack动图

by anthropics

Universal
热门

面向Slack的动图制作Skill,内置emoji/消息GIF的尺寸、帧率和色彩约束、校验与优化流程,适合把创意或上传图片快速做成可直接发送的Slack动画。

帮你快速做出适配 Slack 的动图,内置约束规则和校验工具,少踩上传与播放坑,做表情包和演示都更省心。

平台与服务
未扫描114.1k

MCP服务构建器

by alirezarezvani

Universal
热门

从 OpenAPI 一键生成 Python/TypeScript MCP server 脚手架,并校验 tool schema、命名规范与版本兼容性,适合把现有 REST API 快速发布成可生产演进的 MCP 服务。

帮你快速搭建 MCP 服务与后端 API,脚手架完善、扩展顺手,尤其适合想高效验证服务能力的开发者。

平台与服务
未扫描10.2k

相关 MCP Server

Slack 消息

编辑精选

by Anthropic

热门

Slack 是让 AI 助手直接读写你的 Slack 频道和消息的 MCP 服务器。

这个服务器解决了团队协作中需要 AI 实时获取 Slack 信息的痛点,特别适合开发团队让 Claude 帮忙汇总频道讨论或发送通知。不过,它目前只是参考实现,文档有限,不建议在生产环境直接使用——更适合开发者学习 MCP 如何集成第三方服务。

平台与服务
83.4k

by netdata

热门

io.github.netdata/mcp-server 是让 AI 助手实时监控服务器指标和日志的 MCP 服务器。

这个工具解决了运维人员需要手动检查系统状态的痛点,最适合 DevOps 团队让 Claude 自动分析性能数据。不过,它依赖 NetData 的现有部署,如果你没用过这个监控平台,得先花时间配置。

平台与服务
78.4k

by d4vinci

热门

Scrapling MCP Server 是专为现代网页设计的智能爬虫工具,支持绕过 Cloudflare 等反爬机制。

这个工具解决了爬取动态网页和反爬网站时的头疼问题,特别适合需要批量采集电商价格或新闻数据的开发者。不过,它依赖外部浏览器引擎,资源消耗较大,不适合轻量级任务。

平台与服务
35.4k

评论