MCP.so
ログイン

Hyperliquid MCP Server

@tomarsachin2271

Hyperliquid MCP Server について

MCP server to fetch data from hyperliquid APIs

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

tomarsachin2271

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "hyperliquid": {
      "command": "node",
      "args": [
        "/path/to/your/hyperliquid-mcp/dist/index.js"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Hyperliquid MCP Server?

A Node.js-based MCP server that exposes a tool named get-hyperliquid-positions, allowing Claude Desktop to fetch unrealized PnL and position information for any Hyperliquid wallet address.

How to use Hyperliquid MCP Server?

Clone the repository, install dependencies with npm install, build with npm run build, then configure Claude Desktop by editing its config file to point to the built dist/index.js. After restarting, ask Claude a question about your Hyperliquid positions; Claude will identify the tool and request your approval.

Key features of Hyperliquid MCP Server

  • Queries Hyperliquid open positions via MCP protocol.
  • Exposes a single tool: get-hyperliquid-positions.
  • Requires Node.js and Claude Desktop app.
  • Works with any Hyperliquid wallet address.
  • Fetches unrealized PnL data.

Use cases of Hyperliquid MCP Server

  • Ask Claude about unrealized PnL for a specific Hyperliquid wallet.
  • Retrieve open position details during a conversation with Claude.
  • Integrate Hyperliquid trading data into AI-driven workflows.

FAQ from Hyperliquid MCP Server

What tools does the server expose?

It exposes one tool: get-hyperliquid-positions.

What are the prerequisites?

Node.js, npm, and the Claude Desktop app.

How do I build the project?

Run npm install, then npm run build; the output is dist/index.js.

How do I configure Claude Desktop?

Open Claude menu → Settings → Developer → Edit Config, add an entry with command node and args pointing to the built index.js file, then restart.

Can I query any wallet address?

Yes, the tool accepts any Hyperliquid wallet address as input.

コメント

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