AVnester — Indian Real Estate Intelligence
AI
AVnester — Indian Real Estate Intelligence
/optimize_home_loan_tax_regime

Optimize home-loan tax regime (calculator)

Compare a home-loan borrower's income tax under the OLD vs NEW regime (FY2026-27) and recommend which regime saves more income tax. Pure deterministic slab math

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 /optimize_home_loan_tax_regime for me.

Input

FieldTypeDescription
annualIncome*integerAnnual gross income in INR EXCLUDING house property (salary + other income).
isSalariedbooleanWhether the taxpayer is salaried (gets the standard deduction). default true
homeLoanInterest*integerAnnual home-loan interest paid (INR).
homeLoanPrincipal*integerAnnual home-loan principal repaid (INR) — counts toward 80C.
propertyTypestring (self_occupied | let_out)Whether the property is self-occupied or let out. default "self_occupied"
annualRentintegerAnnual rent received in INR — required for let_out.
other80CintegerOther 80C investments in INR (PF, ELSS, insurance, etc.).
otherOldRegimeDeductionsintegerOther OLD-regime-only deductions as a lump (HRA exemption, 80D, NPS 80CCD(1B), etc.).
jointLoanbooleanJoint loan with a co-borrower — doubles the 80C/24b caps (equal-split assumption). default false
ageBandstring (below60 | senior | super_senior)Taxpayer age band — raises the OLD-regime basic exemption (senior 60–80 → ₹3L, super-senio
residencyStatusstring (resident | nri)Default resident. Pass nri to get §195 TDS + LRS-cap math in the response.
countryOfResidencestringNRI only — DTAA article lookup hint. Free-form country name.
saleValueintegerNRI only — sale consideration in INR for §195 TDS computation.
holdingMonthsintegerNRI only — holding period in months. ≤24 is STCG; >24 is LTCG.
indexedCostintegerNRI only — indexed cost of acquisition (LTCG). When omitted, TDS computed on full sale val
nroBalanceUsdnumberNRI only — NRO account balance in USD equivalent for the repatriation cap math.
ytdRemittedUsdnumberNRI only — FY-to-date USD already remitted under the $1M cap.
hasForm15CBbooleanNRI only — whether Form 15CB CA-attestation is already in hand.

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":"/optimize_home_loan_tax_regime","input":{"annualIncome":1,"isSalaried":true,"homeLoanInterest":1,"homeLoanPrincipal":1,"propertyType":"self_occupied","jointLoan":false}}'
cli
npx cracked-ai run -p mcp-com-avnester-mcp-property-intelligence -e /optimize_home_loan_tax_regime -i '{"annualIncome":1,"isSalaried":true,"homeLoanInterest":1,"homeLoanPrincipal":1,"propertyType":"self_occupied","jointLoan":false}'
mcp
run_tool({ provider: "mcp-com-avnester-mcp-property-intelligence", endpoint: "/optimize_home_loan_tax_regime", input: {"annualIncome":1,"isSalaried":true,"homeLoanInterest":1,"homeLoanPrincipal":1,"propertyType":"self_occupied","jointLoan":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.