Skip to content

TRADING CLI

PREVIEW

Aether 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-wealthpreview
$ 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.

$aether-wealth auth

login · status · logout

$aether-wealth trades

list · show · create · update · close

$aether-wealth accounts

list accounts and per-account history

$aether-wealth stats

win rate · profit factor · period summaries

$aether-wealth keys

manage automation keys for non-MCP workflows

$aether-wealth chat

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.