Agent Tools
Back to MCP servers

Hyperliquid Market Data — Orderbooks, Prices, OHLCV

https://server.smithery.ai/axel-belfort/hyperliquid-data/mcp
● healthy

Hyperliquid perpetual market data API for AI agents. Real-time order books, mid prices, funding rates, open interest, 24h volume, and OHLCV candles for all 229 perp markets on Hyperliquid L1. Direct on-chain data, no CoinGecko dependency. Tools: hyperliquid_get_market_data (single), hyperliquid_get_all_markets (overview), hyperliquid_get_candles (OHLCV). Use this for trading signals, market analysis, backtesting, or building Hyperliquid trading bots. The foundational data layer for any Hyperliquid integration. IMPORTANT: For whale tracking, use hyperliquid_track_whale_positions instead. Returns real-time L1 data. No API key required — x402 micropayment $0.001/call on Base L2.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/hyperliquid-data/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/hyperliquid-data/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://github.com/Br0ski777/hyperliquid-data-x402
Listed at (smithery)
https://github.com/Br0ski777/hyperliquid-data-x402