Home / MCP Tools / Mortgage Points Breakeven Calculator
Live MCP toolfinance

Mortgage Points Breakeven Calculator

Should you buy mortgage discount points? Monthly savings, points cost in dollars, and the breakeven month.

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

Parameters

ParameterTypeRequiredDescription
loan_amountnumberrequiredLoan principal in USD
base_ratenumberrequiredInterest rate WITHOUT points, as a DECIMAL (0.07 = 7%)
pointsnumberrequiredNumber of discount points being bought
rate_reduction_per_pointnumberoptionalRate reduction per point, as a decimal (default 0.0025 = 0.25%)
cost_pct_per_pointnumberoptionalCost per point as a percent of loan amount (default 1.0)
term_yearsnumberoptionalLoan term in years (default 30)

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_points_breakeven", "arguments": {"loan_amount": 1000, "base_rate": 0.07, "points": 100}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/mortgage_points_breakeven \
  -H 'Content-Type: application/json' \
  -d '{"loan_amount": 1000, "base_rate": 0.07, "points": 100}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/mortgage_points_breakeven 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.