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

Uploaded Python 3

File details

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

File metadata

  • Download URL: neleus_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 8.3 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.3.tar.gz
Algorithm Hash digest
SHA256 83fb8b16c55375ee7ee49f1924572a05dea227ab362c9d53f7a28286189f5a9f
MD5 c454133e533b6838e7b7c87a53f109bf
BLAKE2b-256 21b24c79d0cf97e8acdcba84b844243693d6c6ad0bb8254348ef6db93f00d1d8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: neleus_mcp-0.1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 badb48baef2ad134635308bd62992e1f0138e016c81019ec6e8434e35a014504
MD5 bd494fe3f4431f74c2f35f2ecb079d16
BLAKE2b-256 23c1beb5f106ec50a7fde8ce570c68a1326529cf6e2cf7d09dd0baa38699eb2c

See more details on using hashes here.

Provenance

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