Kraken just dropped a tool that essentially lets AI agents trade crypto on autopilot. The exchange launched its open-source Kraken CLI on March 11, an execution engine built specifically so autonomous AI agents can monitor markets, spot opportunities, and place trades, all without a human clicking a single button.

What Kraken actually built

The Kraken CLI is a single Rust-based binary packed with over 134 commands. It covers spot trading, futures trading, staking, and WebSocket streaming, essentially every function a trader would need bundled into one lightweight tool.

Previously, anyone wanting to build an AI trading agent on Kraken had to wrangle custom API wrappers, manage authentication frameworks, and handle rate limiting manually. The CLI eliminates all of that plumbing work. Developers can now install the CLI with a single command and get straight to building their trading agent.

The tool includes a built-in Model Context Protocol (MCP) server, which makes it compatible with popular AI development tools like Claude Code, Cursor, and Codex.