Offendersearch — API Quickstart

MCP serverSearch

offendersearch lets your AI search US sex-offender registries and criminal records. Every result comes with a citation for the source it came from, so you can see exactly where each finding originated.

Available today. Use it from your connected AI after setup.

After adding offendersearch, ask your AI to search a name against US registries and criminal records. Results will include the sources they were drawn from.

Then ask your AI: use Offendersearch — API Quickstart to search offenders

What your AI can do with it

  • Search US sex-offender registries
  • Look up criminal records
  • Show a citation for the source behind each result
  • Trace any match back to the registry or record it came from

From the project's README

As published by clavaa/offendersearch-quickstart in README.md.

Screen anyone against all 58 US sex-offender registries — every state, DC and the territories — with a single REST call.

Get a key at offendersearch.app — the free trial is 25 searches with no card. Then set it:

export OFFENDERSEARCH_KEY="sk_your_key"

One call, 58 registries

curl https://api.offendersearch.app/v1/search \
  -H "Authorization: Bearer $OFFENDERSEARCH_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "query": { "firstName": "John", "lastName": "Smith", "dob": "1982-04-11" } }'

Every match is scored for confidence and cited to its source, with a photograph and a link to the official registry record. A date of birth or age sharpens the match.

Search an area (no name)

curl https://api.offendersearch.app/v1/search \
  -H "Authorization: Bearer $OFFENDERSEARCH_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "query": { "zipcode": "92501", "radiusMiles": 2 } }'

Screen a whole roster

POST /v1/batch checks many records in one call — see the docs.

Examples in this repo

LanguageFile
Node.js (zero-dep, fetch)node/search.mjs
Python (requests)python/search.py
curlcurl/search.sh

Generate a typed client in any language from the OpenAPI spec.

Responsible use

Results are public-record data and not a consumer report. Don't use them for employment, tenancy, or other FCRA-covered decisions without the process the law requires — and never to identify, target, or harass anyone. For awareness and safety.

License

MIT

Tools it offers (5)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • search_offenders
  • batch_search
  • get_registry_coverage
  • search_criminal
  • get_criminal_coverage

Signals

Last commit
Aug 2026
Advanced
Delivery
offendersearch MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
app-offendersearch-offendersearch
Source
github.com/clavaa/offendersearch-quickstart
Hosted endpoint
https://mcp.offendersearch.app/mcp