mcpbeat

Cost Seg Smart MCP Server

com.costsegsmart/cost-seg-smart
answering

Cost Seg Smart is answering right now. Last checked 10 min ago. It exposes 2 tools. Last commit 15 Jul 2026.

Cost segregation study pricing and Year-1 depreciation/tax-savings estimates for US properties.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
2
Tools
read from the server
487 ms
Response time
average over 24h
0
Stars
last commit 15 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add cost-seg-smart --transport http https://costsegsmart.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cost-seg-smart": {
      "url": "https://costsegsmart.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cost-seg-smart]
url = "https://costsegsmart.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "cost-seg-smart": {
      "url": "https://costsegsmart.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cost-seg-smart": {
      "url": "https://costsegsmart.com/mcp"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

cost
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 metadata, and a liability disclaimer naming the calling agent. The buyer must review the URL and authorize payment in their browser — this tool does not charge a card directly. Always call get_cost_seg_quote first and confirm the price with the buyer before generating the link. Side effect: creates a real Stripe Checkout Session.
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 tax bracket is provided) Year-1 tax savings and ROI on the study fee. Pure tier-matrix lookup — no engine run, no charge to the buyer, safe to call repeatedly. Use this before generating a payment link so you can confirm the price with the buyer. Does not provide tax advice.

Endpoints

URLTransportStateLatencyChecked
https://costsegsmart.com/mcp streamable-http answering 406 ms 10 min ago

Cost Seg Smart — questions

Answers built from our own checks of this server.

What can Cost Seg Smart do?
It exposes 2 tools, read directly from the server on our last check. Among them: get_cost_seg_payment_link, get_cost_seg_quote. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Cost Seg Smart working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 487 ms. The bar chart above shows every period we have measured.
How do I connect Cost Seg Smart?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Cost Seg Smart need an API key?
No. Cost Seg Smart completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Cost Seg Smart?
It answers our handshake in 487 ms on average, which is faster than 23% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Cost Seg Smart open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.