AI
AVnester — Indian Real Estate Intelligence
/compare_balance_transfer
Compare home-loan balance transfer (calculator)
Compare staying on your current home loan vs. transferring (refinancing) to a lower rate. Pure deterministic math — no advice, no loan-approval claim. Use when
liveunknown~5s typical
mcpavnester—indian
$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-com-avnester-mcp-property-intelligence /compare_balance_transfer for me.
Input
| Field | Type | Description |
|---|---|---|
| outstandingPrincipal* | integer | Current outstanding home-loan principal in INR. |
| currentRatePercent* | number | Current annual interest rate (percent). |
| newRatePercent* | number | New lender annual interest rate (percent). |
| remainingTenureYears* | integer | Years left on the loan. |
| processingFeePct | number | New-lender processing fee on the balance (percent). Defaults to 0.5%. |
| flatCosts | integer | Flat legal + valuation charges in INR. Defaults to ₹12,500. |
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-com-avnester-mcp-property-intelligence","endpoint":"/compare_balance_transfer","input":{"outstandingPrincipal":1,"currentRatePercent":1,"newRatePercent":1,"remainingTenureYears":1}}'cli
npx cracked-ai run -p mcp-com-avnester-mcp-property-intelligence -e /compare_balance_transfer -i '{"outstandingPrincipal":1,"currentRatePercent":1,"newRatePercent":1,"remainingTenureYears":1}'mcp
run_tool({ provider: "mcp-com-avnester-mcp-property-intelligence", endpoint: "/compare_balance_transfer", input: {"outstandingPrincipal":1,"currentRatePercent":1,"newRatePercent":1,"remainingTenureYears":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.