Skip to content
Zed

NYC Property & Venue API for Zed

io.github.matchuplabs/nyc-api

NYC property intelligence, building violations, and restaurant/venue compliance via MCP.

client:Zed transport:stdio runtime:npm

Install NYC Property & Venue API in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "nyc-api": {
      "command": "npx",
      "args": [
        "-y",
        "@matchuplabs/nyc-api-mcp"
      ],
      "env": {
        "NYC_API_KEY": "<NYC_API_KEY>",
        "NYC_API_BASE_URL": "<NYC_API_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

NYC Property & Venue API in other clients