Skip to content
Cline

NYC Property & Venue API for Cline

io.github.matchuplabs/nyc-api

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

client:Cline transport:stdio runtime:npm

Install NYC Property & Venue API in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

NYC Property & Venue API in other clients