# server-hyperliquid

> MCP Server

This repository provides an MCP server implementation that leverages the Hyperliquid SDK to retrieve real-time and historical market data, including mid prices, candlestick data, and L2 order books for Hyperliquid's coins.

## Overview

- **Category:** Developer Tools
- **Language:** TypeScript
- **Stars:** 44
- **Forks:** 1
- **Owner:** mektigboy
- **GitHub:** https://github.com/mektigboy/server-hyperliquid
- **Created:** 2025-03-06T07:19:46+00:00
- **Updated:** 2025-03-28T14:25:29+00:00
- **Source:** https://model-context-protocol.com/servers/hyperliquid-mcp-server-market-data-sdk

## Setup

## Setup
Add the following configuration to your `claude_desktop_config.json`:

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

## Tools

## Available 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.)
