Nord Agent Kit
Nord Agent Kit connects AI agents to Nord. Its local MCP server,
@n1xyz/nord-mcp-server, gives MCP-compatible clients such as Codex and Claude
Code tools for market discovery, account inspection, and trading.
This project is in active development. Use it at your own risk, including the risk of financial loss.
How it works
Your agent client launches nord-mcp as a local process and communicates with
it over STDIO. The server reads from Nord and, when authorized, signs actions
with a dedicated session key stored on your machine. No hosted MCP endpoint is
required.
| Mode | Available tools | Setup |
|---|---|---|
| Public | Market discovery, prices, and CLOB depth or indicative RFQ data | No wallet, account, or profile |
| Authenticated | Public tools plus account reads, order previews, trading, CLOB cancellation, and request recovery | An existing Nord account and an authorized session profile |
Devnet is the default. Mainnet must be selected explicitly. A profile binds one network, wallet owner, and Nord account; agent tools cannot override that selection.
Start here
- Quickstart — install the server, connect an agent, and read market data before enabling account access.
- Tools and trading — tool names, order inputs, supported execution modes, and request recovery.
- Sessions and security — browser and keyfile authorization, credential storage, renewal, and revocation.
- npm package — published releases of the local MCP server.
Access boundaries
The MCP server does not expose transfers, withdrawals, funding, arbitrary signing, administration, maker RFQ fills, TP/SL management, or scheduling.
The session key itself has broader protocol authority, including transfers and withdrawals. Omitting those tools and selecting one account locally do not restrict the key at the protocol level. Protect the session credential and choose funds appropriate to that authority. See session security.
Agent-client approval settings govern tool execution. A preview is indicative, and does not authorize a later trade. Review those settings before enabling trading tools.