🎩 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.1.35
to
0.1.36
+1
-1
package.json
{
"name": "@aetherwealth/mcp",
"version": "0.1.35",
"version": "0.1.36",
"description": "Official Aether Wealth MCP server for AI trading assistants: OAuth access to your trading journal, alerts, market data, macro calendar, and technical indicators.",

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

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

| --- | --- |
| `get_candles` | Fetch recent OHLC candles for a pair and timeframe. Returns up to 200 per request (newest 200 by default); use `offset` to page back through the full stored history. |
| `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`. |
| `list_economic_calendar` | List economic calendar events by currency, release, date, or impact. |

@@ -139,0 +139,0 @@ | `get_macro_series` | Fetch macro indicator time series such as CPI or interest-rate data. |

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