loading…
Search for a command to run...
loading…
MCP server for Hyperliquid that provides read-only on-chain wallet analytics. Enables natural-language queries about positions, fills, funding, and realized PnL
MCP server for Hyperliquid that provides read-only on-chain wallet analytics. Enables natural-language queries about positions, fills, funding, and realized PnL for any public address.
Model Context Protocol (MCP) server for Hyperliquid — read-only, on-chain wallet analytics for any public address. Plug it into Claude Desktop (or any MCP client) and ask natural-language questions about positions, fills, funding, and realized PnL on Hyperliquid perps & spot.
No keys. No login. Public wallet address in → structured analytics out.
| Tool | What it returns |
|---|---|
get_positions |
Open perp positions: size, entry, mark, unrealized PnL, ROE, leverage, liquidation price + account value / margin / withdrawable |
get_spot_balances |
Hyperliquid spot balances: free, locked, total (USD value when available) |
get_fills |
Last N days of fills (trades): timestamp, coin, side, size, price, direction (open/close), PnL, fee — up to 500 rows |
get_pnl_summary |
Realized PnL over 7d / 30d / all: total PnL, closed trades, win rate, avg ROI, best/worst trade, avg hold time, fees |
get_funding |
Funding payments over N days: net, paid, received, per-coin breakdown |
compare_wallets |
Side-by-side comparison of 2–5 wallets on 30d window (account value, PnL, win rate, avg ROI, top position) |
get_price |
Current market data for any HL perp: mid, mark, oracle, 24h change, funding rate, open interest, 24h volume |
get_top_traders |
Top N traders on Hyperliquid by PnL / ROI / volume over 24h / 7d / 30d / all-time. Covers all 30k+ accounts — no API key, uses HL's own public leaderboard source. Returns addresses you can pipe back into the other tools for deep-dive. |
Edit your claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd to mcpServers:
{
"mcpServers": {
"polskidegen-hl-tracker": {
"command": "npx",
"args": ["-y", "[email protected]"]
}
}
}
Restart Claude Desktop. The 7 tools appear in the tool picker.
Any stdio-capable MCP client works. Run the binary directly:
npx -y [email protected]
Try these in Claude Desktop once installed:
0xea0027b6ea9b6d7d401b5266979cc3b3ca87a918."0x... hold on Hyperliquid?"0x...."0x... on Hyperliquid."0x... pay or receive in Hyperliquid funding over the last week?"0x..., 0x..., 0x...."This MCP is 100% read-only. It does not require any private keys, seeds, mnemonics, or logins. Only a public wallet address (0x + 40 hex chars) is needed as input.
https://api.hyperliquid.xyz/info).exchange endpoint (which would require signing) is never called.api.hyperliquid.xyz.userFillsByTime / userFunding return up to ~500–2000 events per request. get_pnl_summary covers up to 365 days but the underlying fills endpoint caps the result set — for extremely active traders, numbers over long windows reflect the capped sample.avg hold time in get_pnl_summary is approximate — it pairs closes with nearest prior opens on the same coin; if the matching open falls outside the fetched window, it's skipped.allMids.Built by @polskidegen — Polish crypto/AI trader, building tools for the degen stack.
Issues / PRs: https://github.com/polskidegen/polskidegen-hl-tracker
MIT — see LICENSE.
Выполни в терминале:
claude mcp add polskidegen-hl-tracker -- npx Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.