C
canadian-mortgage-deadlines
/rate_hold_deadline
rate hold deadline
Canada: the last date an offer can be accepted so a mortgage still funds before a rate hold expires. A rate hold applies to the funding date, not the offer date
liveunknown~5s typical
mcpcanadian-mortgage-deadlines
$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-asalsold-app-canadian-mortgage-deadlines /rate_hold_deadline for me.
Input
| Field | Type | Description |
|---|---|---|
| expiry* | string | Rate hold expiry date, YYYY-MM-DD |
| heldRate* | number | The rate being held, as a percent, e.g. 4.79 |
| amount* | number | Mortgage amount in CAD |
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-asalsold-app-canadian-mortgage-deadlines","endpoint":"/rate_hold_deadline","input":{"expiry":"...","heldRate":1,"amount":1}}'cli
npx cracked-ai run -p mcp-com-asalsold-app-canadian-mortgage-deadlines -e /rate_hold_deadline -i '{"expiry":"...","heldRate":1,"amount":1}'mcp
run_tool({ provider: "mcp-com-asalsold-app-canadian-mortgage-deadlines", endpoint: "/rate_hold_deadline", input: {"expiry":"...","heldRate":1,"amount":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.