MCP server exposing Neleus Hyperliquid market tools to Claude
Project description
neleus-mcp
MCP server exposing Neleus Hyperliquid tools to Claude.
Tools
Market (no credentials)
| Tool | Description |
|---|---|
neleus_list_markets |
List markets by scope: perps, all-perps, hip3, spot, hip4 |
neleus_analyze_market |
TA analysis — RSI, trend, Bollinger bands, support/resistance |
neleus_scan_markets |
Rank markets by composite TA score |
neleus_get_order_book |
L2 order book snapshot with spread and imbalance |
Docs (no credentials)
| Tool | Description |
|---|---|
neleus_list_docs |
List Neleus documentation pages |
neleus_search_docs |
Search the Neleus docs |
neleus_read_doc |
Read a documentation page by route |
Trading (requires HYPERLIQUID_SIGNER_PRIVATE_KEY)
| Tool | Description |
|---|---|
neleus_place_limit_order |
Place a limit order |
neleus_place_market_order |
Place a market order |
neleus_cancel_order |
Cancel an open order by ID |
neleus_get_open_orders |
List open orders |
neleus_get_fills |
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 uv
2. Add to Claude Code
claude mcp add neleus -- uvx neleus-mcp
With trading credentials:
claude mcp add neleus \
-e HYPERLIQUID_SIGNER_PRIVATE_KEY=0x... \
-e HYPERLIQUID_TESTNET=false \
-- uvx neleus-mcp
2. 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 |
|---|---|---|
HYPERLIQUID_SIGNER_PRIVATE_KEY |
Trading only | Wallet private key (0x...) |
HYPERLIQUID_TESTNET |
No | true to use testnet for all tools |
NELEUS_DOCS_URL |
No | Override the docs manifest URL |
NELEUS_DOCS_MANIFEST_PATH |
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neleus_mcp-0.1.4.tar.gz.
File metadata
- Download URL: neleus_mcp-0.1.4.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdae83c95b7066de111aa51f5b40f8417369de51cc3948eadbe1584e5a2b42a1
|
|
| MD5 |
98b68c97fcb12b9f6e52a1e920a604bf
|
|
| BLAKE2b-256 |
26682319da832758da68d0061ba4a674e4874bce3fc2d30168aad634c624216b
|
Provenance
The following attestation bundles were made for neleus_mcp-0.1.4.tar.gz:
Publisher:
publish.yml on auralshin/neleus-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
neleus_mcp-0.1.4.tar.gz -
Subject digest:
fdae83c95b7066de111aa51f5b40f8417369de51cc3948eadbe1584e5a2b42a1 - Sigstore transparency entry: 1238031857
- Sigstore integration time:
-
Permalink:
auralshin/neleus-mcp@b1b74dcede14ba4849e7d8cdad59e3134fb1ae4a -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/auralshin
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@b1b74dcede14ba4849e7d8cdad59e3134fb1ae4a -
Trigger Event:
release
-
Statement type:
File details
Details for the file neleus_mcp-0.1.4-py3-none-any.whl.
File metadata
- Download URL: neleus_mcp-0.1.4-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c80769852fb053dd1f95f8c7bf4995f5ea933a1bf07e3aee3cb455a89f3499da
|
|
| MD5 |
263cc6f4675497ef67dfb1bd345d25f6
|
|
| BLAKE2b-256 |
c3e753457d77a198919cd9af9c17fcfce33df14043af77831e78ea04c7182cb3
|
Provenance
The following attestation bundles were made for neleus_mcp-0.1.4-py3-none-any.whl:
Publisher:
publish.yml on auralshin/neleus-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
neleus_mcp-0.1.4-py3-none-any.whl -
Subject digest:
c80769852fb053dd1f95f8c7bf4995f5ea933a1bf07e3aee3cb455a89f3499da - Sigstore transparency entry: 1238031861
- Sigstore integration time:
-
Permalink:
auralshin/neleus-mcp@b1b74dcede14ba4849e7d8cdad59e3134fb1ae4a -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/auralshin
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@b1b74dcede14ba4849e7d8cdad59e3134fb1ae4a -
Trigger Event:
release
-
Statement type: