NYC Property & Venue API for Claude Desktop
io.github.matchuplabs/nyc-api
NYC property intelligence, building violations, and restaurant/venue compliance via MCP.
client:Claude Desktop
transport:stdio
runtime:npm
Install NYC Property & Venue API in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs