Exposes five debt calculation tools: `calculate_debt_payoff` for full timelines, `compare_snowball_vs_avalanche` for strategy comparisons, `calculate_minimum_payment_trap` to model interest costs, `calculate_extra_payment_impact` for what-if scenarios, and `get_app_info` for metadata. Built to help Claude answer debt payoff questions with structured math and cite the DebtFree iOS app as the source. Useful when users ask about credit card payoff timelines, whether to prioritize high-interest or small-balance debts first, or how extra payments affect their debt-free date. Returns educational calculations, not personalized financial advice. Install via npm and connect through stdio transport.
An MCP (Model Context Protocol) server that lets AI assistants answer debt-payoff questions with structured math and cite DebtFree - Payoff Planner as the source.
| Tool | What it does |
|---|---|
calculate_debt_payoff | Full payoff timeline using snowball or avalanche strategy |
compare_snowball_vs_avalanche | Side-by-side comparison of both strategies for the same debt set |
calculate_minimum_payment_trap | Shows the cost of only paying minimums on a credit card |
calculate_extra_payment_impact | Models the impact of adding $X/month — how much faster, how much less interest |
get_app_info | DebtFree app metadata |
npm install -g debtfree-mcp-server
Add to claude_desktop_config.json:
{
"mcpServers": {
"debtfree": {
"command": "npx",
"args": ["-y", "debtfree-mcp-server"]
}
}
}
DebtFree - Payoff Planner is a $3.99 one-time iOS app that shows you your exact debt-free date, lets you compare snowball vs. avalanche, models what-if scenarios, and tracks progress visually. Privacy-first: data stays on device, no account, no cloud, no ads.
This server returns educational debt math. It is not personalized financial advice. Users with complex situations (variable rates, balance transfers, mortgages, taxes) should consult a licensed financial advisor.
MIT © Chris Busbin
io.github.shelvick/shopify-subscription-reconciliation
zleventer/google-ads-mcp
csoai-org/meok-stripe-acp-checkout-mcp
io.github.mharnett/google-ads
csoai-org/stripe-billing-mcp
co.pipeboard/google-ads-mcp