search_wanted

Pack: fbi-wanted · Endpoint: https://gateway.pipeworx.io/fbi-wanted/mcp

Search the FBI’s Wanted persons database — fugitives, Most Wanted, cyber’s-most-wanted, terrorists, white-collar suspects, kidnappings/missing persons, and law-enforcement-assistance cases. Returns compact records with reward, warning, and image. Keyless, official FBI data.

Parameters

NameTypeRequiredDescription
querystringnoFree-text title search (matches the subject name/case title).
person_classificationstringnoFilter by person classification, e.g. “Main”, “Victim”, “Ten Most Wanted”.
poster_classificationstringnoFilter by poster/program category. Common values: “ten” (Ten Most Wanted Fugitives), “cyber”, “wcc” (white-collar crime), “terrorist”, “kidnap” (kidnappings/missing persons), “ecap” (Endangered Child Alert Program), “seeking-info”, “law-enforcement-assistance”.
field_officestringnoFilter by FBI field office, e.g. “miami”, “newyork”, “losangeles”.
pagenumbernoPage number (default 1).
page_sizenumbernoResults per page (default 20, max 50).
sort_onstringnoField to sort on, e.g. “modified” (default) or “publication”.

Example call

curl -X POST https://gateway.pipeworx.io/fbi-wanted/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_wanted","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "fbi-wanted": {
      "url": "https://gateway.pipeworx.io/fbi-wanted/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 10, 2026