Skip to content
Back to search
100
MCP v1.0.0 sse

Hyperliquid Perp Market Data API

io.github.Br0ski777/hyperliquid-data

Hyperliquid perp order book, prices, funding, OI, candles. x402 paid.

Uptime
0.0%
1 direct probes · 30d
Response
193ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

hyperliquid_get_market_data

Use this when you need Hyperliquid perpetual futures data for a specific coin. Returns full L2 order book depth with real-time pricing and funding metrics in one call. 1. bids: array of bid levels wi…

hyperliquid_get_all_markets

Use this when you need a snapshot of all Hyperliquid perpetual markets at once. Returns pricing, funding, and volume data for every listed asset in a single call. 1. markets: array of all listed perp…

hyperliquid_get_candles

Use this when you need historical OHLCV candlestick data for a Hyperliquid perpetual pair. Returns open, high, low, close, volume for the specified interval. 1. candles: array of OHLCV bars 2. Each c…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "hyperliquid_perp_market_data_api": {
      "url": "https://hyperliquid-data.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}