What problem does it solve? Bank customers frequently ask about their balances, spending, and personal details, and support agents need a consistent, confidential way to answer these questions using live account data without exposing other customers' information. ## Core Features & Use Cases - Balance and Net Worth Queries: Retrieve single-account balances or a full net worth overview across all holdings via get_balance, get_account, and get_net_worth MCP tools. - Spending Analysis: Summarize spending by category, top merchants, and largest transaction over a date window using summarize_spending. - Transaction and Profile Retrieval: List raw statement lines with list_transactions and fetch customer profiles with get_customer, then refresh the sidebar via update_overview. - Use Case: A signed-in customer asks "How much did I spend on groceries last month?" The agent calls summarize_spending with the date range and category filter, then replies with the total, category breakdown, and largest purchases in EUR. ## Quick Start Ask the agent "What is my total balance across all my accounts?" and it will fetch your net worth breakdown and update the overview sidebar.