Skip to main content
Glama
shawndoor

DoorProfit Crime & Neighborhood Data

DoorProfit MCP Server

Official hosted MCP server for the DoorProfit API — US crime, safety, and neighborhood data for any address, inside Claude, ChatGPT, Cursor, and any MCP-capable client.

https://api.doorprofit.com/mcp

Ask your AI assistant "Is 500 Adams St in Tulsa safe?" and it answers with real data: a letter-grade safety score, recent incidents within 1,000 ft, neighborhood demographics, income, rent, home values, and more.

Tools

Tool

Description

Quota

get_crime_data

Safety score (A+ to F), crime breakdown vs national average, recent incidents within 1,000 ft

1 call

get_neighborhood_data

Demographics, income, home values, rent, cost of living, weather & disaster risk

1 call

search_offenders

Registered offenders near a location (≤3 mi) or by name

1 call

get_api_usage

Your plan, usage, and remaining quota

Free

Related MCP server: PropertyScoop MCP Server

Connect

Option 1 — OAuth (easiest)

Add https://api.doorprofit.com/mcp as a remote MCP server / custom connector in your client. You'll be prompted to sign in to your DoorProfit account and approve access. No keys to copy.

Option 2 — API key

Get a free key at api.doorprofit.com/signup, then configure:

{
  "mcpServers": {
    "doorprofit": {
      "url": "https://api.doorprofit.com/mcp",
      "headers": {
        "Authorization": "Bearer dp_your_api_key"
      }
    }
  }
}

Clients that only accept a URL can use https://api.doorprofit.com/mcp?key=dp_your_api_key instead.

Try it free

The test address 500 Main St, Dallas, TX 75202 returns real data and never consumes quota — perfect for kicking the tires.

Technical details

  • Transport: Streamable HTTP (stateless)

  • Auth: OAuth 2.1 (authorization code + PKCE, dynamic client registration) or API key

  • Coverage: United States addresses (street address or lat/lng)

  • Quotas: tool calls are metered against your DoorProfit plan; free tier available, paid plans raise limits


This repository documents the hosted server; the server implementation itself is not open source.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shawndoor/doorprofit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server