Full month-by-month amortization table with principal, interest, and balance columns.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
principal | number | required | Loan principal |
annual_rate | number | required | Annual rate as decimal, e.g. 0.05 |
term_months | integer | optional | Term in months (or use term_years) |
term_years | integer | optional | Term in years |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "amortization_schedule", "arguments": {"principal": 100, "annual_rate": 0.07}}}'curl -s https://wingmanprotocol.com/tools/amortization_schedule \
-H 'Content-Type: application/json' \
-d '{"principal": 100, "annual_rate": 0.07}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/amortization_schedule from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).