AI
AVnester — Indian Real Estate Intelligence
/estimate_stamp_duty_and_registration
Estimate stamp duty + registration (calculator)
Estimate Indian state stamp duty + registration charges on a property purchase. Supports all 28 states + 8 UTs with buyer-gender concessions, urban/rural overri
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 /estimate_stamp_duty_and_registration for me.
Input
| Field | Type | Description |
|---|---|---|
| propertyValue* | integer | Sale value in INR for stamp-duty calculation. |
| state | string | Indian state — accepts ISO code ("MH"), URL slug ("maharashtra"), or display name ("Mahara default "Tamil Nadu" |
| isWomanBuyer | boolean | Backward-compatibility shim — prefer buyerGender. When true, internally treated as buyerGe default false |
| buyerGender | string (male | female | joint) | Buyer gender — overrides isWomanBuyer when set. "joint" = man+woman jointly owned. |
| propertyType | string (residential | commercial | agricultural) | Property type — applies state-specific multiplier (commercial/agricultural). |
| isUrban | boolean | Whether property is in an urban/metro area — gates metro-cess surcharges (e.g., Mumbai LBT |
| constructionStatus | string (under_construction | ready_to_move | resale) | When set, also itemizes GST: under-construction = 1% (affordable) / 5%; ready/resale = 0%. |
| carpetAreaSqft | integer | Carpet area (sqft) — with value, decides the affordable-housing 1% GST slab. |
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":"/estimate_stamp_duty_and_registration","input":{"propertyValue":1,"state":"Tamil Nadu","isWomanBuyer":false}}'cli
npx cracked-ai run -p mcp-com-avnester-mcp-property-intelligence -e /estimate_stamp_duty_and_registration -i '{"propertyValue":1,"state":"Tamil Nadu","isWomanBuyer":false}'mcp
run_tool({ provider: "mcp-com-avnester-mcp-property-intelligence", endpoint: "/estimate_stamp_duty_and_registration", input: {"propertyValue":1,"state":"Tamil Nadu","isWomanBuyer":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.