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.4.tar.gz (8.2 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.4-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

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

Hashes for neleus_mcp-0.1.4.tar.gz
Algorithm Hash digest
SHA256 fdae83c95b7066de111aa51f5b40f8417369de51cc3948eadbe1584e5a2b42a1
MD5 98b68c97fcb12b9f6e52a1e920a604bf
BLAKE2b-256 26682319da832758da68d0061ba4a674e4874bce3fc2d30168aad634c624216b

See more details on using hashes here.

Provenance

The following attestation bundles were made for neleus_mcp-0.1.4.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.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

Hashes for neleus_mcp-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c80769852fb053dd1f95f8c7bf4995f5ea933a1bf07e3aee3cb455a89f3499da
MD5 263cc6f4675497ef67dfb1bd345d25f6
BLAKE2b-256 c3e753457d77a198919cd9af9c17fcfce33df14043af77831e78ea04c7182cb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for neleus_mcp-0.1.4-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