AI
AVnester — Indian Real Estate Intelligence
/calculate_home_affordability
Estimate home-loan EMI (calculator)
Estimate the monthly home-loan EMI / monthly payment in India — a home-loan calculator. Deterministic math; not advice or a loan-approval claim. Two modes: pass
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 /calculate_home_affordability for me.
Input
| Field | Type | Description |
|---|---|---|
| propertyValue* | integer | Property value (price) in INR. When the user states a property/home price, put it here — a |
| loanAmount | integer | Loan amount in INR. Pass this when the user states a specific loan (e.g. "₹50 lakh loan") |
| interestRatePercent | number | Annual interest rate (percent). Defaults to current market estimate. |
| tenureYears | integer | Loan tenure in years. Defaults to 20. |
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":"/calculate_home_affordability","input":{"propertyValue":1}}'cli
npx cracked-ai run -p mcp-com-avnester-mcp-property-intelligence -e /calculate_home_affordability -i '{"propertyValue":1}'mcp
run_tool({ provider: "mcp-com-avnester-mcp-property-intelligence", endpoint: "/calculate_home_affordability", input: {"propertyValue":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.