NYC Property & Venue API✓
io.github.MatchupLabs/nyc-api · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.MatchupLabs/nyc-api",
"description": "NYC property intelligence, building violations, and restaurant/venue compliance via MCP.",
"title": "NYC Property & Venue API",
"repository": {
"url": "https://github.com/MATCHUP-LABS/nycapi",
"source": "github"
},
"version": "0.1.2",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@matchuplabs/nyc-api-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from nycapi.app",
"isRequired": true,
"isSecret": true,
"name": "NYC_API_KEY"
},
{
"description": "API base URL (default: https://nycapi.app)",
"name": "NYC_API_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}