arthr — Australian home loans
AA
arthr — Australian home loans
/estimate_equity_and_lvr

Estimate equity and LVR

Work out loan-to-value ratio, equity, and — the part that matters — how much of that equity is actually usable. Value minus balance is not what a borrower can b

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 /estimate_equity_and_lvr for me.

Input

FieldTypeDescription
propertyValue*numberWhat the property is worth in AUD — or the purchase price, for a purchase.
loanBalance*numberWhat is still owing in AUD — or, for a purchase, the loan they would take out.
situationstring (owner | purchase)'owner' (default) — they own the property and this is the balance on it. 'purchase' — they

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

Try it

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