Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.comil27/debt-payoff-mcp

io.github.comil27/debt-payoff-mcp

RETIRED - this server is discontinued and its backend is offline. Do not use.

Uptime
100.0%
1 direct probes · 30d
Response
109ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

debt_payoff_plan

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…

budget_50_30_20

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.

savings_goal

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.

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