Best for
- OKX users who want access through an AI client
- Developers who need a local trading MCP server
- Users who need combined market, trading, account, and earn capabilities
The source identifies this as an OKX-maintained MIT-licensed project using a local stdio process. Its README describes 11 modules and 167 tools for trading, account, earn, bot, news, and analytics workflows, with client setup commands, read-only mode, module filtering, and rate limiting. The server manifest was not cached, so specific tool identifiers cannot be listed.
OKX Agent Trade Kit is a locally run OKX trading MCP server covering market data, spot, perpetual swaps, futures, options, accounts, earn products, trading bots, event contracts, news, and smart-money analytics. It connects Claude, Cursor, and other MCP-compatible clients through the Model Context Protocol while keeping API keys on the local machine.
Node.js 18 or newer is required. Install the packages with npm install -g @okx_ai/okx-trade-mcp @okx_ai/okx-trade-cli, then configure OKX API credentials with okx config init. Register the MCP server using okx-trade-mcp setup --client claude-desktop, okx-trade-mcp setup --client cursor, okx-trade-mcp setup --client claude-code, or okx-trade-mcp setup --client vscode.