Setup in 4 steps
Install your AI client
WealthMind MCP works with any MCP-compatible client — Claude Code, VS Code with Copilot, or ChatGPT. Pick the one you already use.
npm install -g @anthropic-ai/claude-codeOr download the desktop app from claude.ai/code
Add WealthMind to your MCP config
Add the WealthMind MCP server to your client's configuration. Authentication is handled automatically via OAuth — no API token needed.
{
"mcpServers": {
"WealthMind-MCP": {
"type": "http",
"url": "https://wealthmind-mcp.onrender.com/mcp"
}
}
}Config file: ~/.claude/claude.json on Mac/Linux, %APPDATA%\Claude\claude.json on Windows
Authenticate with WealthMind
The first time you connect, WealthMind will open a browser window to log in with your WealthMind account. That's it — no API tokens or manual setup.
Your session is stored securely. You won't need to log in again unless you revoke access from Settings.
Start a conversation
Ask about your finances in plain English. Your AI will use WealthMind's real-time data — net worth, assets, cashflow, FIRE projections — to answer.
You'll see "WealthMind-MCP" listed under connected tools when it's working.
See it in action
A real example of what you can ask Claude once WealthMind MCP is connected.
Available tools
13 tools are available. Your AI picks the right ones automatically — you just ask in plain English.
get_net_worthOverviewReturns your current net worth — total assets minus total liabilities.
get_asset_summaryOverviewSummary of your assets broken down by category — liquid, investments, and non-liquid.
get_liability_summaryOverviewSummary of your liabilities — home loans, car loans, credit cards, and more.
get_assetsDetailFull list of all your assets with current values, asset types, and metadata.
get_liabilitiesDetailFull list of all your liabilities with outstanding amounts, interest rates, and tenure.
get_cashflow_summaryCashflowMonthly income and expense summary — how much you earn, spend, and save each month.
get_transactionsCashflowDetailed transaction history with dates, amounts, and categories.
get_asset_historyHistoryHistorical asset values over time — see how your wealth has grown month by month.
get_liability_historyHistoryTrack how your total debt has changed over time as you repay loans.
get_fire_settingsFIRE PlanYour FIRE retirement settings — target corpus, expected returns, and retirement age.
get_fire_projectionFIRE PlanYour projected FIRE date and year-by-year corpus growth based on current savings rate.
fire_what_ifFIRE PlanRun what-if scenarios — see how changes to savings rate, returns, or expenses affect your FIRE date.
get_available_categoriesUtilityLists all available asset and cashflow categories configured in your account.
Ready to talk to your finances?
Sign in to WealthMind, follow the steps above, and you'll be chatting with your financial data in minutes.
Go to Dashboard →