MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
claude mcp add nyc-property-intel --transport http https://nyc-property-intel-production.up.railway.app/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"nyc-property-intel": {
"url": "https://nyc-property-intel-production.up.railway.app/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nyc-property-intel": {
"serverUrl": "https://nyc-property-intel-production.up.railway.app/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"nyc-property-intel": {
"type": "http",
"url": "https://nyc-property-intel-production.up.railway.app/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"nyc-property-intel": {
"url": "https://nyc-property-intel-production.up.railway.app/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"nyc-property-intel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nyc-property-intel-production.up.railway.app/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://nyc-property-intel-production.up.railway.app/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ccedacero--nyc-property-intel/reviews or the review_server meta-tool.
POST /mcp