Developers Β· MCP server

Use cases

What people actually do with a real underwriting engine inside their AI β€” with verbatim prompts to steal. Every session below reflects real tool behavior.

  • Investors & agents
  • STR operators
  • Builders & developers
claude β€” deal screening
> $285K duplex, rents $3,100/mo β€” worth a showing?

Called analyze_deal(strategy: "ltr", …)

96/100 Strong β€” $637/mo, survives all 7 stress tests.
Report: reizer.io/report.html?id=…
5workflows covered
12+prompts to steal
0invented numbers
Docs navigation

Screen deals without leaving the chat

Paste a listing's numbers mid-conversation; your AI underwrites it on the real engine instead of estimating. Score, cash flow, stress tests, and a shareable report in one turn.

claude β€” deal screening
> Zillow listing: $285K duplex, taxes $3,200, should rent ~$3,100/mo.
  I'd put 25% down at 6.75%. Worth a showing?

Called analyze_deal(strategy: "ltr", …)

96/100 Strong β€” $637/mo cash flow, survives all 7 stress tests.
Yes, book the showing. Full report: reizer.io/report.html?id=…

Prompts that work verbatim:

Negotiate with a solved ceiling

solve_max_offer turns "is this price OK?" into "here's the most I can pay" β€” with the binding constraint named, so you know which target you'd trade away first.

claude β€” offer strategy
> Seller won't budge below $300K. Does the deal still work,
  and where's my ceiling if I need $400/mo?

Called solve_max_offer(strategy: "ltr", targets: {monthlyCF: 400, cocReturn: 0.08}, …)

Ceiling: $303,657 β€” binding target is your 8% cash-on-cash.
$300K works with your targets intact. You have $3.7K of headroom.

Pick the exit before you buy

One property, six strategies. best_use runs everything the inputs qualify for and ranks them β€” flip vs BRRRR vs hold stops being a gut call.

claude β€” flip or rent?
> $180K house, needs $50K of work, ARV $300K, would rent $2,200.
  Flip it, BRRRR it, or hold it?

Called best_use(inputs: {price: 180000, rehabBudget: 50000, arv: 300000, marketRent: 2200, …})

The engine ranks every qualifying strategy and explains the gap β€”
compare the ranked scores and open each report side by side.

STR underwriting with real market data API KEY

With a key attached, your AI chains str_market_data (nearby listings' ADR, occupancy, revenue quartiles) into analyze_deal's STR strategy β€” market-grounded assumptions instead of guesses.

Sanity-check ARVs and rents with comps API KEY

Agents and wholesalers use pull_comps to ground an ARV before running the flip math β€” real sales, real rents, ZIP market stats.

Builders: BTS vs BTR, decided by the numbers

The newc strategy grades both exits β€” build-to-sell and build-to-rent β€” and recommends one with reasons: margin, development spread, capital recovery.

Building an app instead?

Everything here is also a plain JSON API with the same free tier β€” see the API reference. The report pages make a zero-UI MVP: analyze via API, hand users the report_url.

Try one of these right now.

Setup takes under a minute β€” one command, no account.

30sfrom zero to first analysis
1command to connect
$0to start