AA
arthr — Australian home loans
/estimate_borrowing_power
Estimate borrowing power
Estimate how much someone could borrow for an Australian home loan, based on household income, living expenses, credit card limits and existing debt repayments.
liveunknown~5s typical
mcparthr—australian
$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-arthr-mcp /estimate_borrowing_power for me.
Input
| Field | Type | Description |
|---|---|---|
| grossAnnualIncome* | number | COMBINED household income before tax, in AUD per year — both incomes added together for a |
| monthlyExpenses* | number | Living costs in AUD per month — food, transport, utilities, insurance, childcare, subscrip |
| monthlyDebtRepayments | number | Repayments on car and personal loans, AUD per month. Pass credit cards as creditCardLimits |
| creditCardLimits | number | Total credit limit across all cards, AUD — the limit, not the balance and not the monthly |
| termYears | number | Term to assess over. Defaults to 30. Pass the remaining term for someone refinancing who i |
| interestRate* | number | The annual rate the loan would sit at, as a percentage, e.g. 6.2. The serviceability buffe |
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-arthr-mcp","endpoint":"/estimate_borrowing_power","input":{"grossAnnualIncome":1,"monthlyExpenses":1,"interestRate":1}}'cli
npx cracked-ai run -p mcp-au-com-arthr-mcp -e /estimate_borrowing_power -i '{"grossAnnualIncome":1,"monthlyExpenses":1,"interestRate":1}'mcp
run_tool({ provider: "mcp-au-com-arthr-mcp", endpoint: "/estimate_borrowing_power", input: {"grossAnnualIncome":1,"monthlyExpenses":1,"interestRate":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.