Skip to content
Cursor

NYC Property & Venue API for Cursor

io.github.matchuplabs/nyc-api

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

client:Cursor transport:stdio runtime:npm

Install NYC Property & Venue API in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

NYC Property & Venue API in other clients