Skip to content

Add perp-cli: Multi-DEX perpetual futures trading MCP server#3624

Open
Hiksang wants to merge 1 commit intomodelcontextprotocol:mainfrom
Hiksang:add-perp-cli
Open

Add perp-cli: Multi-DEX perpetual futures trading MCP server#3624
Hiksang wants to merge 1 commit intomodelcontextprotocol:mainfrom
Hiksang:add-perp-cli

Conversation

@Hiksang
Copy link

@Hiksang Hiksang commented Mar 18, 2026

New Server

Name: perp-cli
GitHub: https://github.com/hypurrquant/perp-cli
npm: https://www.npmjs.com/package/perp-cli

Description

Multi-DEX perpetual futures trading MCP server for Pacifica (Solana), Hyperliquid (HyperEVM), and Lighter (Ethereum).

  • 18 tools: market data, portfolio, orderbook, funding rates, trade preview/execute (dry-run safety model), arb scanning, funding analysis, PnL analysis, arb comparison
  • 3 resources: market://prices, market://funding-rates, perp://schema
  • 2 prompts: trading-guide, arb-strategy
  • Safety: all trade execution requires dry-run preview + user confirmation

Install

{
  "mcpServers": {
    "perp-cli": {
      "command": "npx",
      "args": ["-y", "-p", "perp-cli", "perp-mcp"],
      "env": {
        "HYPERLIQUID_PRIVATE_KEY": "<YOUR_EVM_KEY>"
      }
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant