npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mcp-server-getalife

v1.0.0

Published

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

Readme

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

| 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 |

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/nichofi/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 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