Back to MCP Catalog

Hyperliquid MCP Server

Finance & FintechTypeScript
Access real-time cryptocurrency trading data from Hyperliquid exchange
Available Tools

get_all_mids

Retrieve mid prices for all coins on Hyperliquid

get_candle_snapshot

Get historical candlestick data for any token

coinintervalstartTimeendTime

get_l2_book

Access the L2 order book for any token

symbol

Hyperliquid MCP provides seamless access to the Hyperliquid cryptocurrency exchange API. It allows users to retrieve real-time market data including mid prices, candlestick data, and order book information for all available tokens on the platform. This integration enables AI assistants to access up-to-date cryptocurrency market information, helping users make informed trading decisions and analyze market trends without leaving their conversation with the assistant.

Installation

To use the Hyperliquid MCP server with your AI assistant, you'll need to add it to your configuration file.

For Claude Desktop

Add the following to your claude_desktop_config.json file:

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

For Other AI Assistants

The server can be installed using NPX, which allows you to run it without installing it globally. Make sure you have Node.js installed on your system.

Usage

Once installed, the Hyperliquid MCP server provides access to real-time cryptocurrency market data from the Hyperliquid exchange. You can ask your AI assistant to:

  1. Get current mid prices for all available cryptocurrencies
  2. Retrieve historical candlestick data for specific tokens
  3. Access the L2 order book for any token on the exchange

Example Queries

  • "What's the current price of ETH on Hyperliquid?"
  • "Show me the 1-hour candlestick data for BTC from yesterday"
  • "Get the order book for SOL on Hyperliquid"

Data Sources

This MCP server connects to the official Hyperliquid API (https://app.hyperliquid.xyz/) to provide real-time and historical market data.

License

The Hyperliquid MCP server is licensed under the MIT License, allowing for free use, modification, and distribution of the software, subject to the terms and conditions of the license.

Related MCPs

TastyTrade Portfolio Manager
Finance & FintechPython

Manage your TastyTrade brokerage account through Claude

Investor Agent
Finance & FintechPython

Financial analysis and investment insights for LLMs

Bankless Onchain
Finance & FintechTypeScript

Access and interact with blockchain data through the Bankless API

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.