# CRE Intelligence MCP server

Live CRE analysis: Federal Reserve rates, Census 1/3/5-mile demographics, DCF models, IC memos.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-zwondra-cre-intelligence-mcp
- Repository: https://github.com/Zwondra/cre-intelligence-mcp
- Website: https://cre-intelligence-mcp.vercel.app

## Install
- Endpoint: https://cre-intelligence-mcp.onrender.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://cre-intelligence-mcp.onrender.com/mcp

## Tools
- get_current_rates - Get live interest rates from the Federal Reserve (FRED).
Returns SOFR, 10-year Treasury, 5-year Treasury, Fed Funds Rate, and 30-day SOFR average.
Also calculates implied cap rate ranges based on current treasury spreads.

Use this BEFORE any DCF model or loan underwriting. These are real-time numbers
Claude cannot access on its own. Endpoint: https://cre-intelligence-mcp.onrender.com/mcp
- get_market_demographics - Get Census Bureau demographics for any US property address.
Returns median income, population, employment rate, housing vacancy,
median rents, and education levels for the census tract.

This is address-specific data from the actual Census tract — not estimates.
Claude cannot access this without the MCP.
For 1/3/5-mile trade-area rings, use get_radius_demographics instead. Endpoint: https://cre-intelligence-mcp.onrender.com/mcp
- get_radius_demographics - Get aggregated Census demographics for radius rings around a US property address —
the standard 1/3/5-mile trade-area format used in CRE site analysis.
Aggregates every census tract whose centroid falls within each radius:
population, household-weighted median income, employment rate, college attainment,
housing vacancy, renter share, and median rent.

Use this for trade-area / site analysis. Use get_market_demographics for the
single census tract immediately around the address. Endpoint: https://cre-intelligence-mcp.onrender.com/mcp
- screen_land_market - Screen a US county as a LAND-INVESTING market (raw-land flip / Podolsky style).
Grades the county on the signals that matter for buying cheap rural land and
reselling on terms: population growth, demographics, owner share, and affordability.

IMPORTANT: This screens on FREE Census data only (growth + demographics + a
home-value affordability proxy). It does NOT include actual land sale prices or
comps — those require county records or a paid service, and must be verified
per-parcel before buying. Use this to rank/shortlist markets, not to buy. Endpoint: https://cre-intelligence-mcp.onrender.com/mcp
- screen_parcel_dd - Pre-screen a land parcel's location for the AUTOMATABLE due-diligence red flags:
FEMA flood zone and federal wetlands. Pulls live from FEMA's National Flood Hazard
Layer and the US Fish & Wildlife National Wetlands Inventory.

Use this to kill obviously-bad parcels (flood zone, wetlands) at scale BEFORE
spending time on manual due diligence.

IMPORTANT: Checks flood + wetlands only. It does NOT check legal ACCESS
(landlocked — the #1 land deal-killer), title/liens, or zoning — those stay MANUAL,
per-parcel checks via county records. A clean screen here is necessary, NOT sufficient. Endpoint: https://cre-intelligence-mcp.onrender.com/mcp
- get_inflation_data - Get current CPI and rent inflation data from the Federal Reserve.
Returns overall inflation, shelter inflation, and rent-specific CPI with YoY changes.
Use this to calibrate rent growth assumptions in your DCF model — don't guess. Endpoint: https://cre-intelligence-mcp.onrender.com/mcp
- get_cre_market_data - Get Commercial Real Estate price index and broader market data from the Federal Reserve.
Returns CRE price trends, office/retail/industrial vacancy proxies, and credit spreads.
Provides macro context for deal underwriting and cap rate analysis. Endpoint: https://cre-intelligence-mcp.onrender.com/mcp
- analyze_rent_roll - Extract structured tenant and lease data from a rent roll document.
Paste the text content of your rent roll PDF here (copy-paste from PDF reader).
Returns tenant list, suite/SF, lease dates, monthly rent, escalations, and options. Endpoint: https://cre-intelligence-mcp.onrender.com/mcp
- abstract_lease - Extract all key terms from a commercial lease document.
Returns term, base rent schedule, escalations, TI allowance, CAM structure,
renewal options, termination rights, exclusivity, co-tenancy, and red flags. Endpoint: https://cre-intelligence-mcp.onrender.com/mcp
- flag_lease_risks - Analyze a parsed rent roll for investment risks.
Feed the output from analyze_rent_roll directly into this tool.
Returns: rollover risk, tenant concentration, credit risk, and actionable recommendations. Endpoint: https://cre-intelligence-mcp.onrender.com/mcp
- build_dcf_model - Build a levered DCF model using live Federal Reserve rates.
Automatically fetches current SOFR to derive the loan rate if not provided.
Returns: annual cash flows, IRR, equity multiple, cash-on-cash, DSCR, and exit analysis. Endpoint: https://cre-intelligence-mcp.onrender.com/mcp
- generate_deal_memo - Generate a formatted CRE acquisition memo / Investment Committee memo.
Automatically pulls live rates from FRED and demographics from Census Bureau
to provide real market context — not guesses. Endpoint: https://cre-intelligence-mcp.onrender.com/mcp
- export_dcf_excel - Generate a downloadable Excel (.xlsx) underwriting model with LIVE formulas —
editable assumptions, PMT/FV amortization, IRR, equity multiple, a sensitivity
grid, live Fed rates, and (if an address is given) Census trade-area demographics.
Returns a download link valid for 60 minutes. Endpoint: https://cre-intelligence-mcp.onrender.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Zwondra
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 10, 2026
- Source: https://registry.modelcontextprotocol.io
