Skip to main content
Glama

Hyperliquid MCP Server

by mektigboy

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.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

An MCP server implementation that integrates with Hyperliquid exchange, providing access to crypto market data including mid prices, historical candles, and L2 order books.

  1. Tools
    1. Usage with Claude Desktop
    2. NPX
  2. License

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A MCP server offering tools for cryptocurrency research and Ethereum-based automation.
      Last updated -
      113
      6
      37
      TypeScript
      AGPL 3.0
    • A
      security
      F
      license
      A
      quality
      An MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.
      Last updated -
      7
      2
      JavaScript
    • -
      security
      -
      license
      -
      quality
      Provides an MCP server that allows large language models to access real-time and historical Bitcoin market data from Binance, including current prices, order book data, recent trades, and price history through a standardized interface.
      Last updated -
      1
      JavaScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      MCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking, and news.
      Last updated -
      30
      17
      3
      TypeScript
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/mektigboy/server-hyperliquid'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server