Connect any MCP-compatible LLM (Claude, Cursor, Continue) to 9,400+ AI-scored commercial real estate deals and 118,000+ closed comps across the
Connect any MCP-compatible LLM (Claude, Cursor, Continue) to 9,400+ AI-scored commercial real estate deals and 118,000+ closed comps across the Northeast US. The ndi mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
search_deals — Find active listings by state, type, score, price, cap rateget_deal — Full deal details + scoring breakdown + sell signalsearch_comps — 118K+ closed transactions for benchmarkingscore_deal — Submit any deal for AI scoringget_market_benchmarks — Cap rate + PSF benchmarks by state/typefind_1031_candidates — Ranked replacement properties for 1031 exchangeget_sell_signal — Sell probability for a specific listingget_market_summary — State-level market overviewget_comps — Closed comp lookup — 118K+ records, up to 10/callget_submarket_intel — Submarket profile: cap rates, comp velocity, score distget_oz_deals — Opportunity Zone deals + OZ+1031 crossover flagsbatch_score_deals — Score up to 10 deals in one callInstallation goes through your MCP client rather than a global install: point it at mcp on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
You will need one environment variable: NDI_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Ndi's toolset — search_deals, get_deal, search_comps and 11 more — is a fair guide to whether it matches your workflow. It is maintained by creintel; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| search_deals | Find active listings by state, type, score, price, cap rate |
| get_deal | Full deal details + scoring breakdown + sell signal |
| search_comps | 118K+ closed transactions for benchmarking |
| score_deal | Submit any deal for AI scoring |
| get_market_benchmarks | Cap rate + PSF benchmarks by state/type |
| find_1031_candidates | Ranked replacement properties for 1031 exchange |
| get_sell_signal | Sell probability for a specific listing |
| get_market_summary | State-level market overview |
| get_comps | Closed comp lookup — 118K+ records, up to 10/call |
| get_submarket_intel | Submarket profile: cap rates, comp velocity, score dist |
| get_oz_deals | Opportunity Zone deals + OZ+1031 crossover flags |
| batch_score_deals | Score up to 10 deals in one call |
| get_access | Pricing, tier info, x402 setup instructions |
| Tier | Price |
{
"mcpServers": {
"ndi": {
"command": "uvx",
"args": ["mcp"],
"env": {
"NDI_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| NDI_API_KEY | Credential the server authenticates with. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.