Labsco
MCP SERVER

Hyperliquid

by mektigboy

Read Hyperliquid market data in the conversation: mid prices for every coin in one call, candles for one coin over an interval you choose, and the current L2 order book for a symbol.

Cryptocurrency Market DataVerified
Summary
Market state arrives as data the model can reason over, with no exchange client to wire up.

Three read calls and nothing else — no orders, no positions, no account state — so there is nothing to authorize and nothing at risk if the tool list ends up somewhere it should not. That also fixes the ceiling: this answers what the market looks like now and over a window you name, and anything about your own exposure belongs to a different server. get_all_mids returning every coin at once is the cheapest way to get a broad picture in a single turn.

What it is

A read-only server over Hyperliquid market data — mid prices, candlesticks and the L2 order book.

What you get
  • Mid prices for every coin on Hyperliquid in a single call
  • Candlestick data for one coin at a chosen interval, between a start and end time
  • The current L2 order book for a symbol, for seeing depth rather than a single price
Requirements

A coin or symbol to ask about. No account and no key. MIT.

Setup effort

One command — npx -y @mektigboy/server-hyperliquid