TRADING CLI
PREVIEWAether Wealth CLI
A deterministic terminal companion for traders who want journal review, stats, exports, and automation hooks without opening the dashboard.
The Aether Wealth CLI is the shell interface for repeatable trading workflows. It is useful when a task should be scripted, audited, or piped into another system; use the MCP server when an AI assistant should decide which tool to call.
$ aether-wealth trades list --open PAIR DIR ENTRY P&L ───────────────────────────────── EUR/USD LONG 1.0852 +$142 XAU/USD SHORT 2647.10 -$ 32 BTC/USDT LONG 68420 +$384 3 open · +$494.60
CLI status
The CLI package is not public on npm yet. This page documents the intended command surface while MCP is the live agent interface.
Planned command groups
Commands for repeatable trading operations.
login · status · logout
list · show · create · update · close
list accounts and per-account history
win rate · profit factor · period summaries
manage automation keys for non-MCP workflows
send a prompt through the Aether workflow surface
CLI or MCP?
Use MCP when Claude, Codex, Cursor, or another assistant should inspect context and choose tools. Use the CLI when you want a predictable command in a shell script, cron job, or export workflow.