Neleus Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Neleus Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
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.
</div>
<br />
<br />
<p align="center"> <img src="./assets/neleus-preview.jpeg" alt="Neleus MCP demo showing SOL market analysis in Claude" width="1000" /> </p>
| 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 |
| 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 |
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 |
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 uvclaude mcp add neleus -- uvx neleus-mcpWith trading credentials:
claude mcp add neleus \
-e HYPERLIQUID_SIGNER_PRIVATE_KEY=0x... \
-e HYPERLIQUID_TESTNET=false \
-- uvx neleus-mcpEdit ~/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"
}
}
}
}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-mcp| 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) |
testnet=true.PermissionError if HYPERLIQUID_SIGNER_PRIVATE_KEY is not set.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.