DC
DoorProfit Crime & Neighborhood Data
/search_offenders
Search Registered Offenders
Search US registered offenders in one of two modes. Location mode: pass address or lat+lng, plus an optional radius in miles (default 1, capped at 3); results i
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 /search_offenders 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). |
| radius | number | Search radius in miles for location searches (default 1, max 3). |
| first_name | string | First name for name-based searches. |
| last_name | string | Last name for name-based searches. |
| dob | string | Date of birth, YYYY-MM-DD. |
| city | string | City filter for name-based searches. |
| state | string | Two-letter state code filter, e.g. "OK". |
| zipcode | string | Zipcode filter for name-based searches. |
| page | integer | Page number (default 1). |
| limit | integer | Results per page (default 50, max 100). |
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":"/search_offenders","input":{}}'cli
npx cracked-ai run -p mcp-com-doorprofit-doorprofit -e /search_offenders -i '{}'mcp
run_tool({ provider: "mcp-com-doorprofit-doorprofit", endpoint: "/search_offenders", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.