US crime safety scores, recent incidents, neighborhood demographics, rent data, and registered-offender search by address. Free tier available.
概要
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 ftget_neighborhood_data— demographics, income, home values, rent, cost of living, weather & disaster risksearch_offenders— registered offenders near a location or by nameget_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.
サーバー設定
{
"mcpServers": {
"doorprofit": {
"type": "streamable-http",
"url": "https://api.doorprofit.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_DOORPROFIT_API_KEY>"
}
}
}
}