AI-powered commercial real estate deal search, comp lookup, and property scoring for the Northeast US via MCP
Project description
NDI MCP Server
AI-powered commercial real estate intelligence for the Northeast US — via the Model Context Protocol.
Use this server to give Claude, Cursor, Windsurf, or any MCP client direct access to:
- 14,000+ AI-scored active listings across CT, MA, NJ, NY, PA, RI, NH, VT, ME
- 100,000+ closed sale comps with price/SF and cap rate benchmarks
- Institutional-grade deal scoring — 4-lens framework used by professional investors
- Sell probability signals — predict which sellers are motivated to transact
- 1031 exchange matching — find qualified replacement properties by criteria
Built by Northeast Deal Intel.
Quick Start
Install
pip install ndi-mcp-server
Get an API Key
Sign up at northeastdealintel.com/agent-api.html.
Agent Starter tier ($49/mo) unlocks all 8 tools.
Configure Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"northeast-deal-intel": {
"command": "ndi-mcp-server",
"env": {
"NDI_API_KEY": "your_api_key_here"
}
}
}
}
Configure Cursor / Windsurf
Add to .cursor/mcp.json or .windsurf/mcp.json:
{
"mcpServers": {
"northeast-deal-intel": {
"command": "ndi-mcp-server",
"env": {
"NDI_API_KEY": "your_api_key_here"
}
}
}
}
Available Tools
| Tool | Description | Tier Required |
|---|---|---|
search_deals |
Search active listings by state, type, score, price, cap rate | Free |
get_deal |
Full deal detail with AI scoring breakdown + sell signal | Free |
get_market_benchmarks |
Cap rate & price/SF benchmarks from closed comps | Free |
get_market_summary |
Active listings, score distribution, top submarkets | Free |
find_1031_candidates |
Find 1031-qualified replacement properties | Free |
search_comps |
Search 100K+ closed transactions | Agent Starter ($49/mo) |
get_sell_signal |
Sell probability for any listed property | Agent Starter ($49/mo) |
score_deal |
Submit any deal for AI scoring (not in our DB) | Agent Pro ($149/mo) |
Example Prompts
Once connected, try asking Claude or Cursor:
- "Find industrial deals in Connecticut scoring above 7.5 with cap rates over 7%"
- "Pull comps for multifamily sales in Hartford County in the last 12 months"
- "I have $2.5M in a 1031 exchange — find qualified replacement properties in the Northeast"
- "Score this deal: 5,000 SF retail in Stamford CT asking $1.2M at 6.8% cap"
- "Which CT industrial listings show the highest sell probability right now?"
API Tiers
| Tier | Price | Tools |
|---|---|---|
| Free | $0 | search_deals, get_deal, benchmarks, summary, 1031 matching |
| Agent Starter | $49/mo | + search_comps, get_sell_signal, owner lookup |
| Agent Pro | $149/mo | + score_deal (score any property), full comp access |
License
MIT — see LICENSE
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ndi_mcp_server-1.0.2.tar.gz.
File metadata
- Download URL: ndi_mcp_server-1.0.2.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e5954a8f4fbdf76480b04ab9306b27c726d18faf55013462396f7d25d10098a
|
|
| MD5 |
4a9a244bfe089a4d6f89c6d332614f34
|
|
| BLAKE2b-256 |
096f32db74f6527fd221e89689355007e9d7ea2e0c4d47ee7b627672dbcb4f5d
|
File details
Details for the file ndi_mcp_server-1.0.2-py3-none-any.whl.
File metadata
- Download URL: ndi_mcp_server-1.0.2-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18be478d9e63c3aaf81c45e932116269029bf5c47f91004e11a0a70bc1cbc7d3
|
|
| MD5 |
0a66ddf67bd4b2213c43166951df38c1
|
|
| BLAKE2b-256 |
086775613912e4297ebfb9b4d1499e891b85206d9c06c5be5604920c0cabb853
|