MCP ExplorerExplorer

Server Hyperliquid

@mektigboyon 9 months ago
18 MIT
FreeCommunity
AI Systems
MCP Hyperliquid (https://app.hyperliquid.xyz) server

Overview

What is Server Hyperliquid

server-hyperliquid is an MCP server implementation that integrates the Hyperliquid SDK, allowing users to interact with various features related to cryptocurrency trading on the Hyperliquid platform.

Use cases

Use cases for server-hyperliquid include analyzing market trends through candlestick data, monitoring real-time prices, and executing trades based on L2 order book data.

How to use

To use server-hyperliquid, you need to configure it in your ‘claude_desktop_config.json’ file by adding the specified command and arguments. You can then access its functionalities through the provided tools.

Key features

Key features include retrieving mid prices for all coins, obtaining historical candlestick data for any token, and accessing the L2 order book for specific tokens.

Where to use

undefined

Content

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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers