DoorProfit Crime & Neighborhood Data
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

FieldTypeDescription
addressstringFull US street address, e.g. "500 Adams St, Tulsa, OK". Provide either address OR lat+lng.
latnumberLatitude (use together with lng, as an alternative to address).
lngnumberLongitude (use together with lat, as an alternative to address).
radiusnumberSearch radius in miles for location searches (default 1, max 3).
first_namestringFirst name for name-based searches.
last_namestringLast name for name-based searches.
dobstringDate of birth, YYYY-MM-DD.
citystringCity filter for name-based searches.
statestringTwo-letter state code filter, e.g. "OK".
zipcodestringZipcode filter for name-based searches.
pageintegerPage number (default 1).
limitintegerResults 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.