Server data from the Official MCP Registry
Search US sex-offender registries and criminal records, with per-source citations.
About
Search US sex-offender registries and criminal records, with per-source citations.
Remote endpoints: streamable-http: https://mcp.offendersearch.app/mcp
Security Report
Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
5 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"app-offendersearch-offendersearch": {
"url": "https://mcp.offendersearch.app/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
Offendersearch — API Quickstart
Screen anyone against all 58 US sex-offender registries — every state, DC and the territories — with a single REST call.
- 🌐 Website: https://offendersearch.app
- 📖 Docs: https://offendersearch.app/docs
- 🧾 OpenAPI spec: https://offendersearch.app/openapi.json
- 🔗 Base URL:
https://api.offendersearch.app
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
| Language | File |
|---|---|
Node.js (zero-dep, fetch) | node/search.mjs |
Python (requests) | python/search.py |
| curl | curl/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
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
