mcpbeat Sign in

NDI-MCP-Server MCP Server

local only

NDI-MCP-Server runs on your own machine — the client starts it, so there is no endpoint to ping. 125 installs a week from pypi. Last commit 2 Jul 2026.

Commercial real estate deal search, comp lookup, and scoring for the Northeast US

Installs per day peak 40 · avg 19 · +14% w/w
a month agotoday
125
Installs / week
pypi · ndi-mcp-server
0
Stars
0 open issues
2 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] ndi_mcp_server/__init__.py:1, [пакет] ndi_mcp_server/__main__.py:1, [пакет] ndi_mcp_server/server.py:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ndi-mcp-server -- uvx ndi-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ndi-mcp-server": {
      "args": [
        "ndi-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ndi-mcp-server]
command = "uvx"
args = ["ndi-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "ndi-mcp-server": {
      "args": [
        "ndi-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ndi-mcp-server": {
      "args": [
        "ndi-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: NDI_API_KEY (Your NDI API key. Get one at northeastdealintel.com/agent-api.html). The author declared them in the registry entry; get the values from the project itself.

Alternatives to NDI-MCP-Server

same job, measured the same way
Stream Estate
by fullstck

MCP server for the Stream.estate French real estate API

31 installs/wk local only
TwitterAPIs
by twitterapis

Official MCP server for twitterapis.com. Read and write Twitter/X: search, users, tweets, DMs.

1 026 installs/wk local only
Google Flights
by pulsemcp

MCP server for searching Google Flights — flight search, date grid pricing, and airport lookup.

118 installs/wk local only
Ratebook
by cbetz

Open MCP server for US electricity tariffs: real rate lookup, bill estimates, and when to charge.

50 installs/wk local only
MTG MCP Server
by j4th

Magic: The Gathering card search, combo lookup, draft analytics, and Commander tools.

197 installs/wk local only
Nursing Home Database
by nursinghomedatabase

MCP server for US nursing facility search and ownership lookup (NursingHomeDatabase).

9 tools answering
Émile
by sebastiengal

MCP server for the Émile wine cellar — list, add, recommend, scan and search 100k+ wines.

20 installs/wk answering
Adobe Commerce Docs MCP
by jigarkkarangiya

MCP server for Adobe Commerce / Magento 2 documentation — search, browse, and read official docs.

904 installs/wk local only

NDI-MCP-Server — questions

Answers built from our own checks of this server.

Why is there no uptime for NDI-MCP-Server?
NDI-MCP-Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ndi-mcp-server was installed 125 times last week.
How do I connect NDI-MCP-Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ndi-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use NDI-MCP-Server?
The pypi package ndi-mcp-server was installed 125 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is NDI-MCP-Server open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.