agent-trade-kit
by okx·★ 297·Score 52
OKX trading MCP server with 150+ tools for spot, swap, futures, options, bots and portfolio management.
Overview
OKX Agent Trade Kit is a comprehensive MCP server that connects AI agents directly to OKX trading platform. It offers 150+ tools across 11 modules including market data, trading operations, account management, and trading bots. The server operates as a local process with API keys stored only on the user's machine, ensuring security and privacy. It features built-in safety controls like read-only mode and per-module filtering, making it suitable for both live trading and paper trading scenarios.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server if you need comprehensive trading tools for OKX exchange and want to integrate them directly into AI agents like Claude or Cursor.
When NOT to choose this
Don't choose this if you need support for exchanges other than OKX, or if you prefer cloud-based trading solutions with remote access.
Tools this server exposes
12 tools extracted from the READMEmarket_tickerGet ticker information for a trading instrument
spot_place_orderPlace a spot order
swap_place_orderPlace a swap/perpetual order
futures_place_orderPlace a futures order
option_place_orderPlace an options order
account_balanceGet account balance information
earn_purchasePurchase an earning product
bot_grid_createCreate a grid trading bot
news_latestGet latest crypto news
smartmoney_leaderboardGet smart money trader leaderboard
market_technical_indicatorsGet technical indicators for an instrument
event_place_orderPlace an event contract order
Comparable tools
Installation
# Install the MCP server and CLI
npm install -g @okx_ai/okx-trade-mcp @okx_ai/okx-trade-cli
# Configure OKX API credentials (interactive wizard)
okx config init
# Register with Claude Desktop
okx-trade-mcp setup --client claude-desktopAdd to Claude Desktop configuration:
{
"mcpServers": {
"okx-trade": {
"command": "okx-trade-mcp",
"args": []
}
}
}FAQ
- Is this safe to use with real trading?
- Yes, the server runs locally with API keys stored only on your machine. It includes safety controls like --read-only flag and per-module filtering.
- Which AI clients support this MCP server?
- It works with Claude Desktop, Cursor, openCxxW, and any MCP-compatible client. Setup wizards are available for these clients.
Compare agent-trade-kit with
Last updated · Auto-generated from public README + GitHub signals.