← Index

NYC Property & Venue API

io.github.MatchupLabs/nyc-api·v0.1.2·Other
Quality Score
85
/100

NYC property intelligence, building violations, and restaurant/venue compliance via MCP.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "nyc-api": {
      "command": "npx",
      "args": [
        "-y",
        "@matchuplabs/nyc-api-mcp"
      ],
      "env": {
        "NYC_API_KEY": "<your-nyc_api_key>",
        "NYC_API_BASE_URL": "<nyc_api_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "nyc-api": {
      "command": "npx",
      "args": [
        "-y",
        "@matchuplabs/nyc-api-mcp"
      ],
      "env": {
        "NYC_API_KEY": "<your-nyc_api_key>",
        "NYC_API_BASE_URL": "<nyc_api_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @matchuplabs/nyc-api-mcp
§02  Environment variables
NYC_API_KEY
requiredsecret

API key from nycapi.app

NYC_API_BASE_URL

API base URL (default: https://nycapi.app)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other