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.1.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.1-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: neleus_mcp-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 aaa6cda78900febcfd8caeed56a10f3c32883d236786e32fc87e3ede4e2b88f3
MD5 be62df2baccb7c3f44b4f81d6c337f4a
BLAKE2b-256 4c2df71a6ee897192af0bdf5f0570d7615613ec5ba1e1bcf6ad60c4effbebbdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for neleus_mcp-0.1.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: neleus_mcp-0.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cc2dadcdac1808c4b04ae400be424ae2cc9e1f289a2455605f6b5da4202b4a88
MD5 83a3ac6353deb97db624532b7e9979bd
BLAKE2b-256 d34c528c3b3bd4184c7338c5130255dbc54b4f3f1a1e420fd40b6c29f3d9d315

See more details on using hashes here.

Provenance

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