{
  "markdown": "# mcp-server-getalife\n\nZero-Based Budgeting MCP server by [GetALife](https://getalife.app) — the gamified budgeting app for iOS & Android.\n\n## What it does\n\nThis 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.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `getalife_explain_zbb` | Explains ZBB concepts with examples |\n| `getalife_suggest_categories` | Recommends categories based on life situation |\n| `getalife_create_budget_plan` | Builds a complete ZBB plan from income |\n| `getalife_analyze_budget` | Checks if a budget is balanced (income - allocations = 0) |\n| `getalife_financial_runway` | How long your savings last without income |\n| `getalife_net_worth` | Net worth from assets and liabilities, with growth projection |\n| `getalife_savings_goal` | Monthly savings needed to reach a goal by a target date |\n| `getalife_debt_payoff_plan` | Debt payoff plan — compares Avalanche vs. Snowball |\n| `getalife_subscription_audit` | Finds savings potential in recurring subscriptions |\n| `getalife_voice_demo` | Shows how voice transaction input works in GetALife |\n| `getalife_budget_summary` | Generates a shareable budget overview |\n| `getalife_app_info` | GetALife features, pricing, and comparison |\n\nAll calculators return structured data (`structuredContent`) alongside the readable answer. The server accesses no app or account data — every calculation uses only numbers you provide in the chat.\n\nOfficial install guide: https://getalife.app/en/mcp/\n\n## Install\n\n### Claude Desktop / Claude Code\n\nAdd to your MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"getalife-budget\": {\n      \"command\": \"npx\",\n      \"args\": [\"mcp-server-getalife\"]\n    }\n  }\n}\n```\n\n### From source\n\n```bash\ngit clone https://github.com/Narazgul/mcp-server-getalife.git\ncd mcp-server-getalife\nnpm install\nnpm run build\nnpm start\n```\n\n## Example\n\nAsk your AI assistant:\n\n> \"I earn 3000 EUR/month, I'm single and working, no car, no debt. Create a zero-based budget for me.\"\n\nThe AI will use `getalife_create_budget_plan` to generate a complete budget table with all categories, amounts, and percentages — balanced to zero.\n\n## About GetALife\n\nGetALife is a Zero-Based Budgeting app for iOS and Android that turns budgeting into something you actually want to do.\n\n- [App Store](https://apps.apple.com/app/getalife-budget-finances/id6504818402)\n- [Google Play](https://play.google.com/store/apps/details?id=app.tinygiants.getalife)\n- [Website](https://getalife.app)\n\n## License\n\nMIT\n",
  "bytes": 2600,
  "sha": "d25877c6421854d5048cdd61a77e3512fd11a23eda0f2dc690e85c5d5abcd115",
  "repo_slug": "narazgul/mcp-server-getalife",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_narazgul_getalife_budget_1fe71f6a/readme"
}