mcp-server-getalife
This server provides a suite of Zero-Based Budgeting (ZBB) tools that enable AI assistants to help users plan, analyze, and optimize their personal finances.
Explain Zero-Based Budgeting – Structured explanation of ZBB concepts with worked examples, adjustable by detail level and currency.
Suggest Budget Categories – Personalized category recommendations (Needs, Wants, Savings) based on life situation (student, single, couple, parent, retiree, etc.).
Create a Full Budget Plan – Generate a complete ZBB plan from monthly income, ensuring every dollar is assigned so Income − Allocations = 0.
Analyze Budget Balance – Check whether an existing budget is balanced and get actionable feedback on issues like overspending or missing savings.
Calculate Financial Runway – Find out how many months your savings would last without income, including a "survival mode" estimate.
Calculate Net Worth – Compute net worth from assets and liabilities with a health assessment and future wealth growth projection.
Plan a Savings Goal – Determine monthly savings needed to reach a target (vacation, emergency fund, down payment, etc.) by a chosen date.
Debt Payoff Plan – Compare Avalanche vs. Snowball strategies to find the most efficient path to becoming debt-free.
Audit Subscriptions & Recurring Costs – Analyze recurring payments, normalize to yearly totals, and identify savings potential.
Demo Voice Transaction Input – See how GetALife's AI parses natural language expense descriptions into structured transactions.
Generate a Budget Summary – Produce a shareable, formatted budget overview with a full allocation table and key metrics.
Get App Info – Learn about the GetALife app's features, pricing, and comparisons to other budgeting tools.
Provides integration with the GetALife budgeting app for Android, enabling AI assistants to reference and explain features of the Android version of the gamified budgeting application.
Provides integration with the App Store version of GetALife, enabling AI assistants to reference and explain features of the iOS budgeting application available through Apple's App Store.
Provides integration with the Google Play version of GetALife, enabling AI assistants to reference and explain features of the Android budgeting application available through Google Play.
Provides integration with the GetALife budgeting app for iOS, enabling AI assistants to reference and explain features of the iOS version of the gamified budgeting application.
mcp-server-getalife
Zero-Based Budgeting MCP server by GetALife — the gamified budgeting app for iOS & Android.
What it does
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.
Related MCP server: personal-finance-mcp
Tools
Tool | Description |
| Explains ZBB concepts with examples |
| Recommends categories based on life situation |
| Builds a complete ZBB plan from income |
| Checks if a budget is balanced (income - allocations = 0) |
| How long your savings last without income |
| Net worth from assets and liabilities, with growth projection |
| Monthly savings needed to reach a goal by a target date |
| Debt payoff plan — compares Avalanche vs. Snowball |
| Finds savings potential in recurring subscriptions |
| Shows how voice transaction input works in GetALife |
| Generates a shareable budget overview |
| GetALife features, pricing, and comparison |
All 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.
Official install guide: https://getalife.app/en/mcp/
Install
Claude Desktop / Claude Code
Add to your MCP config:
{
"mcpServers": {
"getalife-budget": {
"command": "npx",
"args": ["mcp-server-getalife"]
}
}
}From source
git clone https://github.com/Narazgul/mcp-server-getalife.git
cd mcp-server-getalife
npm install
npm run build
npm startExample
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 getalife_create_budget_plan to generate a complete budget table with all categories, amounts, and percentages — balanced to zero.
About GetALife
GetALife is a Zero-Based Budgeting app for iOS and Android that turns budgeting into something you actually want to do.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA personal financial management tool that enables AI assistants to record transactions, check balances, and provide monthly financial summaries via the Model Context Protocol. It allows users to manage their expenses and income through natural language interactions using standardized MCP tools and resources.
- AlicenseAqualityCmaintenanceSelf-hosted, read-only MCP server that connects banks, credit cards, loans, and brokerage accounts via Plaid. 9 tools for balances, transactions, recurring charges, liabilities, and investment holdings.96MIT
- AlicenseBqualityAmaintenanceopen-source personal finance app with a first-party MCP server. 91 HTTP tools (OAuth 2.1 + DCR) and 87 stdio tools cover transactions, budgets, accounts, portfolio analytics, FX conversion, loans, subscriptions, goals, importers, and rules. Users self-host with Docker + PostgreSQL or use the managed cloud898AGPL 3.0
- Flicense-qualityCmaintenanceEnables AI agents to manage personal finances through MCP tools for transaction management, spending analytics, and goal tracking.1
Related MCP Connectors
Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Narazgul/mcp-server-getalife'
If you have feedback or need assistance with the MCP directory API, please join our Discord server