okx-agent-trade-kit
by PlaceNL2026·★ 86·Score 48
OKX trading MCP server with 145 tools across 11 modules for crypto spot/futures/swap trading and account management.
Overview
OKX Agent Trade Kit is a comprehensive AI-powered trading toolkit that connects AI assistants directly to OKX accounts via the Model Context Protocol. It provides 145 tools across 11 modules covering the full trading lifecycle from market data to order execution, algo orders, account management, earning products, trading bots, event contracts, news, and smart money signals. The package runs as a local process with API keys stored only on the user's machine, ensuring security without cloud dependencies. It includes both an MCP server for Claude/Cursor/AI clients and a standalone CLI tool for terminal operations.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you're already using OKX for trading and want AI-powered access to your account without switching between your AI client and exchange interface.
When NOT to choose this
Don't choose this if you primarily trade on exchanges other than OKX, as it's specifically designed for the OKX platform only.
Tools this server exposes
12 tools extracted from the READMEmarket_get_tickerGet ticker information for a trading instrument
market_get_orderbookGet order book data for a trading instrument
spot_place_orderPlace a spot order
swap_place_orderPlace a perpetual swap order
account_get_balanceGet account balance information
earn_get_productsGet available earning products
bot_grid_placePlace a grid trading bot order
news_latestGet latest cryptocurrency news
option_place_orderPlace an options order
futures_get_positionsGet current futures positions
event_get_eventsGet available event contracts
smartmoney_get_signalsGet smart money trading signals
Comparable tools
Installation
# 1. Install
npm install -g @okx_ai/okx-trade-mcp @okx_ai/okx-trade-cli
# 2. Configure OKX API credentials (interactive wizard)
okx config init
# 3. Register the MCP server with your AI client
okx-trade-mcp setup --client claude-desktopFor Claude Desktop, add to Claude's config.json:
{
"mcpServers": {
"okx": {
"command": "okx-trade-mcp",
"args": []
}
}
}FAQ
- Is my API key secure?
- Yes, API keys are stored only on your machine and never leave your device. No cloud services are involved.
- Which AI clients are compatible?
- The MCP server works with Claude Desktop, Cursor, openCxxW, and any other MCP-compatible AI clients.
Compare okx-agent-trade-kit with
Last updated · Auto-generated from public README + GitHub signals.