cost-seg-smart
C
cost-seg-smart
/get_cost_seg_payment_link

get cost seg payment link

Generate a Stripe Checkout URL for a human buyer to purchase a Cost Seg Smart cost segregation study. Returns a payment_link_url plus the study cost, property m

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_payment_link for me.

Input

FieldTypeDescription
property_type*stringProperty type identifier. Must match one of the enum values supported by get_cost_seg_quot
purchase_price*integerProperty purchase price in US dollars. Minimum $25,000. Pricing tier is computed from this
buyer_emailstringOptional. Pre-fills the email field on the Stripe Checkout page. If omitted, Stripe collec
addressstringOptional. Property street address. Improves report accuracy via county parcel data lookup
citystringOptional. Property city. Used for the report cover page and metro-specific cost adjustment
statestringOptional. Two-letter US state code (e.g. 'CA', 'TX'). Used for state-tax adjustments where
zipstringOptional. Property ZIP code (5-digit or ZIP+4).
sqftintegerOptional. Building square footage. Improves cost-per-square-foot accuracy in the final rep
year_builtintegerOptional. Year the property was originally constructed. Drives era-specific component cost
bedroomsintegerOptional. Number of bedrooms (residential only).
bathroomsnumberOptional. Number of bathrooms (residential only). Half-baths count as 0.5.
placed_in_service_datestringStrongly recommended. ISO 'YYYY-MM-DD'. The date the property was placed in service (avail
acquisition_datestringStrongly recommended. ISO 'YYYY-MM-DD'. The date the buyer PURCHASED the property (closing
namestringOptional. Buyer's full name for the report cover page.
agent_attributionstringOptional. Overrides the X-Agent-Name request header. Use the user-visible name of your age

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

Try it

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