C
calculators
/student_loan_calculator
Student Loan Payoff Calculator
Student Loan Payoff Calculator — See exactly how many months until you pay off your student loans, how much extra payments save in interest, and whether refinan
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 /student_loan_calculator for me.
Input
| Field | Type | Description |
|---|---|---|
| balance* | number | |
| annualRatePct* | number | |
| monthlyPayment* | number | |
| extraMonthly* | number | |
| refinanceRatePct | string |
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":"/student_loan_calculator","input":{"balance":1,"annualRatePct":1,"monthlyPayment":1,"extraMonthly":1}}'cli
npx cracked-ai run -p mcp-com-calcfleet-calculators -e /student_loan_calculator -i '{"balance":1,"annualRatePct":1,"monthlyPayment":1,"extraMonthly":1}'mcp
run_tool({ provider: "mcp-com-calcfleet-calculators", endpoint: "/student_loan_calculator", input: {"balance":1,"annualRatePct":1,"monthlyPayment":1,"extraMonthly":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.