AVnester — Indian Real Estate Intelligence
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
mcpavnesterindian
$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

FieldTypeDescription
propertyValue*integerSale value in INR for stamp-duty calculation.
statestringIndian state — accepts ISO code ("MH"), URL slug ("maharashtra"), or display name ("Mahara default "Tamil Nadu"
isWomanBuyerbooleanBackward-compatibility shim — prefer buyerGender. When true, internally treated as buyerGe default false
buyerGenderstring (male | female | joint)Buyer gender — overrides isWomanBuyer when set. "joint" = man+woman jointly owned.
propertyTypestring (residential | commercial | agricultural)Property type — applies state-specific multiplier (commercial/agricultural).
isUrbanbooleanWhether property is in an urban/metro area — gates metro-cess surcharges (e.g., Mumbai LBT
constructionStatusstring (under_construction | ready_to_move | resale)When set, also itemizes GST: under-construction = 1% (affordable) / 5%; ready/resale = 0%.
carpetAreaSqftintegerCarpet 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.