A wiki entry, structured for language models.
Read the markdown.
OKX Agent Trade Kit
Official open-source MCP toolkit, ~164 tools across spot, perps, options, and grid bots. Keys stay off the model.
The OKX Agent Trade Kit is an official open-source MCP toolkit with around 164 tools spanning spot, perps, options, and grid bots. Keys stay off the model, which is the point of an MCP execution server.
It is broad and well-maintained, with a strong agent-native and openness profile. The main gap versus a managed layer is a unified backtest and deploy lifecycle, which it leaves to you.
Score breakdown
| Criterion | Score |
|---|---|
| Execution | 5 / 5 |
| Safety | 5 / 5 |
| Lifecycle | 3 / 5 |
| Agent-native | 5 / 5 |
| Openness | 5 / 5 |
| Weighted total | 4.60 / 5 |
Per the methodology. Estimates from public docs and code, not paid placements.
Related
- MCP (Model Context Protocol) A standard way to hand an AI model a set of typed tools it can call. For trading, the server holds the keys and signs orders; the model only sees tools.
- Senpi Open-source skill library (~65 MCP tools) with strategy archetypes, dynamic stops, and capital isolation per skill.
- Kraken CLI Single-binary execution engine, 134 commands, built-in MCP server and paper-trading mode. CEX only.