← Registry

Data Collection

offendersearch.app

Provides tools to search US sex-offender registries and criminal records, including batch lookups and coverage information.

1 endpoint5 known toolsFirst detected August 31, 2026Last detected August 31, 2026

ENDPOINT 1

https://mcp.offendersearch.app/mcp

No auth detected

MCP server metadata

Name
offendersearch
Version
1.29.1
Capabilities
experimentalpromptsresourcestools
Server instructions

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

search_offenders

Search US sex-offender registries for one person and/or location.

Inferred read-only
batch_search

Run many person/location lookups in one call (row-in / row-out).

Inferred read-only
get_registry_coverage

List every registry we cover plus its scope, legal status, and health.

Inferred read-only
search_criminal

Search US criminal records — county jail bookings, state prison custody, court cases and warrants.

Inferred read-only
get_criminal_coverage

List the criminal-record jurisdictions searched, with kind and status.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.