🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@aetherwealth/mcp

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aetherwealth/mcp - npm Package Compare versions

Comparing version
0.2.0
to
0.2.2
+1
-1
package.json
{
"name": "@aetherwealth/mcp",
"mcpName": "ai.aetherwealth/mcp",
"version": "0.2.0",
"version": "0.2.2",
"description": "Official Aether Wealth MCP server for journals, alerts, forex and crypto market context, and approval-governed broker actions.",

@@ -6,0 +6,0 @@ "type": "module",

@@ -136,7 +136,7 @@ # Aether Wealth MCP Server

| --- | --- |
| `get_candles` | Fetch OHLC candles for a pair and timeframe. Returns up to 200 plus `nextCursor`; pass it back as `cursor` until null to cover the complete stored history, including server-derived timeframes such as `3m`. |
| `get_candles` | Fetch OHLC candles for a pair, timeframe, and optional `sourceId`. Omission uses Twelve Data; broker sources expose native candles only. Returns up to 200 plus `nextCursor`. |
| `list_economic_calendar` | List economic calendar events by currency, release, date, or impact. |
| `get_macro_series` | Fetch macro indicator time series such as CPI or interest-rate data. |
| `get_macro_indicator` | Fetch curated FXMacroData indicator series with unit and target metadata. |
| `get_market_config` | Fetch supported instruments and timeframes. |
| `get_market_config` | Fetch supported instruments, timeframes, and per-source capabilities. |

@@ -181,3 +181,3 @@ ### FX Macro Context

| --- | --- |
| `render_chart` | Render a candlestick chart image for a pair and timeframe. |
| `render_chart` | Render a candlestick chart image for a pair, timeframe, and optional `sourceId`. |

@@ -184,0 +184,0 @@ ## Example Prompts

Sorry, the diff of this file is too big to display