Data Collection
offendersearch.app
Provides tools to search US sex-offender registries and criminal records, including batch lookups and coverage information.
ENDPOINT 1
https://mcp.offendersearch.app/mcp
MCP server metadata
- Name
- offendersearch
- Version
- 1.29.1
Search US public records on a person — two corpora on one key. SEX-OFFENDER REGISTRIES: 58 registries spanning the states, DC and the US territories — search_offenders for one person/location lookup, batch_search for many at once, get_registry_coverage for the roster and per-registry health. CRIMINAL RECORDS: county jail bookings, state prison custody, court cases and warrants across more than a thousand county, state and federal jurisdictions — search_criminal (a surname is required) and get_criminal_coverage. Results are scored (matchConfidence), de-duplicated, and carry per-source provenance the agent can cite. Criminal records state their recordType: a jail booking is an ARREST, not a conviction — read it before characterising anyone. Not a consumer report; not for FCRA-covered decisions. This data is for lawful use only.
Known tools 5
get_registry_coverageList every registry we cover plus its scope, legal status, and health.
Inferred read-onlysearch_criminalSearch US criminal records — county jail bookings, state prison custody, court cases and warrants.
Inferred read-onlyget_criminal_coverageList the criminal-record jurisdictions searched, with kind and status.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.offendersearch]
url = "https://mcp.offendersearch.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"offendersearch": {
"type": "http",
"url": "https://mcp.offendersearch.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: offendersearch
Remote MCP URL: https://mcp.offendersearch.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"offendersearch": {
"url": "https://mcp.offendersearch.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"offendersearch": {
"type": "http",
"url": "https://mcp.offendersearch.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "offendersearch",
"transport": "streamable-http",
"url": "https://mcp.offendersearch.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.