Neleus MCP
Click on "Install 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.
Tools
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-mcp2. 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"
}
}
}
}Environment 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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/auralshin/neleus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server