Doorprofit Crime & Neighborhood Data

by shawndoor

270 downloads
Not rated
GitHub

About

US crime safety scores, recent incidents, neighborhood demographics, rent data, and registered-offender search by address. Free tier available.

Details

Author
shawndoor
Downloads
270
Categories
Search

- get_crime_data: safety score (A+ to F), crime breakdown, recent incidents
- get_neighborhood_data: demographics, income, home values, cost of living
- search_offenders: locate registered offenders near an address or by name
- get_api_usage: view plan, usage, and remaining free quota

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 Doorprofit Crime & Neighborhood Data
    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

Add https://api.doorprofit.com/mcp as a remote MCP server. Authenticate via OAuth 2.1 (sign in with a DoorProfit account) or an API key—get a free key at api.doorprofit.com/signup. Use the test address 500 Main St, Dallas, TX 75202 for real data without consuming quota.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "doorprofit crime & neighborhood data": {
            "doorprofit": {
                "type": "streamable-http",
                "url": "https://api.doorprofit.com/mcp",
                "headers": {
                    "Authorization": "Bearer <YOUR_DOORPROFIT_API_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "doorprofit": {
        "type": "streamable-http",
        "url": "https://api.doorprofit.com/mcp",
        "headers": {
            "Authorization": "Bearer <YOUR_DOORPROFIT_API_KEY>"
        }
    }
}

DoorProfit's official hosted MCP server gives AI assistants real US crime and neighborhood data for any address.

Tools:
- get_crime_data — safety score (A+ to F), crime breakdown vs national average, recent incidents within 1,000 ft
- get_neighborhood_data — demographics, income, home values, rent, cost of living, weather & disaster risk
- search_offenders — registered offenders near a location or by name
- get_api_usage — plan, usage, and remaining quota (free)

Connect: add https://api.doorprofit.com/mcp as a remote MCP server. Supports OAuth 2.1 (sign in with your DoorProfit account) or an API key — get a free key at api.doorprofit.com/signup.

Try the test address 500 Main St, Dallas, TX 75202 — it returns real data and never consumes quota.

Documentation

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.