Skip to main content
Glama
nexus-xyz

nexus-exchange-mcp

Official
by nexus-xyz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEXUS_EXCHANGE_API_KEYNoHMAC API key id (x-api-key). Required for account/trade tools.
NEXUS_EXCHANGE_API_URLNoAPI base URL. Defaults to https://exchange.nexus.xyz/api/exchange.https://exchange.nexus.xyz/api/exchange
NEXUS_EXCHANGE_API_SECRETNoHMAC secret (hex). Required for account/trade tools.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_marketsA

List all tradable markets with their current summary (mark price, 24h change, volume, open interest, funding). Public — no credentials needed.

get_tickerA

Get the ticker (last price, bid/ask, 24h stats) for one market, e.g. "BTC-USDX-PERP". Public — no credentials needed.

get_orderbookA

Get the current order book (bids/asks with price + size) for one market. Public — no credentials needed.

get_demo_accountA

Get a live, public demo account snapshot (balance, equity, positions). No credentials needed — useful to show the account flow before API keys are wired up.

get_demo_positionsA

Get the public demo account's open positions. No credentials needed.

get_demo_ordersA

Get the public demo account's open orders. No credentials needed.

get_balanceB

Get the authenticated account snapshot: collateral balance, equity, and positions. Requires API credentials.

get_positionsB

Get the authenticated account's open positions. Requires API credentials.

get_open_ordersA

Get the authenticated account's resting (open) orders. Requires API credentials.

place_orderA

Place an order on a market. Supports limit and market orders, buy/sell. For limit orders a price is required. Requires API credentials. This submits a REAL order to the matching engine.

cancel_orderA

Cancel one resting order by id, or all open orders if order_id is omitted. Requires API credentials.

get_deposit_targetC

Get the on-chain deposit target (address/memo) to fund the account. Not yet available — the gateway exposes deposit submission but no deposit-address endpoint yet.

register_agentA

Register a delegated agent key so an AI agent can trade on a wallet's behalf without holding the wallet key. Not yet available — delegated agent-key registration is still scaffolding server-side and requires a wallet EIP-712 signature this server cannot produce.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nexus-xyz/nexus-exchange-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server