DC
DoorProfit Crime & Neighborhood Data
/get_crime_data
Get Crime Data & Safety Score
Crime safety grade and incident history for one US address or coordinate pair: a letter score (A+ safest through F), a per-crime-type breakdown against the nati
liveunknown~5s typical
mcpdoorprofitcrime&
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-doorprofit-doorprofit /get_crime_data for me.
Input
| Field | Type | Description |
|---|---|---|
| address | string | Full US street address, e.g. "500 Adams St, Tulsa, OK". Provide either address OR lat+lng. |
| lat | number | Latitude (use together with lng, as an alternative to address). |
| lng | number | Longitude (use together with lat, as an alternative to address). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-doorprofit-doorprofit","endpoint":"/get_crime_data","input":{}}'cli
npx cracked-ai run -p mcp-com-doorprofit-doorprofit -e /get_crime_data -i '{}'mcp
run_tool({ provider: "mcp-com-doorprofit-doorprofit", endpoint: "/get_crime_data", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.