Nyc Property Intel MCP Server

MCP server that gives Claude AI access to 20+ NYC public record datasets for real estate due diligence. Ask Claude about any NYC property in plain English - violations, liens, sales history, ownership, permits, rent stabilization, zoning, fire history, crime data, and more. It is available as a remote MCP endpoint.

Teams that want a hosted database endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 7 · #128 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Nyc Property Intel

before you install - you'll need

DATABASE_URL

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add ccedacero-nyc-property-intel --transport http https://nyc-property-intel-production.up.railway.app/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ccedacero-nyc-property-intel": {
      "url": "https://nyc-property-intel-production.up.railway.app/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://nyc-property-intel-production.up.railway.app/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to nyc-property-intel-production.up.railway.app

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry namespace io.github.ccedacero is GitHub-verified and matches the repo owner

03 · What Nyc Property Intel can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.0 · 2026-04-22

NYC Property Intel - v0.1.0 · First public release of the NYC Property Intel MCP server. · What it does · Gives Claude (and any MCP-compatible AI client) instant access to 20+ NYC public record databases for property…

04 · Who maintains Nyc Property Intel

nyc-property-intel is maintained by ccedacero. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
database - ranked #128 of 151 actively-maintained database servers as of 2026-08-25.
registry
io.github.ccedacero/nyc-property-intel (active, first published 2026-05-12)

06 · Nyc Property Intel FAQ

What is Nyc Property Intel?

MCP server that gives Claude AI access to 20+ NYC public record datasets for real estate due diligence. Ask Claude about any NYC property in plain English - violations, liens, sales history, ownership, permits, rent stabilization, zoning, fire history, crime data, and more. It is available as a remote MCP endpoint.

Is Nyc Property Intel still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14. We re-verify nightly.

How do I install Nyc Property Intel?

Run `claude mcp add ccedacero-nyc-property-intel --transport http https://nyc-property-intel-production.up.railway.app/mcp`. The README documents one environment variable (DATABASE_URL) to set first. You can also paste the ready-made client config above.

Does Nyc Property Intel require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Nyc Property Intel