nexus-exchange-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEXUS_EXCHANGE_API_KEY | No | HMAC API key id (x-api-key). Required for account/trade tools. | |
| NEXUS_EXCHANGE_API_URL | No | API base URL. Defaults to https://exchange.nexus.xyz/api/exchange. | https://exchange.nexus.xyz/api/exchange |
| NEXUS_EXCHANGE_API_SECRET | No | HMAC secret (hex). Required for account/trade tools. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |
| cancel_orderA | Cancel one resting order by id, or all open orders if |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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