Connects Claude to Hyperliquid vault data through a hosted API at klymax402.com. Exposes vault performance metrics including APR, TVL, PnL, and follower counts, with results sorted by performance. The x402 suffix suggests this is a specific deployment or variant. Reach for this when you need to analyze or compare Hyperliquid trading vaults without manually scraping their interface. Uses server-sent events for transport, so it maintains a persistent connection for real-time updates. The GitHub repo is minimal on documentation, but the API endpoint is live and the use case is straightforward: you're getting structured vault data you can query and sort programmatically.
Public tool metadata for what this MCP can expose to an agent.
hyperliquid_get_vault_dataUse this when you need Hyperliquid vault performance data. Returns all vault summaries including APR, total PnL, TVL, followers, and leader address, sorted by APR descending. Do NOT use for whale posi1 paramsUse this when you need Hyperliquid vault performance data. Returns all vault summaries including APR, total PnL, TVL, followers, and leader address, sorted by APR descending. Do NOT use for whale posi
limitnumberHyperliquid vault summaries — APR, TVL, PnL, followers. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.
Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"hl-vaults": {
"url": "https://hl-vaults.api.klymax402.com/mcp"
}
}
}
curl "https://hl-vaults.api.klymax402.com/api/vaults"
# -> 402 Payment Required, with an x402 payment challenge in the response body
Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.
| Tool | Method | Path | Price | Description |
|---|---|---|---|---|
hyperliquid_get_vault_data | GET | /api/vaults | $0.003 | Get Hyperliquid vault summaries sorted by APR |
hyperliquid_get_vault_dataUse this when you need Hyperliquid vault performance data. Returns all vault summaries including APR, total PnL, TVL, followers, and leader address, sorted by APR descending. Do NOT use for whale positions — use hyperliquid_track_whale_positions. Do NOT use for funding rates — use perp_get_funding_rates.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | no | Max vaults to return (default: 20) |
eip155:8453)100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.
MIT