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
| Field | Type | Description |
|---|---|---|
| lastName* | string | REQUIRED surname. The criminal corpus refuses an unbounded query — a name is the field tha |
| firstName | string | Given name. Strongly recommended: a bare common surname returns thousands. |
| dob | string | Date of birth, YYYY-MM-DD. The single strongest disambiguator. |
| birthYear | string | Birth year alone, when a full DOB is unknown. |
| age | string | Approximate current age, when neither DOB nor birth year is known. |
| state | string | 2-letter state code (e.g. 'TX'). Narrows to that state's jurisdictions. |
| county | string | County name, to narrow within a state. |
| limit | string | Max 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.