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.

コメント

「その他」の他のコンテンツ