mcp
M
mcp
/payment_shock_estimate

payment shock estimate

Estimate why a mortgage payment often jumps in year two: escrow at closing is sized from the seller's current tax bill, but the county reassesses at your purcha

liveverifiedunknown~5s typical
mcpprobedmcp
$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-candidcost-mcp /payment_shock_estimate for me.

Input

FieldTypeDescription
purchasePrice*numberPurchase price in US dollars
sellersCurrentAnnualTax*numberSeller's current annual property tax in US dollars (from the listing)
statestringTwo-letter US state code for the reassessment rate
countystring5-digit county FIPS; its Census effective rate takes priority over the state rate
reassessRatePctnumberEffective annual property-tax rate at reassessment, %. Overrides county/state.
insuranceAnnualnumberAnnual homeowners insurance, US dollars default 1584

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-candidcost-mcp","endpoint":"/payment_shock_estimate","input":{"purchasePrice":1,"sellersCurrentAnnualTax":1,"insuranceAnnual":1584}}'
cli
npx cracked-ai run -p mcp-com-candidcost-mcp -e /payment_shock_estimate -i '{"purchasePrice":1,"sellersCurrentAnnualTax":1,"insuranceAnnual":1584}'
mcp
run_tool({ provider: "mcp-com-candidcost-mcp", endpoint: "/payment_shock_estimate", input: {"purchasePrice":1,"sellersCurrentAnnualTax":1,"insuranceAnnual":1584} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.