NYC Property & Venue API for Grok
io.github.matchuplabs/nyc-api
NYC property intelligence, building violations, and restaurant/venue compliance via MCP.
client:Grok
transport:stdio
runtime:npm
Install NYC Property & Venue API in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs