Neleus MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Neleus MCPwhat's the technical analysis for BTC-PERP?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
neleus-mcp
MCP server exposing Neleus Hyperliquid tools to Claude and Codex
Run market analysis, inspect order books, search docs, and place trades from Claude, Codex, or any stdio-compatible MCP client with Neleus-backed MCP tools.
Mock Questions
What’s the current RSI and trend for SOL?
Analyze ETH on the 1h timeframe.
Show support and resistance for BTC.
Scan perps for the strongest bullish setups.
Which markets have rising momentum right now?
What does the order book look like for HYPE?
Show bid/ask imbalance for SOL.
List the Neleus docs pages.
Search the docs for limit orders.
Read the docs page for market orders.
Place a limit buy for ETH at 3200.
Show my open orders.
Cancel my latest order.
Show my recent fills.
Related MCP server: hyperliquid-mcp
Preview
Market (no credentials)
Tool | Description |
| List markets by scope: perps, all-perps, hip3, spot, hip4 |
| TA analysis — RSI, trend, Bollinger bands, support/resistance |
| Rank markets by composite TA score |
| L2 order book snapshot with spread and imbalance |
Docs (no credentials)
Tool | Description |
| List Neleus documentation pages |
| Search the Neleus docs |
| Read a documentation page by route |
Trading (requires HYPERLIQUID_SIGNER_PRIVATE_KEY)
Tool | Description |
| Place a limit order |
| Place a market order |
| Cancel an open order by ID |
| List open orders |
| Recent fill history |
Installation
1. Install uv (once)
uvx is required to run MCP servers without managing Python environments manually.
# macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# or via Homebrew
brew install uv2. Add to Claude Code
claude mcp add neleus -- uvx neleus-mcpWith trading credentials:
claude mcp add neleus \
-e HYPERLIQUID_SIGNER_PRIVATE_KEY=0x... \
-e HYPERLIQUID_TESTNET=false \
-- uvx neleus-mcp3. Add to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"neleus": {
"command": "uvx",
"args": ["neleus-mcp"]
}
}
}With trading credentials:
{
"mcpServers": {
"neleus": {
"command": "uvx",
"args": ["neleus-mcp"],
"env": {
"HYPERLIQUID_SIGNER_PRIVATE_KEY": "0x...",
"HYPERLIQUID_TESTNET": "false"
}
}
}
}4. Add to Codex CLI
codex mcp add neleus -- uvx neleus-mcpWith trading credentials:
codex mcp add neleus \
--env HYPERLIQUID_SIGNER_PRIVATE_KEY=0x... \
--env HYPERLIQUID_TESTNET=false \
-- uvx neleus-mcpEnvironment variables
Variable | Required | Description |
| Trading only | Wallet private key ( |
| No |
|
| No | Override the docs manifest URL |
| No | Use a local manifest file (offline/dev) |
Notes
HIP-4 outcome markets require
testnet=true.Trading tools raise
PermissionErrorifHYPERLIQUID_SIGNER_PRIVATE_KEYis not set.Docs are fetched from the live Neleus docs site and cached for 1 hour.
This server cannot be deployed
Maintenance
Related MCP Connectors
Real-time & historical Hyperliquid/Lighter: L4/L2/L3, fills, funding, OI, liquidations, candles
Non-custodial Hyperliquid perp trading: live markets, account state, user-armed order execution
Hosted Hyperliquid MCP server: query OHLCV, funding and positioning data in plain language with a free API key.
Hyperliquid - 2 tools for perpetuals, options, and position data
Related MCP Servers
- AlicenseAqualityNot gradedmaintenanceEnables interaction with the Hyperliquid DEX for retrieving market data, managing positions, and executing trades. Supports both testnet and mainnet operations with comprehensive trading tools including order placement, cancellation, and portfolio management.11MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to securely trade on Hyperliquid perpetual exchange, including order placement, position management, market data retrieval, and vault operations via natural language.21MIT
- AlicenseBqualityDmaintenanceIntegrates with Hyperliquid DEX to enable trading, account management, and market data queries through natural language.126 npm3MIT
- AlicenseAqualityDmaintenanceEnables AI agents to interact with Hyperliquid perpetual futures exchange for market analysis, account management, and risk-managed trading.51MIT