Use Nextbridge from Claude Code
Claude Code (the terminal coding agent from Anthropic) speaks the same MCP protocol as Claude Desktop. The exact same /api/mcp endpoint and the same API key work — only the place you paste the config changes.
Generate an API key
Go to Settings → Security → API keys, create a USER-scoped key, copy it (starts with nbx_user_) — you will only see it once.
Add Nextbridge to Claude Code
Claude Code reads MCP servers from ~/.claude/mcp.json (or per-project.claude/mcp.json). The shape is identical to Claude Desktop'smcpServers block.
Or use the built-in shortcut from inside Claude Code:
~/.claude/mcp.json like an .env file — do not commit it. The key it holds can place trades and (if you grant the scope) initiate withdrawals.Use it from the CLI
Start a fresh Claude Code session in any project. The Nextbridge tools become available to the agent on the next turn — verify with /mcp and you should seenextbridge listed as connected with its tool count.
The same rate limits and per-key audit log apply. Every call is recorded under the API key's id and visible in Settings → Security.