Connect Aether Wealth to any agent.
One login brings your journal, alerts, and market data to any agent, shell, or app — no glue code.
Connect through MCP, REST API, CLI, or SDK
smart_toy
For AI agentsLive
MCP server
Add https://mcp.aetherwealth.ai in Claude or ChatGPT, or run @aetherwealth/mcp with npx. OAuth tools for journals, markets, and guarded broker actions.
url
https://mcp.aetherwealth.ai
terminal
For your shellLive
CLI
A deterministic terminal companion for journal review and scripted exports.
bash
aether-wealth trades list
integration_instructions
For your servicesLive
TypeScript SDK
Typed REST client for the public API — trades, accounts, alerts, market data, and diary. API-key auth, Zod schemas, and retry.
ts
await client.trades.list()
webhook
For everything elseComing soon
REST API
Plain HTTP. Bearer auth. Pipe into your docs, automations, and dashboards.
bash
curl api.aetherwealth.ai/api/v1/trades