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.

评论

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