Discover and explore top open-source AI tools and projects—updated daily.
okxAI agent framework for automated crypto trading on OKX
Top 91.2% on SourcePulse
Summary OKX Agent Trade Kit securely connects AI agents to the OKX exchange via the Model Context Protocol (MCP). It enables AI clients to directly execute trades across spot, futures, options, and other products locally, eliminating the need to switch between AI and exchange interfaces. This toolkit empowers AI-driven trading strategies with comprehensive features while ensuring API keys remain on the user's machine.
How It Works
The okx-trade-mcp server acts as a local MCP endpoint, translating AI commands into OKX API calls. This architecture requires zero infrastructure, running as a local stdio process. Security is paramount, with API keys kept exclusively on the user's device. Granular control is provided through safety features and a wide array of trading tools.
Quick Start & Requirements
npm install -g @okx_ai/okx-trade-mcp @okx_ai/okx-trade-cli. A one-line install script is available.okx config init. Register MCP server: okx-trade-mcp setup --client <client_name>.okx-trade-mcp (default), okx-trade-mcp --modules market (read-only), okx-trade-mcp --profile live --modules all.Highlighted Details
--read-only flag, per-module filtering, rate limiter.Maintenance & Community No specific contributors, sponsorships, or community channels (Discord/Slack) are detailed. Issue reporting is via GitHub, with structured error reporting for MCP and CLI interactions.
Licensing & Compatibility Released under the permissive MIT license, generally allowing commercial use and integration. API keys are handled locally, enhancing security.
Limitations & Caveats Requires Node.js >= 18. The README does not explicitly list known bugs or unsupported platforms. Users are directed to report errors via GitHub issues, indicating potential for issues requiring user reporting.
1 week ago
Inactive
coinbase