MCP Catalogs
Home

agent-trade-kit

by okx·297·Score 52

OKX trading MCP server with 150+ tools for spot, swap, futures, options, bots and portfolio management.

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

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:

you:AI-powered trading assistant that can execute complex trading strategies autonomously
you:Portfolio management agent that monitors positions and rebalances based on market conditions
you:Research tool that combines market data, news sentiment, and smart money signals to generate trading insights
you:Is this safe to use with real trading?
you:Which AI clients support this MCP server?

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

    Get ticker information for a trading instrument

  • spot_place_order

    Place a spot order

  • swap_place_order

    Place a swap/perpetual order

  • futures_place_order

    Place a futures order

  • option_place_order

    Place an options order

  • account_balance

    Get account balance information

  • earn_purchase

    Purchase an earning product

  • bot_grid_create

    Create a grid trading bot

  • news_latest

    Get latest crypto news

  • smartmoney_leaderboard

    Get smart money trader leaderboard

  • market_technical_indicators

    Get technical indicators for an instrument

  • event_place_order

    Place an event contract order

Comparable tools

binance-trade-mcpcrypto-trader-mcptrading-cli

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

Add 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

GitHub →

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