@aetherwealth/mcp 0.2.9 → 0.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.js +31 -31
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -162,6 +162,7 @@ local process. Set `MCP_TRANSPORT=http`, `MCP_HTTP_AUTH=oauth`, and
|
|
|
162
162
|
| --- | --- |
|
|
163
163
|
| `get_broker_account` | Read live broker account balance, equity, currency, and connection status. |
|
|
164
164
|
| `list_broker_positions` | List open broker positions with P&L. |
|
|
165
|
+
| `get_broker_quote` | Read the current broker-native bid/ask and tick time for a symbol. |
|
|
165
166
|
| `connect_broker` | Attach the user's already-deployed MetaApi account to a journal account. |
|
|
166
167
|
| `broker_connection_status` | Read the current live broker connection status. |
|
|
167
168
|
| `disconnect_broker` | Disarm broker trading immediately and cancel pending intents. |
|