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
66.7%
3 probes
Response
218ms
last probe
Tools
3
callable

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…

Similar MCP servers embedding-nearest

Hyperliquid Funding Rates API
HL perp funding rates for 229 markets. Sort, history, arb opportunities. x402.
3 tools · sse
Hyperliquid Spot API
Hyperliquid spot tokens, prices, volume, wallet balances. 454 tokens. x402 micropayment.
3 tools · sse
PredMCP live
Polymarket + Hyperliquid + macro for AI agents. 38 tools, signal backtest, SSE streaming. Free tier.
43 tools · streamable-http
Hyperliquid Perp Market Data API
Hyperliquid perp order book, prices, funding, OI, candles. x402 paid.
0 tools · sse
Perpetual Funding Rates API live
Perp funding rates across Binance, Bybit, OKX — open interest, sentiment. x402.
1 tools · sse
Prediction Markets API live
Prediction market odds from Polymarket. Active markets, probabilities, volume. x402.
3 tools · sse

How to use

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

{
  "mcpServers": {
    "hyperliquid_perp_market_data_api": {
      "url": "https://hyperliquid-data-x402-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}