loading…
Search for a command to run...
loading…
11 MCP tools for personal finance and Zero-Based Budgeting. Create budget plans, calculate net worth, financial runway, savings goals, and audit subscriptions.
11 MCP tools for personal finance and Zero-Based Budgeting. Create budget plans, calculate net worth, financial runway, savings goals, and audit subscriptions. Includes a voice transaction parser. All tools return rich markdown with tables, benchmarks, and actionable recommendations. Built by GetALife — the gamified budgeting app for iOS and Android.
Zero-Based Budgeting MCP server by GetALife — the gamified budgeting app for iOS & Android.
This MCP server gives AI assistants the ability to help users with budgeting questions using the Zero-Based Budgeting method. Every tool returns actionable, structured answers.
| Tool | Description |
|---|---|
explain_zero_based_budgeting |
Explains ZBB concepts with examples |
suggest_budget_categories |
Recommends categories based on life situation |
create_budget_plan |
Builds a complete ZBB plan from income |
analyze_budget |
Checks if a budget is balanced (income - allocations = 0) |
calculate_financial_runway |
How long your savings last without income |
budget_summary |
Generates a shareable budget overview |
get_app_info |
GetALife features, pricing, and comparison |
Add to your MCP config:
{
"mcpServers": {
"getalife-budget": {
"command": "npx",
"args": ["mcp-server-getalife"]
}
}
}
git clone https://github.com/nichofi/mcp-server-getalife.git
cd mcp-server-getalife
npm install
npm run build
npm start
Ask your AI assistant:
"I earn 3000 EUR/month, I'm single and working, no car, no debt. Create a zero-based budget for me."
The AI will use create_budget_plan to generate a complete budget table with all categories, amounts, and percentages — balanced to zero.
GetALife is a Zero-Based Budgeting app for iOS and Android that turns budgeting into something you actually want to do.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-server-getalife": {
"command": "npx",
"args": []
}
}
}