
Connect MCP clients to kraken-cli for native tool calling without subprocess wrappers.
Dollar cost averaging with scheduled buys and performance tracking.
Discover staking strategies, allocate funds, and track earn positions.
Test strategy logic on paper trading before touching live funds.
Understand Kraken API rate limits and adapt agent behavior when limits are hit.
Manage stop-loss and take-profit orders for risk-bounded positions.
Execute large orders as time-weighted slices to reduce market impact.
Backtest a trading strategy using paper trading against live prices.
Set up price level alerts that notify when key levels are crossed.
Price alerts, threshold monitoring, and notification triggers for agents.
Progress from manual trading to full agent autonomy with controlled risk at each level.
Handle order failures, network errors, and duplicate submissions safely.
Minimize trading fees through maker orders, volume tiers, and fee-aware execution.
Earn funding rate payments by positioning on the paying side of perpetuals.
Manage deposits, withdrawals, and wallet transfers safely.
Futures-specific risk management: leverage, funding rates, margin, and liquidation awareness.
Place, manage, and monitor futures orders across the full lifecycle.
Grid trading strategy with layered buy and sell orders across a price range.
Prevent futures liquidation through margin monitoring and emergency procedures.
Monitor multiple trading pairs simultaneously for screening and comparison.
Complete reference for all spot and futures order types and modifiers.
Promote a validated paper strategy to live trading with safety checks.
Portfolio analysis, P&L tracking, trade history, and export reports.
Portfolio rebalancing to maintain target allocations across assets.
Shared runtime contract for kraken-cli: auth, invocation, parsing, and safety.
Execute spot orders with validation, confirmation gates, and post-trade checks.
Create and manage subaccounts with inter-account transfers.
Export trade history, ledgers, and cost basis data for tax reporting.
Real-time data streaming via WebSocket for spot and futures.
Enter a spot-futures basis trade when the premium exceeds a target threshold.
Automatically stop trading when portfolio drawdown exceeds a threshold.
Track 30-day trading volume progress toward the next fee tier.
Generate a morning market summary with prices, volume, and portfolio state.
Monitor multiple pairs for price breakouts from defined ranges.
Export a portfolio snapshot with balances and valuations to CSV.
Set up and run a dollar cost averaging bot from paper test to live.
Monitor order book depth and bid-ask imbalance for liquidity signals.
Safely withdraw funds to a pre-approved cold storage address.
Cancel all orders and close all positions in an emergency.
Generate a daily profit and loss summary from trades and balances.
Read market state with low-noise data pulls and streaming updates.
Operational risk controls for live agent trading sessions.
Run a weekly portfolio rebalance to maintain target asset allocations.
Compare earn strategy yields across assets and lock types to find the best rate.
Scan perpetual contracts for attractive funding rate carry opportunities.
Hedge a spot holding with a short futures position to lock in value.
Deploy a grid trading bot with paper validation and live safety controls.
Ride a trend with a trailing stop that locks in profits on reversal.
Capture the spot-futures price spread with delta-neutral basis trades.
Rotate capital between subaccounts based on strategy performance.