AA
arthr — Australian home loans
/estimate_repayments
Estimate home loan repayments
Estimate the monthly repayment, total repaid and total interest on an Australian principal-and-interest home loan. Use this when someone asks what a loan would
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_repayments for me.
Input
| Field | Type | Description |
|---|---|---|
| loanAmount* | number | Loan amount in AUD. |
| interestRate* | number | Annual interest rate as a percentage, e.g. 6.2 for 6.2% p.a. |
| termYears | number | Loan term in years. Defaults to 30. |
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_repayments","input":{"loanAmount":1,"interestRate":1}}'cli
npx cracked-ai run -p mcp-au-com-arthr-mcp -e /estimate_repayments -i '{"loanAmount":1,"interestRate":1}'mcp
run_tool({ provider: "mcp-au-com-arthr-mcp", endpoint: "/estimate_repayments", input: {"loanAmount":1,"interestRate":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.