LogoSTMCP
Download
server-hyperliquid

Hyperliquid MCP Server

An MCP server implementation that integrates with Hyperliquid SDK, providing tools for retrieving mid prices, candlestick data, and L2 order books for cryptocurrency trading analysis.

Tools

1. get_all_mids

Retrieve mid prices for all coins on Hyperliquid.

2. get_candle_snapshot

Get historical candlestick data for any token.

3. get_l2_book

Access the L2 order book for any token.

Open Graph image for Hyperliquid MCP Server

JSON Config

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@mektigboy/server-hyperliquid"]
    }
  }
}

Useful Links

Information