cost-seg-smart
C
cost-seg-smart
/get_cost_seg_quote

get cost seg quote

Quote a CPA-ready cost segregation study for a US real estate property. Returns the study cost in USD, estimated Year-1 accelerated depreciation, and (when a ta

liveverifiedunknown~5s typical
mcpprobedcost-seg-smart
$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-costsegsmart-cost-seg-smart /get_cost_seg_quote for me.

Input

FieldTypeDescription
property_type*stringProperty type identifier. Determines the pricing tier and the default Year-1 reclassificat
purchase_price*integerProperty purchase price in US dollars. Minimum $25,000. The pricing tier is computed from
tax_bracketnumberOptional. Buyer's federal marginal tax bracket. Accepts decimal form (0.0-0.6, e.g. 0.32 f

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-costsegsmart-cost-seg-smart","endpoint":"/get_cost_seg_quote","input":{"property_type":"...","purchase_price":1}}'
cli
npx cracked-ai run -p mcp-com-costsegsmart-cost-seg-smart -e /get_cost_seg_quote -i '{"property_type":"...","purchase_price":1}'
mcp
run_tool({ provider: "mcp-com-costsegsmart-cost-seg-smart", endpoint: "/get_cost_seg_quote", input: {"property_type":"...","purchase_price":1} })

Try it

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