M
mcp
/pressure_check
pressure check
Decompose the tradeoff a rushed buyer faces: the earnest money at risk by walking away versus what overpaying to "win" costs over the life of the loan. Given th
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 /pressure_check for me.
Input
| Field | Type | Description |
|---|---|---|
| earnestMoney* | number | Earnest money at risk if you walk away after removing contingencies, US dollars |
| overpay* | number | How much over your walk-away price the pressure would push you to pay, US dollars |
| downPaymentPct | number | Down payment as a percent of price (0–100); splits the overpay into cash-at-close vs. fina default 10 |
| rateAnnualPct | number | Annual interest rate percent, e.g. 6.5 default 6.5 |
| termYears | integer | Loan term in years (default 30) default 30 |
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":"/pressure_check","input":{"earnestMoney":1,"overpay":1,"downPaymentPct":10,"rateAnnualPct":6.5,"termYears":30}}'cli
npx cracked-ai run -p mcp-com-candidcost-mcp -e /pressure_check -i '{"earnestMoney":1,"overpay":1,"downPaymentPct":10,"rateAnnualPct":6.5,"termYears":30}'mcp
run_tool({ provider: "mcp-com-candidcost-mcp", endpoint: "/pressure_check", input: {"earnestMoney":1,"overpay":1,"downPaymentPct":10,"rateAnnualPct":6.5,"termYears":30} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.