AI
AVnester — Indian Real Estate Intelligence
/get_property_decision_intelligence
Home purchase decision intelligence
Assess whether a buyer can afford a specific Indian home — ONE verdict (AFFORDABLE / STRETCH / NOT_YET / INELIGIBLE) combining indicative eligibility (FOIR/LTV/
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 /get_property_decision_intelligence for me.
Input
| Field | Type | Description |
|---|---|---|
| listingId | string | AVnester listingId (Coimbatore/Chennai catalog). Listing mode — do NOT also pass propertyV |
| propertyValue | integer | Property price in INR (manual mode). Pass with state; not with listingId. |
| state | string | Indian state (ISO "MH"/slug/name) for stamp duty. Required in manual mode; ignored in list |
| assetType | string (home | plot) | "home" (flat/villa/house) or "plot" (bare land); manual mode only. Plot → shorter tenure, |
| monthlyNetIncome* | integer | Buyer monthly take-home income in INR. |
| existingMonthlyEmis | integer | Existing monthly loan EMIs in ₹ (car/personal/cards). Omitted → assumed ₹0, which can infl |
| coApplicantMonthlyIncome | integer | Co-applicant monthly income (joint affordability). |
| savingsAvailable | integer | Liquid cash for down payment + charges — enables the cash-gap calc. |
| cibilScore | integer | Numeric CIBIL score. Omit → eligibility stays indicative. |
| employmentType | string (salaried | self_employed) | Employment type (affects tax standard deduction). |
| residencyStatus | string (resident | nri) | Residency status. |
| buyerGender | string (male | female | joint) | Buyer gender — affects stamp duty in states with a women concession. |
| occupancyIntent | string (self_occupied | let_out) | Self-occupied vs let-out — changes §24(b) interest treatment. Omitted → self-occupied. |
| annualRent | integer | Annual rent received (let-out). |
| jointLoan | boolean | Joint home loan — doubles 80C/24b caps (equal split). |
| isUnderConstruction | boolean | Under-construction → GST applies; ready-to-move → no GST. Omitted → ready-to-move (no GST) |
| carpetAreaSqft | integer | Carpet area (sqft) — sharpens the affordable-housing GST test (with the ₹45L value cap). |
| isUrban | boolean | Urban/metro — gates metro-cess surcharges in stamp duty. |
| interestRatePercent | number | Override annual interest rate. Defaults to indicative market rate. |
| 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":"/get_property_decision_intelligence","input":{"monthlyNetIncome":1}}'cli
npx cracked-ai run -p mcp-com-avnester-mcp-property-intelligence -e /get_property_decision_intelligence -i '{"monthlyNetIncome":1}'mcp
run_tool({ provider: "mcp-com-avnester-mcp-property-intelligence", endpoint: "/get_property_decision_intelligence", input: {"monthlyNetIncome":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.