CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

NDI-MCP-Server

creintel/ndi-mcp-server
authSTDIOregistry active
Summary

Connects Claude to 14,000+ commercial real estate listings and 100,000+ closed comps across the Northeast US. Exposes eight tools including deal search with filters for cap rate, price, and property type, comp lookup for benchmarking, AI-powered deal scoring, and sell probability signals for identifying motivated sellers. Useful if you're underwriting CRE deals, hunting for 1031 exchange candidates, or need to quickly pull Hartford warehouse comps without logging into CoStar. Requires a paid API key starting at $49/month for basic search and comp access, $149/month to submit custom deals for scoring. Works over stdio with any MCP client.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Northeast Deal Intel — MCP Server

Connect any MCP-compatible LLM (Claude, Cursor, Continue) to 14,000+ AI-scored commercial real estate deals and 100,000+ closed comps across the Northeast.

What You Can Do

Ask your LLM natural language questions like:

  • "Find industrial deals in CT over 7% cap rate under $2M"
  • "I have a $1.4M 1031 exchange closing in 45 days. What NNN retail fits?"
  • "Compare the cap rate on this Hartford warehouse to recent comps"
  • "Score this deal: 215 Main St, Windsor CT, $3.2M industrial, 7.8% cap"
  • "Which CT deals have the highest sell probability right now?"

Tools Exposed

ToolDescriptionTier Required
search_dealsFind active listings by state, type, score, price, cap rateAny
get_dealFull deal details + scoring breakdown + sell signalAny
search_comps100K+ closed transactions for benchmarkingagent_starter
score_dealSubmit any deal for AI scoringagent_pro
get_market_benchmarksCap rate + PSF benchmarks by state/typeAny
find_1031_candidatesFiltered search for exchange-ready dealsAny
get_sell_signalSell probability for a specific listingagent_starter
get_market_summaryState-level market overviewAny

Setup

1. Get an API Key

Sign up at northeastdealintel.com/agent-api.html

  • Agent Starter ($49/mo) — search_deals, get_deal, search_comps, get_sell_signal, get_market_summary
  • Agent Pro ($149/mo) — Everything above + score_deal (submit any deal for AI scoring)
  • Agent Enterprise ($499/mo) — Full access + bulk exports + custom comp reports

2. Install dependencies

pip install mcp httpx

3. Configure Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "northeast-deal-intel": {
      "command": "python3",
      "args": ["/path/to/ndi_mcp_server.py"],
      "env": {
        "NDI_API_KEY": "your_api_key_here"
      }
    }
  }
}

Restart Claude Desktop. You'll see the NDI tools available in the tool picker.

4. Configure for other MCP clients

The server uses stdio transport (standard). Any MCP-compatible client works the same way — just point it at ndi_mcp_server.py with NDI_API_KEY in the environment.

Cursor: Add to .cursor/mcp.json in your project root.

Continue: Add to ~/.continue/config.json under mcpServers.

Example Conversations

1031 Exchange

"I sold a CT strip center for $1.8M and need a replacement property within 45 days. Find me NNN retail with cap rates above 7% priced between $1.5M and $2.2M."

Market Research

"What's the average cap rate for industrial in Hartford vs. Fairfield County right now? Show me the top 5 deals in each submarket."

Deal Underwriting

"Score this deal: 45 Industrial Dr, Wallingford CT. Asking $4.1M, 47,000 SF warehouse, single tenant NNN, 6.8% cap, 4 years remaining on lease."

Distress Hunting

"Find me deals in CT with high sell probability — I'm looking for motivated sellers. Focus on industrial and multifamily."

API Base URL

https://api.northeastdealintel.com

Override with env var: NDI_API_BASE=https://api.northeastdealintel.com

Questions

hello@northeastdealintel.com

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

NDI_API_KEY*secret

Your NDI API key. Get one at northeastdealintel.com/agent-api.html

Categories
Sales & MarketingSearch & Web Crawling
Registryactive
Packagendi-mcp-server
TransportSTDIO
AuthRequired
UpdatedApr 16, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1