agent-trade-kit
The OKX Agent Trade Kit connects AI agents to your OKX account for seamless trading operations.
The OKX Agent Trade Kit is an AI-powered toolkit designed to facilitate trading on the OKX exchange through the Model Context Protocol. It allows users to interact with their trading account using AI assistants, eliminating the need to switch between different interfaces. The server runs locally, ensuring that API keys and sensitive data remain secure on the user's device. With 107 tools across 8 modules, the kit supports a full trading lifecycle, including market data retrieval, order management, algo orders, and trading bots. It features built-in safety controls and various order types, making it suitable for both novice and experienced traders looking to enhance their trading efficiency.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agent-trade-kit": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-agent-trade-kit"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions