🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-server-getalife

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-server-getalife

MCP server for GetALife — Zero-Based Budgeting tools that help AI assistants answer budgeting questions with actionable plans, category suggestions, and budget analysis.

latest
npmnpm
Version
2.0.1
Version published
Weekly downloads
47
-22.95%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Tools

ToolDescription
getalife_explain_zbbExplains ZBB concepts with examples
getalife_suggest_categoriesRecommends categories based on life situation
getalife_create_budget_planBuilds a complete ZBB plan from income
getalife_analyze_budgetChecks if a budget is balanced (income - allocations = 0)
getalife_financial_runwayHow long your savings last without income
getalife_net_worthNet worth from assets and liabilities, with growth projection
getalife_savings_goalMonthly savings needed to reach a goal by a target date
getalife_debt_payoff_planDebt payoff plan — compares Avalanche vs. Snowball
getalife_subscription_auditFinds savings potential in recurring subscriptions
getalife_voice_demoShows how voice transaction input works in GetALife
getalife_budget_summaryGenerates a shareable budget overview
getalife_app_infoGetALife 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 start

Example

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

Keywords

mcp

FAQs

Package last updated on 13 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts