Connect Aether Wealth to any agent.
Reach your journal, alerts, candles, macro, and indicators from any MCP client today. More surfaces are on the way.
Connect through MCP, REST API, CLI, or SDK
smart_toy
For AI agentsLive
MCP server
Add the hosted connector in Claude or ChatGPT, or run @aetherwealth/mcp with npx. OAuth login, 33 tools.
url
https://mcp.aetherwealth.ai/mcp
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
terminal
For your shellPreview
CLI
A deterministic terminal companion for journal review and scripted exports.
bash
aether-wealth trades list
integration_instructions
For your servicesComing soon
TypeScript SDK
Typed client with Zod schemas, retry, hooks. Powers the CLI and MCP.
ts
await client.trades.list()