copilot-money-mcp 1.4.0 → 1.5.0

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 CHANGED
@@ -187,7 +187,7 @@ After installing the MCP server, Claude Desktop will request **one-time approval
187
187
 
188
188
  ## Available Tools
189
189
 
190
- The MCP server provides **8 read-only tools** for querying your financial data:
190
+ The MCP server provides **12 read-only tools** for querying your financial data:
191
191
 
192
192
  | Tool | Description |
193
193
  |------|-------------|
@@ -197,6 +197,10 @@ The MCP server provides **8 read-only tools** for querying your financial data:
197
197
  | `get_recurring_transactions` | Identify subscriptions and recurring charges with frequency, monthly cost, and next expected date. Filter by name for detailed view. |
198
198
  | `get_budgets` | Get budgets from Copilot's native budget tracking with spending vs. limit comparisons. |
199
199
  | `get_goals` | Get financial goals with progress tracking, monthly history, and savings status. |
200
+ | `get_connection_status` | Check bank sync/connection health for linked financial institutions, including last sync timestamps and error states. |
201
+ | `get_holdings` | Get current investment holdings with ticker, quantity, price, average cost, and total return per holding. |
202
+ | `get_investment_prices` | Get historical price data (daily + high-frequency) for stocks, ETFs, mutual funds, and crypto. |
203
+ | `get_investment_splits` | Get stock split history with ratios, dates, and multipliers for accurate historical calculations. |
200
204
  | `get_cache_info` | Get information about the local data cache, including date range and transaction count. |
201
205
  | `refresh_database` | Refresh the in-memory cache to pick up newly synced data from Copilot Money. Cache auto-refreshes every 5 minutes. |
202
206