AgentStore
All apps
Data & Analytics

Hyperliquid Info MCP

kukapay Hyperliquid info query — 27 stars

kukapay·AgentStore Score 7.5
GitHubCompare
Smithery
1,023
GitHub ⭐
27
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