Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

Kraken CLI

Kraken CLI is an open-source command-line execution engine for Kraken's markets, launched on March 11, 2026. Built under the MIT license, it gives developers and AI agents direct access to market data, account management, and order execution across spot, futures, xStocks, and forex through 151 commands. It also ships a built-in Model Context Protocol (MCP) server, making it directly usable in AI coding tools like Claude Code, Cursor, and Gemini CLI.

General
ReleasedMarch 11, 2026 (v0.3.2 as of April 2026)
DeveloperKraken (Payward Inc.)
TypeOpen-source CLI / MCP server
LicenseMIT
GitHubkrakenfx/kraken-cli
Documentationkraken.com/kraken-cli

Core Features

  • 151 commands covering market data, account, trading, funding, futures, and WebSocket streaming.
  • Paper trading: sandbox mode using live prices with no real funds required and no Kraken account needed.
  • Built-in MCP server: launch with kraken mcp to expose commands as tools in any MCP-compatible AI agent.
  • Real-time WebSocket streaming: live tickers, order books, trades, and Level 3 data from the command line.
  • 50 pre-built Agent Skills for common trading workflows, ready to use in any AI agent.
  • Dead man's switch: auto-cancels open orders on disconnect to prevent unintended exposure.
  • Least-privilege API keys: supports scoped API keys; secrets are never logged.
  • Binary verification: release binaries are signed with minisign for supply chain integrity.

Command Groups

GroupDescription
Market DataTicker, order book, OHLC, recent trades, spreads (public, no auth)
AccountBalances, open orders, trade history, ledgers, positions
TradingBuy/sell, batch orders, amend/cancel (spot, xStocks, forex)
FundingDeposits, withdrawals, wallet transfers
FuturesOrders, positions, paper trading, all 8 order types
WebSocketReal-time streaming for tickers, trades, order books, Level 3
MCP Serverkraken mcp starts the MCP server over stdio

Installation

curl --proto '=https' --tlsv1.2 -LsSf \
  https://github.com/krakenfx/kraken-cli/releases/latest/download/kraken-cli-installer.sh | sh

Alternatively, install via Rust: cargo install --git https://github.com/krakenfx/kraken-cli

Pre-built binaries for macOS and Linux are available on GitHub Releases.


Tools and Resources


Ecosystem and Integrations

  • MCP server integrates natively with Claude Code, Cursor, GitHub Copilot, Gemini CLI, Goose, and Codex.
  • Paper trading mode works without a Kraken account for development and testing.
  • Live trading requires a Kraken account and API keys with appropriate permissions.
  • Public market data commands require no authentication and no account.

Install the CLI and run kraken --help to explore all commands, or kraken mcp to start the MCP server for AI agent access.

kraken Kraken cli AI technology Hackathon projects

Discover innovative solutions crafted with kraken Kraken cli AI technology, developed by our community members during our engaging hackathons.

ATLAS - Enterprise Multi-Agent Governance

ATLAS - Enterprise Multi-Agent Governance

ATLAS is an enterprise multi-agent system where every agentic decision is inspected, signed, and auditable. THE PROBLEM Goldman Sachs CIO said publicly: "We don't know what controls we need for agentic AI." Enterprise LLM agents make decisions affecting databases, APIs, financial records. There is no infrastructure that makes these decisions inspectable, auditable, and compliant. WHAT ATLAS DELIVERS - 29/29 scientific test suite PASS in under 1 second - All 5 sponsors integrated end-to-end (real API calls, not mocked): · Speechmatics for voice transcription · Featherless for open-source model routing (MiniMax-M2.5, DeepSeek-V3.2, Kimi-K2.5, Llama-3.3-70B) · Google Gemini 2.0 Flash for orchestration and synthesis · Vultr for infrastructure layer · Kraken for financial action layer - SOUF AI DPI inline governance: every prompt inspected in 0.079ms avg (well under 1ms ceiling) - Ed25519-signed audit chain with SHA-256 Merkle tamper-evidence - 8 signed records per full pipeline request, chain verified - Isaac Adams (Featherless judge): "confidence is what enterprise AI needs" — ATLAS is that confidence layer ARCHITECTURE 6-layer governed pipeline: Voice → Speechmatics → SOUF AI DPI gate → Gemini orchestrator → Featherless router → Tool executor (Search/Database/Kraken/Vultr) → Ed25519 audit trail → Gemini synthesis. REPRODUCIBILITY git clone https://github.com/SRKRZ23/atlas cd atlas && pip install -r requirements.txt python3 src/test_atlas.py → 29/29 PASS in under 1 second ECOSYSTEM ATLAS is the routing layer of a 4-product AI safety ecosystem: SOUF AI provides DPI, FORGE generates policies, CITADEL evaluates models, ATLAS calls them all. Same Ed25519 audit chain across four products. MIT licensed. Lobster Trap is the floor. ATLAS is the agent governance ceiling. Built solo by Sardor Razikov, Tashkent.