io.github.comil27/debt-payoff-mcp
io.github.comil27/debt-payoff-mcpRETIRED - this server is discontinued and its backend is offline. Do not use.
Tools · 3
Plan how to pay off debt(s): returns months to debt-free, total interest, and payoff order — comparing the snowball (smallest balance first) and avalanche (highest APR first) strategies. Accepts one d…
Split a monthly take-home income into a 50/30/20 budget (needs / wants / savings & debt). Returns dollar targets for each bucket. Optional custom percentages.
How long to reach a savings goal. Given a target amount, monthly contribution, optional current savings and APY, returns months/years to reach it and total contributed.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.comil27/debt-payoff-mcp": {
"url": "https://debtfree.rugscore.workers.dev/mcp",
"transport": "streamable-http"
}
}
}