C
calculators
/debt_payoff_calculator
Debt Payoff Calculator: Avalanche vs Snowball
Debt Payoff Calculator: Avalanche vs Snowball — Compare the avalanche and snowball debt payoff strategies side by side. See how much interest you save and how m
liveunknown~5s typical
mcpcalculators
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-calcfleet-calculators /debt_payoff_calculator for me.
Input
| Field | Type | Description |
|---|---|---|
| debts* | array | |
| extraMonthly* | number | |
| strategy* | string (avalanche | snowball) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-calcfleet-calculators","endpoint":"/debt_payoff_calculator","input":{"debts":[],"extraMonthly":1,"strategy":"avalanche"}}'cli
npx cracked-ai run -p mcp-com-calcfleet-calculators -e /debt_payoff_calculator -i '{"debts":[],"extraMonthly":1,"strategy":"avalanche"}'mcp
run_tool({ provider: "mcp-com-calcfleet-calculators", endpoint: "/debt_payoff_calculator", input: {"debts":[],"extraMonthly":1,"strategy":"avalanche"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.