cost-seg-smart
Cost Seg Smart MCP server.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- 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 provide
- 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
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Cost Seg Smart MCP server. Quote IRS-defensible cost segregation studies for US real estate (residential, multifamily, commercial) and generate Stripe Checkout URLs the buyer clicks to complete payment. Powers W-2 + STR loophole workflows, multifamily / commercial tax acceleration, and Form 3115 lookback studies. Two tools: get_cost_seg_quote (read-only pricing + Year-1 estimate) and get_cost_seg_payment_link (creates a real Stripe Checkout Session). No API keys required.
Список инструментов сервера (2)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |
| 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. |