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
| Field | Type | Description |
|---|---|---|
| property_type* | string | Property type identifier. Must match one of the enum values supported by get_cost_seg_quot |
| purchase_price* | integer | Property purchase price in US dollars. Minimum $25,000. Pricing tier is computed from this |
| buyer_email | string | Optional. Pre-fills the email field on the Stripe Checkout page. If omitted, Stripe collec |
| address | string | Optional. Property street address. Improves report accuracy via county parcel data lookup |
| city | string | Optional. Property city. Used for the report cover page and metro-specific cost adjustment |
| state | string | Optional. Two-letter US state code (e.g. 'CA', 'TX'). Used for state-tax adjustments where |
| zip | string | Optional. Property ZIP code (5-digit or ZIP+4). |
| sqft | integer | Optional. Building square footage. Improves cost-per-square-foot accuracy in the final rep |
| year_built | integer | Optional. Year the property was originally constructed. Drives era-specific component cost |
| bedrooms | integer | Optional. Number of bedrooms (residential only). |
| bathrooms | number | Optional. Number of bathrooms (residential only). Half-baths count as 0.5. |
| placed_in_service_date | string | Strongly recommended. ISO 'YYYY-MM-DD'. The date the property was placed in service (avail |
| acquisition_date | string | Strongly recommended. ISO 'YYYY-MM-DD'. The date the buyer PURCHASED the property (closing |
| name | string | Optional. Buyer's full name for the report cover page. |
| agent_attribution | string | Optional. 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.