C
calculators
/loan_amortization_calculator
Loan Amortization Calculator
Loan Amortization Calculator — Get your full loan amortization schedule instantly. See how each payment splits between interest and principal, and how extra pay
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 /loan_amortization_calculator for me.
Input
| Field | Type | Description |
|---|---|---|
| loanAmount* | number | |
| annualRatePct* | number | |
| termMonths* | integer | |
| extraMonthly* | number |
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":"/loan_amortization_calculator","input":{"loanAmount":1,"annualRatePct":1,"termMonths":1,"extraMonthly":1}}'cli
npx cracked-ai run -p mcp-com-calcfleet-calculators -e /loan_amortization_calculator -i '{"loanAmount":1,"annualRatePct":1,"termMonths":1,"extraMonthly":1}'mcp
run_tool({ provider: "mcp-com-calcfleet-calculators", endpoint: "/loan_amortization_calculator", input: {"loanAmount":1,"annualRatePct":1,"termMonths":1,"extraMonthly":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.