Setup in 4 steps
Get your API token
Go to Settings → API Token in WealthMind and generate a personal token. Keep it safe — treat it like a password.
Install Claude Code
Install the Claude Code CLI if you haven't already. It works on Mac, Windows, and Linux.
npm install -g @anthropic-ai/claude-codeOr download the desktop app from claude.ai/code
Add WealthMind to your MCP config
Open your Claude Code MCP settings and add the WealthMind server. Replace the token with the one you copied in Step 1.
{
"mcpServers": {
"WealthMind-MCP": {
"type": "sse",
"url": "https://api.wealthmind.co.in/mcp/sse",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}Config file location: ~/.claude/claude.json on Mac/Linux, %APPDATA%\Claude\claude.json on Windows
Start a conversation
Open Claude Code and start asking questions about your finances in plain English. WealthMind will securely share your data with Claude.
claudeYou'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. Claude 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?
Get your API token from Settings, then follow the steps above. Takes about 2 minutes.
Go to Settings →