NYC Property & Venue APIs

by MATCHUP-LABS

300 downloads
Not rated
GitHub

About

Official NYC property, building, and venue intelligence for AI agents. Use when the user is asking about a specific NYC address, landlord or building risk, open violations or complaints, or restaurant/venue safety and quality in a neighborhood. Example user requests: "Is this a b

Details

Author
MATCHUP-LABS
Downloads
300
Categories
Other, Security

- Resolve a property identifier from an address or BBL.
- Retrieve comprehensive property intelligence.
- Look up open building violations and complaints.
- Get restaurant and venue safety and quality data.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name NYC Property & Venue APIs
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Obtain an API key at nycapi.app. The server exposes four tools: resolve_property_identifier, get_property_intelligence, get_building_violations, and get_restaurant_venue_intel. Invoke them by asking natural-language questions about NYC addresses, landlords, violations, or restaurant safety.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "nyc property & venue apis": {
            "nycapi": {
                "url": "https://nycapi.app/api/mcp",
                "headers": {
                    "Authorization": "Bearer <YOUR_API_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "nycapi": {
        "url": "https://nycapi.app/api/mcp",
        "headers": {
            "Authorization": "Bearer <YOUR_API_KEY>"
        }
    }
}

Official NYC property, building, and venue intelligence for AI agents. Use when the user is asking about a specific NYC address, landlord or building risk, open violations or complaints, or restaurant/venue safety and quality in a neighborhood. Example user requests: "Is this a bad landlord?" / "Are there open violations on this building?" / "How safe and clean is this restaurant?" — Four tools: resolve_property_identifier, get_property_intelligence, get_building_violations, get_restaurant_venue_intel. Typical use cases include real estate due diligence, portfolio and lender risk assessment, building compliance audits, tenant advocacy, landlord background research, and restaurant/venue discovery. Get your API key at nycapi.app.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.