Productivity
costsegsmart.com
Provides cost segregation study quotes and payment links for US real estate properties.
ENDPOINT 1
https://costsegsmart.com/mcp
MCP server metadata
- Name
- cost-seg-smart
- Version
- 1.0.0
Cost Seg Smart MCP server. Use get_cost_seg_quote to price a property and estimate Year-1 deduction/tax savings. Use get_cost_seg_payment_link to generate a Stripe Checkout URL the buyer can click to purchase. Always confirm the price with the buyer before generating a payment link. The buyer's email is optional — Stripe will collect it at checkout if not provided.
Known tools 2
get_cost_seg_quoteQuote a CPA-ready cost segregation study for a US real estate property.
Inferred read-onlyget_cost_seg_payment_linkGenerate a Stripe Checkout URL for a human buyer to purchase a Cost Seg Smart cost segregation study.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cost-seg-smart]
url = "https://costsegsmart.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cost-seg-smart": {
"type": "http",
"url": "https://costsegsmart.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cost-seg-smart
Remote MCP URL: https://costsegsmart.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cost-seg-smart": {
"url": "https://costsegsmart.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cost-seg-smart": {
"type": "http",
"url": "https://costsegsmart.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cost-seg-smart",
"transport": "streamable-http",
"url": "https://costsegsmart.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for costsegsmart.com was fetched 2026-07-31T10:56:12.167Z and is being refreshed.
costsegsmart.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.