NYC Property Intel

Created By
ccedaceroa month ago
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.
Overview

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.

Server Config

{
  "mcpServers": {
    "nyc-property-intel": {
      "type": "http",
      "url": "https://nyc-property-intel-production.up.railway.app/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}
Project Info
Created At
a month ago
Updated At
a month ago
Author Name
ccedacero
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Mnemom

14 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

13 hours ago
Docwand

13 hours ago