Offendersearch
O
Offendersearch
/search_criminal

search criminal

Search US criminal records — county jail bookings, state prison custody, court cases and warrants. Covers county jail rosters, statewide prison systems, co

liveverifiedunknown~5s typical
mcpprobedoffendersearch
$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-app-offendersearch-offendersearch /search_criminal for me.

Input

FieldTypeDescription
lastName*stringREQUIRED surname. The criminal corpus refuses an unbounded query — a name is the field tha
firstNamestringGiven name. Strongly recommended: a bare common surname returns thousands.
dobstringDate of birth, YYYY-MM-DD. The single strongest disambiguator.
birthYearstringBirth year alone, when a full DOB is unknown.
agestringApproximate current age, when neither DOB nor birth year is known.
statestring2-letter state code (e.g. 'TX'). Narrows to that state's jurisdictions.
countystringCounty name, to narrow within a state.
limitstringMax records to return. Default 50.

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-app-offendersearch-offendersearch","endpoint":"/search_criminal","input":{"lastName":"..."}}'
cli
npx cracked-ai run -p mcp-app-offendersearch-offendersearch -e /search_criminal -i '{"lastName":"..."}'
mcp
run_tool({ provider: "mcp-app-offendersearch-offendersearch", endpoint: "/search_criminal", input: {"lastName":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.