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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Free-text title search (matches the subject name/case title). |
person_classification | string | no | Filter by person classification, e.g. “Main”, “Victim”, “Ten Most Wanted”. |
poster_classification | string | no | Filter 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_office | string | no | Filter by FBI field office, e.g. “miami”, “newyork”, “losangeles”. |
page | number | no | Page number (default 1). |
page_size | number | no | Results per page (default 20, max 50). |
sort_on | string | no | Field 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.