wealth

Wealth MCP wraps the wealth experience routes (/expenses, /income, /assets) and exposes a tool set for: - Loading userdata - Reading monthly expense buckets…

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only

What it can do

  • Wealth.User Data: Load user_data for the authenticated user (income_answers, assets_answers, expenses-related fields, goals).
  • Wealth.Expenses.Monthly: Get monthly expense buckets for a month (YYYY-MM) or list months.
  • Wealth.Expenses.Set Estimates: Save expense estimate buckets (UI step 0). Client LLM must supply totals; server does not parse.

What data it sees

Do you need an account

An API key from the service settings is required

Wealth MCP wraps the wealth experience routes (/expenses, /income, /assets) and exposes a tool set for:

  • Loading user_data
  • Reading monthly expense buckets and estimate snapshots
  • Saving expense estimates + monthly actuals totals
  • Saving income and assets/liabilities answers
  • Managing lightweight recurring reminders (same contract as the main-site reminder widget)
  • FX rates and currency coverage gaps

How it fits with Orchestrator + Goals

  • Orchestrator routes user intent to Wealth when the user is working on wealth data.
  • Wealth/Goals can recommend switching to Nags only when reminder scheduling is requested.

MCP server URL

https://www.getzoro.com/api/mcp/wealth

Server tool list (12)

Raw names from tools/list. Only developers need these.

wealth.user_dataLoad user_data for the authenticated user (income_answers, assets_answers, expenses-related fields, goals).
wealth.expenses.monthlyGet monthly expense buckets for a month (YYYY-MM) or list months.
wealth.expenses.set_estimatesSave expense estimate buckets (UI step 0). Client LLM must supply totals; server does not parse.
wealth.expenses.save_monthly_actuals_totalsSave a month’s actual expense totals (category totals only). Client LLM must compute totals; server does not parse.
wealth.expenses.estimatesList expense estimate snapshots (or latest only with latest=true).
wealth.income.saveSave income answers (UI: Income details). Client LLM must supply values; server does not parse.
wealth.assets.saveSave assets + liabilities (UI: Assets and liabilities). Client LLM must supply values; server does not parse.
wealth.reminders.listList reminders created via the main-site “Add reminder” widget.
wealth.reminders.createCreate a main-site reminder (lightweight check-in). For email/WhatsApp/webhooks, use Nags.
wealth.reminders.deleteDelete a main-site reminder row by id (from reminders.list).
wealth.fx.ratesList stored FX rates (optional month=YYYY-MM per /api/currency-rates).
wealth.fx.coverageReport missing (month, currency) pairs for the user (expenses/income/assets currencies vs rates table).
wealth: connect to Claude, ChatGPT, Cursor · Connectors.fun