MCP.so
Sign In

Hyperliquid MCP Server v5

@TradingBalthazar

About Hyperliquid MCP Server v5

A standalone Model Context Protocol server for Hyperliquid with integrated dashboard

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

TradingBalthazar

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "hyperliquid-mcp-server-v5": {
      "command": "node",
      "args": [
        "build/index.js"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Hyperliquid MCP Server v5?

Hyperliquid MCP Server v5 is a standalone Model Context Protocol (MCP) server that provides tools for authentication, trading, and account management on the Hyperliquid exchange. It is designed for developers and traders who want to interact with Hyperliquid’s API through a standardized MCP interface, and includes a web dashboard for convenient monitoring and control.

How to use Hyperliquid MCP Server v5?

Clone the repository, install dependencies (npm install), build the server (npm run build), and run the setup script (./setup.sh). Start the server with node build/index.js. The dashboard is accessible at http://localhost:3000 after starting your Next.js development server.

Key features of Hyperliquid MCP Server v5

  • Authentication via private key or wallet address
  • Real-time market data fetching for assets
  • Place and cancel orders on Hyperliquid
  • Create, activate, and deactivate trading strategies
  • View account balances, positions, and performance
  • User-friendly web dashboard for interaction

Use cases of Hyperliquid MCP Server v5

  • Automate trading strategies on Hyperliquid using an AI assistant
  • Build a custom trading dashboard with real‑time market data
  • Integrate Hyperliquid account management into a larger automation pipeline
  • Enable conversational or agent‑based trading via MCP tools

FAQ from Hyperliquid MCP Server v5

How do I connect to Hyperliquid?

Use the authenticate tool with your private key or wallet address to establish a session.

What tools does the server provide?

Tools include authenticate, get_market_data, place_order, cancel_order, create_strategy, and activate_strategy.

Is there a web interface?

Yes, a dashboard is available at http://localhost:3000 after starting your Next.js development server.

How are credentials stored?

Credentials are kept in memory for the duration of the session. For production use, consider a vault or secure key management system for private keys.

Comments

More Other MCP servers