calc.engineer / General & Math / Loan Amortization
Loan Amortization v1.0.0
Computes a full loan amortization schedule given principal, annual interest rate, and term in months. Returns the fixed monthly payment, total interest, total payments, and a month-by-month breakdown of principal vs interest. Supports optional extra monthly payments — shows months saved and interest saved. Works for mortgages (30yr/15yr), auto loans, personal loans, and student loans. All currency-agnostic. Use with /run?page=1&page_size=12 to paginate the schedule array for context-friendly agent consumption.
Fill in the inputs and Compute to see the structured result.
From an agent (MCP) or the API
curl -X POST https://calc.engineer/api/loan_amortization \
-H "Content-Type: application/json" \
-d '{"principal": …, "annual_rate_pct": …, "term_months": …}'MCP: connect to https://calc.engineer/mcp and call loan_amortization.
calc.engineer — free, MCP-native engineering tools.