
NYC Property Intel
@ccedacero
About NYC Property Intel
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,
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nyc-property-intel": {
"type": "http",
"url": "https://nyc-property-intel-production.up.railway.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is NYC Property Intel?
NYC Property Intel is an MCP server that lets users ask questions about any New York City property in plain English, querying 22+ official NYC public databases to return synthesized answers. It is designed for real estate professionals, investors, and due-diligence users.
How to use NYC Property Intel?
You can try it without installing at https://nycpropertyintel.com/chat — 3 free queries, no signup. For Claude Code, install via 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 a token at nycpropertyintel.com; the free trial is 10 queries/day for 30 days.
Key features of NYC Property Intel
- Queries 22+ official NYC public databases in one message.
- Answers in plain English about any NYC property.
- Covers DOB, HPD, ECB, ACRIS, DOF, 311, FDNY, NYPD, and more.
- Enforces strict Fair Housing compliance at the software layer.
- Source code is MIT licensed on GitHub.
Use cases of NYC Property Intel
- Checking open violations on a specific property (e.g., "Any open violations on 350 5th Ave?").
- Full due diligence on a property (e.g., "Full due diligence on 123 Atlantic Ave, Brooklyn").
- Reviewing eviction history by BBL.
- Finding 311 complaints near an address in the last year.
FAQ from NYC Property Intel
What datasets does NYC Property Intel cover?
It covers 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, and rent stabilization registry.
Does NYC Property Intel provide tenant screening or demographic profiling?
No. It enforces strict Fair Housing and refuses such queries at the software layer. It is a due-diligence tool, not an appraisal, and does not provide legal or financial advice.
What are the runtime requirements and how do I get an API token?
You can try 3 free queries without a token at nycpropertyintel.com/chat. For Claude Code, you need a token obtained from nycpropertyintel.com. The free trial offers 10 queries per day for 30 days.
Is the server transport HTTP? What authentication is used?
The server uses HTTP transport. Authentication is via a Bearer token passed as a header.
Are there any known limitations?
The MIT-licensed code is available on GitHub for self-hosting. The free tier is limited to 10 queries per day. The server is designed for due diligence, not for legal or final appraisal decisions.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Nginx UI
0xJackyYet another WebUI for Nginx
Comments