Skip to main content

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 PermissionError if HYPERLIQUID_SIGNER_PRIVATE_KEY is 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

neleus_mcp-0.1.2.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

neleus_mcp-0.1.2-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file neleus_mcp-0.1.2.tar.gz.

File metadata

  • Download URL: neleus_mcp-0.1.2.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for neleus_mcp-0.1.2.tar.gz
Algorithm Hash digest
SHA256 58f048aa1cbf5b3e9bc82b0ccb0e1e7c93f99166c1f201e183bcf99ce0a6f7b1
MD5 2f96a610d479bc1323b2c713b7efed45
BLAKE2b-256 1359906826da3c83e70ec0fa78a8e52bbbc2b90cc6ff84f01fbd77cc04afe70e

See more details on using hashes here.

Provenance

The following attestation bundles were made for neleus_mcp-0.1.2.tar.gz:

Publisher: publish.yml on auralshin/neleus-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file neleus_mcp-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: neleus_mcp-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for neleus_mcp-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0f9c00be6beff94d64f50614c2694463552052767190b086651a49a1c720aba2
MD5 ec3164c933739b7a7a6f2c48a6cf90e0
BLAKE2b-256 96cce5709b0bd7cdf83848429c4f63fa7bdbbd3778dab6cb371ee8e0206b9693

See more details on using hashes here.

Provenance

The following attestation bundles were made for neleus_mcp-0.1.2-py3-none-any.whl:

Publisher: publish.yml on auralshin/neleus-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page