This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
search_wanted
InactiveTool of fuiwanted
declared in 0.1.0
Search the FBI Most Wanted list by name, crime type, or keywords. Returns person UIDs, names, crimes, and descriptions. Use offset/limit to paginate results.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "terrorism"
},
{
"page": 1,
"query": "James"
}
],
"required": [],
"properties": {
"page": {
"type": "number",
"description": "Page number for pagination (default 1)"
},
"query": {
"type": "string",
"description": "Search keyword (e.g., a name, crime type, or description). Omit to list all wanted persons."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
fuiwanted
https://github.com/pipeworx-io/mcp-fbiwanted
1/7 registries