Server data from the Official MCP Registry
Debt payoff planner: snowball vs avalanche — months to debt-free & total interest. Remote MCP.
About
Debt payoff planner: snowball vs avalanche — months to debt-free & total interest. Remote MCP.
Remote endpoints: streamable-http: https://debtfree.rugscore.workers.dev/mcp
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
3 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-comil27-debt-payoff-mcp": {
"url": "https://debtfree.rugscore.workers.dev/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
debt-payoff-mcp — Debt Payoff Planner MCP Server
A hosted Model Context Protocol server that lets any AI assistant compute a real debt-payoff plan — comparing the snowball (smallest balance first) and avalanche (highest APR first) strategies — with no API key and nothing to install.
Works in Claude Code, Claude Desktop, Cursor, and any MCP-capable agent.
Tools
debt_payoff_plan — takes one or more debts and returns, for both strategies:
- monthsToDebtFree / years
- totalInterest paid
- payoffOrder — which debt is cleared first, second, …
- recommended strategy + how much interest avalanche saves vs snowball
budget_50_30_20 — splits a monthly take-home income into a 50/30/20 budget (needs / wants /
savings & debt), with optional custom percentages. Returns dollar targets per bucket.
savings_goal — given a target amount, monthly contribution, optional current savings and APY,
returns months/years to reach the goal and total contributed.
Install (remote — nothing to download)
Claude Code
claude mcp add --transport http debt-payoff https://debtfree.rugscore.workers.dev/mcp
Claude Desktop / Cursor / generic MCP client:
{
"mcpServers": {
"debt-payoff": {
"type": "streamable-http",
"url": "https://debtfree.rugscore.workers.dev/mcp"
}
}
}
Then ask: "I have a $6,000 card at 24% (min $150) and a $12,000 car loan at 7% (min $250), and I can put $200 extra toward debt each month. What's the fastest way to pay it off?"
Example
// debt_payoff_plan
// { "debts": [ {"name":"Visa","balance":6000,"apr":24,"min":150} ], "extra": 100 }
{
"snowball": { "monthsToDebtFree": 29, "totalInterest": 1480.69, "payoffOrder": ["Visa"] },
"avalanche": { "monthsToDebtFree": 29, "totalInterest": 1480.69, "payoffOrder": ["Visa"] },
"recommended": "avalanche",
"avalancheSavesInterest": 0
}
Single-debt shortcut: pass balance, apr, min (and optional extra) instead of debts.
Full workbook
The free tool plans the payoff. The complete Debt-Free Workbook (.xlsx: budget, sinking
funds, net-worth tracker, 52-week challenge, plus the live payoff engine) is available here:
https://debtfree.rugscore.workers.dev
A free in-browser calculator and worked examples live there too.
License
MIT
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
