Skip to content

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

Closed
Hiksang wants to merge 1 commit into
modelcontextprotocol:mainfrom
Hiksang:add-perp-cli
Closed

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

Conversation

@Hiksang

@Hiksang Hiksang commented Mar 18, 2026

Copy link
Copy Markdown

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>"
      }
    }
  }
}

@olaservo

Copy link
Copy Markdown
Member

Thanks for contributing to the MCP servers repo!

We've retired the third-party server list from the README in favor of the MCP Registry — see #3950 for context. The Official Integrations and Community Servers sections no longer exist in the README, so this PR no longer has a target.

Going forward, please publish your server to the MCP Registry using the quickstart guide:
https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx

That's where server discovery now happens. Thanks for building on MCP!


Note: I'm working through the backlog with help from Claude Code to give everyone a prompt response.

@olaservo olaservo closed this Apr 14, 2026
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.

2 participants