Home / MCP Tools / Mortgage Payment Calculator
Live MCP toolfinance

Mortgage Payment Calculator

Monthly principal+interest, PMI, taxes, insurance and full amortization for a home loan.

Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.

Parameters

ParameterTypeRequiredDescription
home_pricenumberrequiredPurchase price in USD
annual_ratenumberrequiredInterest rate as a DECIMAL (0.07 = 7%), not a percent
down_paymentnumberoptionalDown payment in USD
term_yearsnumberoptionalLoan term in years (default 30)
annual_taxesnumberoptionalAnnual property tax in USD
annual_insurancenumberoptionalAnnual homeowners insurance in USD
monthly_hoanumberoptionalMonthly HOA dues in USD
pmi_ratenumberoptionalAnnual PMI rate as a decimal
pmi_ltv_thresholdnumberoptionalLTV above which PMI applies (default 0.80)
pricenumberoptionalAlias for home_price
purchase_pricenumberoptionalAlias for home_price
ratenumberoptionalAlias for annual_rate (DECIMAL, 0.07 = 7%)
interest_ratenumberoptionalAlias for annual_rate (DECIMAL, 0.07 = 7%)
downnumberoptionalAlias for down_payment (USD)
down_pctnumberoptionalDown payment as a PERCENT of home_price (e.g. 20)
termnumberoptionalAlias for term_years
yearsnumberoptionalAlias for term_years

Call it over MCP (JSON-RPC 2.0)

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": "mortgage", "arguments": {"home_price": 400000, "annual_rate": 0.07}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/mortgage \
  -H 'Content-Type: application/json' \
  -d '{"home_price": 400000, "annual_rate": 0.07}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/mortgage from your browser.

Related tools in Finance

finance
Loan Amortization Schedule
Full month-by-month amortization table with principal, interest, and balance columns.
finance
Annuity Present / Future Value
Compute the present or future value of an ordinary annuity or annuity-due.
finance
Bond Price Calculator
Fair value of a fixed-coupon bond given face value, coupon rate, market yield, and maturity.
finance
CAGR (Compound Annual Growth Rate) Calculator
Compound annual growth rate and total growth between two values over N years.
finance
Compound Interest / Future Value Calculator
Future value, total contributions and interest with optional periodic deposits.
finance
Depreciation Schedule Calculator
Straight-line or double-declining-balance schedule for an asset.