Editor's take
Wraps HL public endpoints (mids / candles / L2 book). Read-only. Slightly more active than mektigboy's version.
Hand-written by the AgentStore research team from docs + code + live usage data
About
An MCP server that provides real-time data and insights from the Hyperliquid perp DEX for use in bots, dashboards, and analytics.
From the project README
Key capabilities
User Data Queries:
get_user_state — Fetch user positions, margin, and withdrawable balance for perpetuals or spot markets.
get_user_open_orders — Retrieve all open orders for a user account.
get_user_trade_history — Get trade fill history with details like symbol, size, and price.
get_user_funding_history — Query funding payment history with customizable time ranges.
get_user_fees — Fetch user-specific fee structures (maker/taker rates).
get_user_staking_summary & get_user_staking_rewards — Access staking details and rewards.
get_user_order_by_oid & get_user_order_by_cloid — Retrieve specific order details by order ID or client order ID.
Install
Pick your runtime, copy the snippet, paste it into your client config.
{
"mcpServers": {
"kukapay-hyperliquid-info-mcp": {
"command": "npx",
"args": ["-y", "kukapay-hyperliquid-info-mcp"]
}
}
}Prerequisites
- ·Node.js 20+
- ·An MCP-compatible client
Project pulse
Live from GitHub — see if the project is actually maintained.
Language
Python
License
MIT
Contributors
1
Open issues
0
Created
May 2025
How it compares
Position among 44 tools in the data category
By calls
#10/ 44
top 20%
By stars
#32/ 44
top 70%
By AgentStore Score
#27/ 44
top 59%
Security profile
Open source
Yes
Audited
No
Key handling
Local
Paid
Free
Similar tools
🎯
Polymarket MCP
aryankeluskar
Polymarket prediction markets MCP — 54,822 calls, #1 most-installed crypto MCP overall
🔎
Blockscout MCP
blockscout
Blockscout official MCP — onchain explorer across 60+ chains
📊
QuantOracle
QuantOracle
63 quant-computation tools (Black-Scholes / vol / correlation) — 11,630 Smithery calls
🐋
Bitpoort
Bitpoort
Bitpoort onchain data MCP — whale tracking + liquidation maps, 41 tools