NYC Property & Venue API for Windsurf
io.github.matchuplabs/nyc-api
NYC property intelligence, building violations, and restaurant/venue compliance via MCP.
client:Windsurf
transport:stdio
runtime:npm
Install NYC Property & Venue API in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs