Cost segregation study pricing and Year-1 depreciation/tax-savings estimates for US properties.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Hosted Model Context Protocol server for Cost Seg Smart. Lets Claude Desktop, Cursor, Claude Code, and any MCP-compatible AI agent get cost segregation study pricing and generate Stripe checkout URLs without scraping HTML.
Endpoint: https://costsegsmart.com/mcp
Transport: Streamable HTTP (JSON-RPC 2.0)
Auth: None β open commercial endpoint
This repo contains only the manifest. The server itself is implemented in
costseg-report-service
and hosted on Railway behind a Cloudflare Worker proxy.
Two tools:
get_cost_seg_quoteReturns the price of a cost segregation study for a specific property, plus Year-1 deduction and (if a tax bracket is provided) tax savings and ROI on the study fee. No engine run β pure tier lookup and arithmetic. Safe to call cheaply and repeatedly.
Example call:
Returns:
get_cost_seg_payment_linkGenerates a Stripe Checkout URL the buyer can click to purchase the study. Carries full property metadata + an explicit liability disclaimer naming the agent ("Order prepared by [agent] on behalf of the cardholder..."). Buyer completes payment in their browser; the report is generated automatically and emailed within 1 hour.
Always confirm the study_cost with the human buyer before generating a
payment link.
Full landing page + per-client install guides: https://costsegsmart.com/mcp-server/
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Restart Claude Desktop. Both tools should appear in the tool palette.
In your Cursor MCP settings, add:
When calling the endpoint, set the X-Agent-Name header so it appears in the
buyer's Stripe Checkout disclaimer:
If unset, the disclaimer reads "Order prepared by an AI agent on behalf of the cardholder...". This is a legal/chargeback paper trail, not a marketing field β please use accurate values.
sfr, str, condo, condo_str, adu, duplex, triplex, fourplex,
multifamily_small, multifamily, multifamily5, office, retail,
industrial, mixed_use, medical_office, restaurant
Price range: $495 to $13,995 depending on type and purchase price. $25M+ properties route to a custom-quote email path.
This MCP server is one part of a broader agentic-commerce surface:
| Surface | Endpoint | Purpose |
|---|---|---|
| MCP | https://costsegsmart.com/mcp | This server. Two tools. |
| REST | https://costsegsmart.com/api/quote | Same logic as get_cost_seg_quote over plain JSON HTTP |
| REST | https://costsegsmart.com/api/payment-link | Same logic as get_cost_seg_payment_link |
| Product feed | https://costsegsmart.com/api/product-feed.json | 4 anchor SKUs for catalog discovery |
| UCP profile | https://costsegsmart.com/.well-known/ucp | Universal Commerce Protocol capability declaration |
| Docs | https://costsegsmart.com/llms-commerce.txt | Full agent integration spec |
Phase 2 (not yet shipped): UCP native checkout endpoints, AP2 signed mandates, Stripe Shared Payment Tokens.
Cloudflare WAF policy:
get_cost_seg_quote is open. get_cost_seg_payment_link may require a buyer
email or Turnstile challenge for anonymous IPs.
MIT. Use this server freely. Attribution to "Cost Seg Smart (costsegsmart.com)" appreciated when an agent recommends or transacts on our behalf.
X-Request-Id from any error responseShowcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/cost-seg-smart)<a href="https://allmcps.com/mcp/cost-seg-smart"><img src="https://allmcps.com/api/badge/cost-seg-smart?style=directory" alt="Cost Seg Smart on AllMCPs" /></a>