Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

server-hyperliquid

MCP.Pizza Chef: mektigboy

The server-hyperliquid MCP server integrates the Hyperliquid SDK to provide real-time and historical cryptocurrency market data. It offers endpoints to retrieve mid prices for all coins, historical candlestick data, and Level 2 order book snapshots. This server enables seamless access to detailed market insights within MCP-enabled applications, supporting advanced trading and analysis workflows.

Use This MCP server To

Retrieve mid prices for all cryptocurrencies on Hyperliquid Fetch historical candlestick data for specific tokens and intervals Access Level 2 order book data for detailed market depth analysis Integrate real-time crypto market data into trading bots or dashboards Enable LLMs to query and analyze crypto market conditions dynamically

README

Hyperliquid MCP Server

An MCP server implementation that integrates the Hyperliquid SDK.

Tools

  • get_all_mids

    • Retrieve mid prices for all coins on Hyperliquid
    • No required inputs
  • get_candle_snapshot

    • Get historical candlestick data for any token
    • Inputs:
      • coin (string): Token symbol
      • interval (string): Time interval (e.g., '15m', '1h')
      • startTime (number): Start time in milliseconds since epoch
      • endTime (number, optional): End time in milliseconds since epoch
  • get_l2_book

    • Access the L2 order book for any token
    • Inputs:
      • symbol (string): Token symbol

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

NPX

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

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

server-hyperliquid FAQ

How do I configure the server-hyperliquid MCP server with Claude Desktop?
Add the server configuration to your claude_desktop_config.json using the provided NPX command and arguments.
What types of market data can I retrieve from the server-hyperliquid MCP server?
You can retrieve mid prices for all coins, historical candlestick data, and Level 2 order book snapshots.
Is there a license restriction for using the server-hyperliquid MCP server?
No, it is licensed under the MIT License, allowing free use, modification, and distribution.
Can I specify time intervals when fetching historical candlestick data?
Yes, you can specify intervals like '15m' or '1h' along with start and optional end times.
What input parameters are required to access the Level 2 order book?
You need to provide the token symbol as the input parameter.
Does the server-hyperliquid MCP server support real-time data updates?
It provides access to current mid prices and order book snapshots, enabling near real-time market data integration.
Can this MCP server be used with other LLM providers besides Claude?
Yes, it is compatible with any MCP host supporting the protocol, including OpenAI GPT-4 and Anthropic Claude.