Arc & Ledger Tax Reference
AL
Arc & Ledger Tax Reference
/estimate_rental_income

Estimate rental property taxes

Use to estimate a basic rental-income result from nonidentifying figures and identify the modeled depreciation, passive-loss, and personal-use limitations.

liveverifiedunknown~5s typical
mcpprobedarc&ledger
$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-arcandledger-tax-tools /estimate_rental_income for me.

Input

FieldTypeDescription
annual_rental_income_usd*numberGross rent received this year, before expenses.
operating_expenses_usdnumberDeductible operating expenses: mortgage interest, property tax, insurance, HOA, repairs, m
property_purchase_price_usdnumberWhat you paid for the property (building + land). Used to compute straight-line depreciati
land_percentnumberPercent of the purchase price attributable to non-depreciable land (default 20). The build
other_income_usdnumberYour other taxable income (e.g. wages, business) for the year. Sets the marginal rate appl
filing_statusstring (single | married_filing_jointly)Federal filing status. Defaults to single.
real_estate_professionalbooleanWhether you materially participate as a real-estate professional under IRC 469(c)(7). If t
rental_typestring (long_term | short_term)long_term (standard residential lease) or short_term (Airbnb/VRBO-style). Defaults to long
personal_use_daysnumberDays YOU used the property personally (short-term only). Triggers the 14-day tax-free rule
rental_daysnumberDays the property was rented at fair value (short-term only).

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-arcandledger-tax-tools","endpoint":"/estimate_rental_income","input":{"annual_rental_income_usd":1}}'
cli
npx cracked-ai run -p mcp-com-arcandledger-tax-tools -e /estimate_rental_income -i '{"annual_rental_income_usd":1}'
mcp
run_tool({ provider: "mcp-com-arcandledger-tax-tools", endpoint: "/estimate_rental_income", input: {"annual_rental_income_usd":1} })

Try it

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