Catalog
io.github.MatchupLabs/nyc-api
OfficialNYC Property & Venue API
NYC property intelligence, building violations, and restaurant/venue compliance via MCP.
NYC property intelligence, building violations, and restaurant/venue compliance data.
README not available yet.
Install
Configuration
Environment variables
NYC_API_KEYrequiredsecretAPI key from nycapi.app
NYC_API_BASE_URLAPI base URL (default: https://nycapi.app)
claude_desktop_config.json
{
"mcpServers": {
"nyc-api": {
"command": "npx",
"args": [
"-y",
"@matchuplabs/nyc-api-mcp@0.1.2"
],
"env": {
"NYC_API_KEY": "<YOUR_NYC_API_KEY>",
"NYC_API_BASE_URL": "<YOUR_NYC_API_BASE_URL>"
}
}
}
}