Ця сторінка надається лише з інформаційною метою. Певні послуги й функції можуть бути недоступні у вашій юрисдикції.

Connecting Agentic Trading to OKX Exchange with Agent Trade Kit

We've launched OKX Agent Trade Kit, an open-source MCP toolkit that gives AI agents and developers a complete environment to build, test, and deploy agentic trading strategies on OKX Exchange. It's available now on npm as okx-trade-mcp (MCP server) and okx-trade-cli (CLI).

As of today, it's the only exchange-native MCP toolkit where an AI agent can execute a spot trade, go long on a perpetual, and set a conditional algo order - all through a single MCP interface, without switching providers.

For developers optimizing for speed and cost, the CLI interface delivers the same capabilities with lower token overhead and faster execution.

Traders increasingly use AI assistants to research markets, form views, and identify setups. But when it comes to execution, the workflow breaks: you copy the analysis out of your AI client, switch to the exchange, and place the order manually. The insight and the action are stuck in separate tools.

Agent Trade Kit eliminates the extra steps. It connects Claude, OpenClaw, Cursor, VS Code, and any MCP-compatible client directly to OKX, so your agent can go from analysis to executed trade in a single conversation.

For developers who want a faster path to get started, Agent Trade Kit also ships with four plug-and-play Skills: okx-cex-market (Market Data), okx-cex-trade (Trading), okx-cex-portfolio (Portfolio), and okx-cex-bot (Bot), letting you load only what your agent needs without configuring the full toolkit.

What makes Agent Trade Kit different

Under the hood, Agent Trade Kit is designed specifically for AI-native trading workflows:

  • Local-first security. Unlike other implementations where API keys must be passed directly to the model, Agent Trade Kit is specifically designed so your credentials are never exposed to the LLM. Keys are stored in a local config file and read only by the local MCP — making them entirely inaccessible to the model. Signing happens locally via HMAC-SHA256, and the AI client sends only trading intent. Your credentials never leave your machine.

  • Permission-aware registration: API key permissions are read on startup. If a key lacks trading permission, order tools are never registered in the agent’s toolbox — meaning the AI cannot attempt actions it isn’t authorized to perform.

  • Fully open source under MIT licence. Every line of code is publicly auditable on GitHub.

Professional trading and options capabilities for AI agents

Agent Trade Kit is the only MCP toolkit that gives AI agents access to live options markets. No other exchange offers this. If you're building agents that need to hedge exposure, express directional views with defined risk, or construct multi-leg strategies — this is the only place to do it. Alongside options, agents can execute spot trades, go long on perpetuals, set conditional algo orders.

It ships with 82 tools across seven modules, covering the full professional trading lifecycle:

  • Spot, perpetual swaps, and futures: Execute trades across OKX’s full derivatives and spot markets.

  • Options trading: Market data, order books, open interest, position management, and fee queries. No other exchange MCP toolkit currently supports options.

  • Algo orders: Place OCO orders, trailing stops, and conditional triggers using natural language.

  • Bots: Configure automated range-trading strategies conversationally with grid and DCA bots.

  • Demo mode. Full access to OKX's exchange environment with simulated assets. Build your agent, test your strategies, and validate execution logic, with no real money exposure.

  • Account management: Query balances, positions, and trading history directly within the AI session.

The bigger picture

Agent Trade Kit is the CEX counterpart to OnchainOS, our AI layer for onchain and DeFi operations. Together, they give AI agents a continuous operating environment across both centralised and decentralised markets. Agent Trade Kit covers the centralised exchange layer. Together they represent OKX's AI agent platform: the only environment where an AI can operate across the full scope of how people actually trade — onchain and off, in a single protocol.

Start building: npm install -g okx-trade-mcp okx-trade-cli

This content may cover products that are not available in your region. It is not (i) investment advice or recommendations; (ii) an offer or solicitation to buy, sell, or hold digital assets, or (iii) financial, accounting, legal, or tax advice. Digital asset holdings, including stablecoins and NFTs, involve high risk, can fluctuate greatly, and are not FDIC insured. You should consider whether trading or holding crypto/digital assets is suitable for you and consult your advisors for questions about your circumstances. While reasonable care has been taken in preparing informational data and graphs, no responsibility or liability is accepted for any errors or omissions.

Примітка
Цей контент надається виключно в інформаційних цілях і може стосуватися продуктів, недоступних у вашому регіоні. Він не призначений для надання (i) порад або рекомендацій щодо інвестування; (ii) пропозицій або прохань купити, продати або утримувати криптовалютні/цифрові активи; (iii) фінансових, бухгалтерських, юридичних або податкових консультацій. Утримування криптовалютних/цифрових активів, зокрема стейблкоїнів, пов’язане з високим ризиком, а вартість таких активів може сильно коливатися. Ви маєте ретельно зважити, чи підходить вам торгівля криптовалютними/цифровими активами або володіння ними з огляду на свій фінансовий стан. Якщо у вас виникнуть запитання щодо доречності будь-яких дій за конкретних обставин, зверніться до юридичного, податкового або інвестиційного консультанта. Інформація (включно з ринковими даними й статистичними відомостями, якщо такі є), що з’являється в цій публікації, призначена лише для загальних інформаційних цілей. Хоча під час підготовки цих даних і графіків було вжито всіх належних заходів, ми не несемо відповідальності за будь-які помилки у фактах або упущення в них.

© OKX, 2025. Цю статтю можна відтворювати або поширювати повністю чи в цитатах обсягом до 100 слів за умови некомерційного використання. Під час відтворення або поширення всієї статті потрібно чітко вказати: «Ця стаття використовується з дозволу власника авторських прав © OKX, 2025». Цитати мають наводитися з посиланням на назву й авторство статті, наприклад: «Назва статті, [ім’я та прізвище автора, якщо є], © OKX, 2025». Деякий вміст може бути згенеровано інструментами штучного інтелекту (ШІ) або з їх допомогою. Використання статті в похідних і інших матеріалах заборонено.