M
mortgage-tools
/estimate_borrowing_power
estimate borrowing power
Estimate indicative borrowing capacity, assessed at a buffered rate (APRA +3% serviceability buffer). A rough proxy for guidance — a broker models real
liveverifiedunknown~5s typical
mcpprobedmortgage-tools
$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-au-com-manageyourloans-mortgage-tools /estimate_borrowing_power for me.
Input
| Field | Type | Description |
|---|---|---|
| annual_income* | number | |
| monthly_expenses* | number | |
| existing_monthly_debt | number | default 0 |
| interest_rate_pct | number | default 6.5 |
| term_years | integer | default 30 |
| deposit | number | default 0 |
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-au-com-manageyourloans-mortgage-tools","endpoint":"/estimate_borrowing_power","input":{"annual_income":1,"monthly_expenses":1,"existing_monthly_debt":0,"interest_rate_pct":6.5,"term_years":30,"deposit":0}}'cli
npx cracked-ai run -p mcp-au-com-manageyourloans-mortgage-tools -e /estimate_borrowing_power -i '{"annual_income":1,"monthly_expenses":1,"existing_monthly_debt":0,"interest_rate_pct":6.5,"term_years":30,"deposit":0}'mcp
run_tool({ provider: "mcp-au-com-manageyourloans-mortgage-tools", endpoint: "/estimate_borrowing_power", input: {"annual_income":1,"monthly_expenses":1,"existing_monthly_debt":0,"interest_rate_pct":6.5,"term_years":30,"deposit":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.