🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ndi-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ndi-mcp-server

AI-powered commercial real estate deal search, comp lookup, and property scoring for the Northeast US via MCP

pipPyPI
Version
1.0.2
Weekly downloads
68
Maintainers
1

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

ToolDescriptionTier Required
search_dealsSearch active listings by state, type, score, price, cap rateFree
get_dealFull deal detail with AI scoring breakdown + sell signalFree
get_market_benchmarksCap rate & price/SF benchmarks from closed compsFree
get_market_summaryActive listings, score distribution, top submarketsFree
find_1031_candidatesFind 1031-qualified replacement propertiesFree
search_compsSearch 100K+ closed transactionsAgent Starter ($49/mo)
get_sell_signalSell probability for any listed propertyAgent Starter ($49/mo)
score_dealSubmit 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

TierPriceTools
Free$0search_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

Get your API key →

License

MIT — see LICENSE

Keywords

1031-exchange

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts