MCP Catalogs
Home

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.

financeai-llmdeveloper-tools
0
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Automated cryptocurrency trading through AI agents like Claude or Cursor
you:Terminal-based trading operations using the CLI interface
you:Market analysis with technical indicators and smart money signals
you:Is my API key secure?
you:Which AI clients are compatible?

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 README
  • market_get_ticker

    Get ticker information for a trading instrument

  • market_get_orderbook

    Get order book data for a trading instrument

  • spot_place_order

    Place a spot order

  • swap_place_order

    Place a perpetual swap order

  • account_get_balance

    Get account balance information

  • earn_get_products

    Get available earning products

  • bot_grid_place

    Place a grid trading bot order

  • news_latest

    Get latest cryptocurrency news

  • option_place_order

    Place an options order

  • futures_get_positions

    Get current futures positions

  • event_get_events

    Get available event contracts

  • smartmoney_get_signals

    Get smart money trading signals

Comparable tools

binance-trade-mcpcoinbase-trade-mcpcrypto-trading-cli

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-desktop

For 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.