AI
AVnester — Indian Real Estate Intelligence
/simulate_loan_prepayment
Simulate home-loan prepayment (calculator)
Simulate prepaying / repaying an Indian home loan early. Pure deterministic math — no advice, no loan-approval claim. Use for "should I prepay", "early/part/lum
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 /simulate_loan_prepayment for me.
Input
| Field | Type | Description |
|---|---|---|
| outstandingPrincipal* | integer | Current outstanding home-loan principal in INR. |
| remainingTenureYears* | integer | Years left on the loan at the current EMI. |
| annualRatePercent | number | Current annual interest rate (percent). Defaults to the indicative market rate when omitte |
| prepaymentAmount | integer | One-time lump-sum prepayment in INR (one_time / one_time_plus_recurring* modes). default 0 |
| recurringAnnualAmount | integer | Recurring yearly prepayment in INR (recurring_annual / one_time_plus_recurring modes). default 0 |
| recurringMonthlyAmount | integer | Fixed extra paid toward principal EVERY month on top of the EMI (recurring_monthly / one_t default 0 |
| prepaymentMode | string (one_time | recurring_annual | recurring_monthly | one_time_plus_recurring | one_time_plus_recurring_monthly) | How the prepayment is made (annual anniversary vs every month). default "one_time" |
| strategy | string (reduce_tenure | reduce_emi | compare_both) | reduce_tenure keeps the EMI and finishes early (bigger saving); reduce_emi keeps the tenur default "compare_both" |
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":"/simulate_loan_prepayment","input":{"outstandingPrincipal":1,"remainingTenureYears":1,"prepaymentAmount":0,"recurringAnnualAmount":0,"recurringMonthlyAmount":0,"prepaymentMode":"one_time","strategy":"compare_both"}}'cli
npx cracked-ai run -p mcp-com-avnester-mcp-property-intelligence -e /simulate_loan_prepayment -i '{"outstandingPrincipal":1,"remainingTenureYears":1,"prepaymentAmount":0,"recurringAnnualAmount":0,"recurringMonthlyAmount":0,"prepaymentMode":"one_time","strategy":"compare_both"}'mcp
run_tool({ provider: "mcp-com-avnester-mcp-property-intelligence", endpoint: "/simulate_loan_prepayment", input: {"outstandingPrincipal":1,"remainingTenureYears":1,"prepaymentAmount":0,"recurringAnnualAmount":0,"recurringMonthlyAmount":0,"prepaymentMode":"one_time","strategy":"compare_both"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.