polskidegen-hl-tracker
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.
README
polskidegen-hl-tracker
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.
Features
| 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. |
Installation
Claude Desktop
Edit your claude_desktop_config.json:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add to mcpServers:
{
"mcpServers": {
"polskidegen-hl-tracker": {
"command": "npx",
"args": ["-y", "polskidegen-hl-tracker@0.2.0"]
}
}
}
Restart Claude Desktop. The 7 tools appear in the tool picker.
Other MCP clients
Any stdio-capable MCP client works. Run the binary directly:
npx -y polskidegen-hl-tracker@0.2.0
Example prompts
Try these in Claude Desktop once installed:
- Positions: "Show the open Hyperliquid positions for
0xea0027b6ea9b6d7d401b5266979cc3b3ca87a918." - Spot: "What spot tokens does
0x...hold on Hyperliquid?" - Fills: "List the last 7 days of Hyperliquid trades for wallet
0x...." - PnL: "Summarize 30-day realized PnL, win rate, and avg ROI for
0x...on Hyperliquid." - Funding: "How much did wallet
0x...pay or receive in Hyperliquid funding over the last week?" - Compare: "Compare Hyperliquid performance for these 3 wallets:
0x...,0x...,0x...." - Price: "What's the current Hyperliquid mark price and funding for HYPE?"
- Leaderboard: "Who are the top 5 most profitable Hyperliquid traders in the last 24 hours?"
- Leaderboard + deep-dive: "Pull the top 10 HL traders by 30d PnL, then show the current positions of the top 3."
Security
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.
- All data comes from Hyperliquid's public info endpoint (
https://api.hyperliquid.xyz/info). - No external services, no telemetry, no analytics, no tracking.
- The
exchangeendpoint (which would require signing) is never called. - No network calls are made to any host other than
api.hyperliquid.xyz.
Notes & limits
userFillsByTime/userFundingreturn up to ~500–2000 events per request.get_pnl_summarycovers 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 timeinget_pnl_summaryis approximate — it pairs closes with nearest prior opens on the same coin; if the matching open falls outside the fetched window, it's skipped.- USD values for spot balances depend on whether the token has an active mark on
allMids.
Maintainer
Built by @polskidegen — Polish crypto/AI trader, building tools for the degen stack.
Issues / PRs: https://github.com/polskidegen/polskidegen-hl-tracker
License
MIT — see LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。
mcp-server-qdrant
这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。