DoorProfit Crime & Neighborhood Data
https://server.smithery.ai/shawn-kjsq/doorprofit/mcpReal US crime, safety, and neighborhood data for any address — straight from your AI assistant. Ask "Is this address safe?" and get real data instead of guesses. **Tools:** - `get_crime_data` — safety score (A+ to F), crime breakdown vs national average, recent incidents within 1000ft - `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` — check your plan & remaining quota (free) **Auth:** Sign in with OAuth, or use a free API key from [api.doorprofit.com/signup](https://api.doorprofit.com/signup). Try it free with the test address `500 Main St, Dallas, TX 75202` — never counts against quota. [Documentation](https://api.doorprofit.com/docs/#mcp)
How to connect
https://server.smithery.ai/shawn-kjsq/doorprofit/mcp
curl -X POST https://server.smithery.ai/shawn-kjsq/doorprofit/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'