arthr — Australian home loans
AA
arthr — Australian home loans
/check_servicing

Check what lenders would actually lend

Run a REAL serviceability calculation across a panel of Australian lenders and get back, per lender, how much they would lend, whether they would lend at all, t

liveunknown~5s typical
mcparthraustralian
$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 /check_servicing for me.

Input

FieldTypeDescription
grossAnnualIncome*numberThe APPLICANT'S OWN income before tax, AUD per year — not the household total. This differ
monthlyExpenses*numberLiving costs per MONTH, AUD — food, transport, utilities, insurance, childcare, subscripti
propertyValue*numberThe property's value, or the purchase price being considered, AUD. Required for a real ser
loanAmountnumberThe loan being SOUGHT, AUD — not an existing balance, which is what the refinance tools me
partnerAnnualIncomenumberA SECOND BORROWER'S income before tax, AUD per year — someone who will be named on the loa
creditCardLimitsnumberTotal credit limit across all cards, AUD — the limit, not the balance. Lenders assess the
otherMonthlyRepaymentsnumberCar and personal loan repayments, AUD per month.
hecsBalancenumberOutstanding HECS/HELP debt, AUD. Worth asking for even when it seems small: it is the most
dependantsnumberNumber of dependent children.
postcodestringAustralian postcode of the property. Worth supplying: it determines the state, and stamp d
statestring (NSW | VIC | QLD | WA | SA | TAS)State or territory of the property. Use when known — it is more direct than a postcode and
propertyPurposestring (owner_occupied | investment)Whether they'll live in it or rent it out.
expectedRentalIncomenumberAnnual gross rent, AUD, for an investment purchase. KNOWN LIMITATION: this is passed to th
firstHomeBuyerbooleanWhether this is their first home. Worth asking rather than assuming: with a state supplied
focusstring (capacity | affordability | rates | repayments)Which question to shape the answer around. 'capacity' — how much could they borrow. 'affor
targetPricenumberWith focus=affordability, the purchase price being tested.
depositnumberDeposit available, AUD. Borrowing capacity is a serviceability question and does not depen

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":"/check_servicing","input":{"grossAnnualIncome":1,"monthlyExpenses":1,"propertyValue":1}}'
cli
npx cracked-ai run -p mcp-au-com-arthr-mcp -e /check_servicing -i '{"grossAnnualIncome":1,"monthlyExpenses":1,"propertyValue":1}'
mcp
run_tool({ provider: "mcp-au-com-arthr-mcp", endpoint: "/check_servicing", input: {"grossAnnualIncome":1,"monthlyExpenses":1,"propertyValue":1} })

Try it

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