MCP setup

Nosy Neighbor is a remote MCP server for New York City property data. Add it to any MCP client with the URL below. Nothing to install.

Add the server

Claude Code, one command:

claude mcp add --transport http nosy-neighbor https://staging-mcp.nosyneighbor.nyc/mcp

Every other client takes the same URL as a config entry. Paste this into your Claude Desktop config (Settings, Developer, Edit Config), a project .mcp.json, or your editor’s MCP settings:

{
  "mcpServers": {
    "nosy-neighbor": {
      "url": "https://staging-mcp.nosyneighbor.nyc/mcp"
    }
  }
}

The endpoint on its own, for a client that asks only for a URL:

https://staging-mcp.nosyneighbor.nyc/mcp

First connection

The server speaks streamable HTTP with OAuth 2.1 and registers each client on the fly, so the URL is all most clients need. On first connect your client opens a browser window for Google sign-in. Approve it once and the grant is remembered.

MCP access is a Pro feature. A free account can complete the OAuth handshake, and the grant is only issued to a Pro account. See Pricing to upgrade, and the developer dashboard to check your tier.

Tools

The MCP tool names, one per REST operation:

Parameters, response fields and per-call costs are documented once for both surfaces on the REST API guide, the API reference and Rate Limits. Coverage is the five boroughs of New York City. An address or area outside them returns a short coverage message.

Troubleshooting

← Back to Nosy Neighbor Developer dashboard Data Glossary Terms of Use