MCP.so
登录

Hyperliquid MCP Server v5

@TradingBalthazar

关于 Hyperliquid MCP Server v5

A standalone Model Context Protocol server for Hyperliquid with integrated dashboard

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

TradingBalthazar

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器