送信

NYC Property Intel

@ccedacero

MCP server for NYC real estate due diligence. Query 22+ NYC public-record databases — DOB/HPD/ECB violations, ACRIS deeds, DOF sales, 311 complaints, FDNY incidents, NYPD complaints, marshal evictions, PLUTO, rent stabilization — in plain English. **Try without installing:** https://nycpropertyintel.com/chat (3 free queries, no signup) **Free trial:** Sign up at https://nycpropertyintel.com for 10 queries/day for 30 days. **Self-host:** Open source under MIT — full instructions at https://github.com/ccedacero/nyc-property-intel **Datasets covered:** - DOB violations, permits, complaints - HPD complaints, violations, registrations, litigations - ECB/OATH violations - ACRIS deeds, mortgages, liens - DOF rolling sales + annual sales + assessments + exemptions + tax liens - 311 service requests (200+ complaint types) - FDNY fire incidents - NYPD complaint data (geospatial radius) - Marshal eviction records - PLUTO property profiles - Rent stabilization registry ~19M rows loaded into Postgres via the open-source [nycdb](https://github.com/nycdb/nycdb) project. Tier-1 datasets refresh daily. **Compliance:** Strict Fair Housing — refuses tenant-screening and demographic-profiling queries at the software layer. Not legal/financial/appraisal advice.
概要

NYC Property Intel

Replace the hours of clicking through 8–10 NYC city websites with one chat message.

What it does

Ask Claude (Desktop, Code, or any MCP client) about any NYC property in plain English. The server queries 22+ official NYC public databases and returns synthesized answers.

Examples:

  • "Any open violations on 350 5th Ave?"
  • "Full due diligence on 123 Atlantic Ave, Brooklyn"
  • "Show me eviction history at this BBL"
  • "What 311 complaints have been filed near 170 W 85th in the last year?"

Try it without installing

https://nycpropertyintel.com/chat — 3 free queries, no signup.

Install (Claude Code)

claude mcp add --transport http nyc-property-intel \
  "https://nyc-property-intel-production.up.railway.app/mcp" \
  --header "Authorization: Bearer YOUR_TOKEN" \
  --scope user

Get your token at nycpropertyintel.com — free trial is 10 queries/day for 30 days.

Datasets covered

DOB violations & permits · HPD complaints/violations/registrations · ECB violations · ACRIS deeds & mortgages · DOF rolling/annual sales & assessments · 311 complaints · FDNY fire incidents · NYPD complaint
data (geospatial) · Marshal evictions · PLUTO property profiles · Rent stabilization registry

Compliance

Strict Fair Housing — refuses tenant-screening and demographic-profiling queries at the software layer. Due-diligence tool, not appraisal. Not legal/financial advice.

Source

MIT licensed on GitHub — full self-host support.

サーバー設定

{
  "mcpServers": {
    "nyc-property-intel": {
      "type": "http",
      "url": "https://nyc-property-intel-production.up.railway.app/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}