Nosy Neighbor for developers

Programmatic access to the same NYC property data the web app shows: the five boroughs only (Manhattan, Brooklyn, Queens, the Bronx, Staten Island), nothing else. Both surfaces bill against ONE account allowance:

REST API

A versioned HTTP API at /v1/*, authenticated with an API key. Best for a script, backend service, or anything that is not an LLM agent.

Read the REST API guide →

MCP (Model Context Protocol)

The same six operations exposed as MCP tools over OAuth, for Claude Desktop, Claude Code, and other MCP-speaking agents.

Read the MCP setup guide →

Which one do I want?

What is covered

The same operations run on either surface. Each one has an MCP tool name and a REST path, so the property report is lookup_property to an agent and /v1/lookup over HTTP.

Every one of them enforces NYC-only coverage: an address, ZIP, or area outside the five boroughs gets a short coverage message, never a partial or best-effort answer, on both surfaces.

One shared allowance

The REST API and MCP are not separately metered: a call through either counts against the same per-minute and per-day allowance on your account. See Rate Limits for the exact numbers and per-operation costs.

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