CRE Intelligence MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CRE Intelligence MCPGet me current interest rates"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CRE Intelligence MCP
Live market data for commercial real estate analysis — inside Claude.
Connect this MCP to Claude Desktop and instantly access Federal Reserve interest rates, Census Bureau demographics, DCF modeling, rent roll parsing, lease abstraction, and IC memo generation — all from a single prompt.
"Analyze this deal: 2201 South Blvd, Charlotte NC. NOI $400k, asking $6M, retail strip."
→ Pulls live SOFR from the Fed. Pulls Census demographics for that exact block. Builds a full levered 10-year DCF. Writes an institutional-quality IC memo. 30 seconds.
Why this exists
The #1 problem with AI in CRE: 66% of professionals use it daily, but only 5% trust it for actual deal decisions.
The reason? AI guesses at rates and demographics. A DCF built on a hallucinated SOFR rate is worthless.
This MCP fixes that. Every number comes from a verified public source:
Interest rates → Federal Reserve (FRED API)
Demographics → US Census Bureau ACS
Document analysis → Claude AI with structured output
Zero data licensing fees. Zero hallucinations on financial inputs.
Related MCP server: trading-skills
Tools
Tool | What it does | Data source |
| Live SOFR, 10yr Treasury, Fed Funds + implied cap ranges by property type | FRED |
| CPI, shelter inflation, rent CPI + DCF rent growth guidance | FRED |
| CRE price index, C&I loan trends, delinquency rates, credit spreads | FRED |
| Median income, employment, vacancy, rents for any US address | Census Bureau |
| 1/3/5-mile trade-area rings: population, weighted income, renter share, rents | Census Bureau |
| Paste PDF text → structured JSON: tenant, SF, rent, dates, expirations | Claude AI |
| Paste lease text → term, rent schedule, TI, options, red flags | Claude AI |
| Rent roll JSON → rollover risk, concentration risk, due diligence checklist | Claude AI |
| Full levered 10-year DCF with live rates auto-fetched from FRED | Python + FRED |
| Address + NOI + price → full IC memo with live rates and demographics | Claude AI + FRED + Census |
| Downloadable .xlsx underwriting model with live formulas, sensitivity grid, market data | Python + FRED + Census |
Example output
Prompt: "Get me current interest rates"
SOFR: 3.63% (June 8, 2026)
SOFR 30-day: 3.59%
10yr Treasury: 4.55%
5yr Treasury: 4.29%
Fed Funds: 3.63%
Implied cap rates (spread over 10yr T):
Core Multifamily: 5.30% – 6.05%
Core Industrial: 5.55% – 6.30%
Core Office: 6.05% – 7.05%
Value-Add: 6.05% – 7.05%
Loan rate guidance:
Floating: SOFR + 150–250bps = ~5.38%–5.88%
Fixed: 10yr T + 150–200bps = ~6.05%–6.55%Prompt: "Analyze this deal: 2201 South Blvd Charlotte NC, NOI $400k, asking $6M, retail strip"
The MCP automatically chains get_current_rates + get_market_demographics + build_dcf_model + generate_deal_memo and returns a full IC memo including:
Entry Cap Rate: 6.67% (+212bps over 10yr Treasury)
Loan Rate: 5.38% (derived from live SOFR 3.63% + 175bps)
Year 1 DSCR: 1.53x
IRR: 14.6%
Equity Multiple: 3.11x
Census Tract demographics (2023 ACS):
Median HHI: $141,419
Employment rate: 97.2%
College educated: 64.9%
Vacancy rate: 8.6%
Recommendation: GO — subject to rent roll review and comp analysis.Setup
Option A — Hosted (fastest, no API keys)
Add this to your claude_desktop_config.json and restart Claude Desktop:
{
"mcpServers": {
"cre-intelligence": {
"type": "streamable-http",
"url": "https://cre-intelligence-mcp.onrender.com/mcp"
}
}
}If your MCP client only supports stdio servers, use the mcp-remote bridge instead:
{
"mcpServers": {
"cre-intelligence": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://cre-intelligence-mcp.onrender.com/mcp"]
}
}
}Free during beta. All data fetching runs server-side.
Option B — Self-hosted
Prerequisites
Python 3.11+
Free API keys (takes ~2 minutes total):
Anthropic: console.anthropic.com
Install
git clone https://github.com/Zwondra/cre-intelligence-mcp
cd cre-intelligence-mcp
python3.11 -m venv venv
venv/bin/pip install -r requirements.txt
cp .env.example .env
# Add your API keys to .envConnect to Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"cre-intelligence": {
"command": "/path/to/cre-intelligence-mcp/venv/bin/python3",
"args": ["/path/to/cre-intelligence-mcp/server.py"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-...",
"FRED_API_KEY": "your_fred_key",
"CENSUS_API_KEY": "your_census_key"
}
}
}
}Restart Claude Desktop. The tools will appear automatically.
Test it
Open Claude Desktop and say:
"Get me current interest rates"
You should see it call get_current_rates and return live Federal Reserve data.
Document analysis
The document tools (analyze_rent_roll, abstract_lease) work by pasting PDF text directly into the prompt. In Claude Desktop:
Open your rent roll or lease PDF
Copy all the text
Say: "Analyze this rent roll: [paste text]"
The tool extracts every tenant, suite, SF, rent, lease dates, and expiration into structured JSON — then flag_lease_risks can immediately analyze it for rollover and concentration risk.
Data sources
Source | What | Cost |
SOFR, Treasury yields, Fed Funds, CPI, CRE price index | Free | |
Income, employment, housing, rents by census tract | Free | |
Document parsing, risk analysis, memo generation | Pay per use |
Roadmap
Comparable sales search (CREXI public listings)
Multi-property portfolio analysis
Sensitivity table generation (cap rate / NOI / LTV scenarios)
Export to Excel / Word
Deal history / comparison across sessions
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceBuilt an MCP server that connects Claude Desktop, Cursor, or any MCP client to Northeast Deal Intel's CRE database. 8 tools: • search_deals — filter 14K+ active listings by state, type, score, cap rate • search_comps — 100K+ closed transactions for comp benchmarking • score_deal — submit any property for AI scoring against real comp data • find_1031_candidates — exchange-ready deal filter (price8MIT
- AlicenseBqualityAmaintenanceProvides 32 trading analysis tools for AI-powered market analysis, including real-time data, technical indicators, options Greeks, scanners, and Interactive Brokers portfolio management, all accessible via natural language in Claude Desktop.35328MIT
- FlicenseBqualityDmaintenanceEnables comprehensive financial analysis including structured products, portfolio optimization, risk analytics, and backtesting through Claude Desktop integration.181
- FlicenseAqualityDmaintenanceProvides Claude with access to NYC public property data including property details, sales history, comparable sales, tax benefits, and rent stabilization analysis using natural language.7
Related MCP Connectors
Global stock research, ML forecasts, valuation signals, screeners & portfolio tracking in Claude
Amazon brand, seller, niche & buy-box intelligence inside your own Claude or ChatGPT.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zwondra/cre-intelligence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server