Connects to the FBI's public Wanted API through Pipeworx's gateway infrastructure. The source doesn't list specific tools, but given the FBI Wanted context, you're likely getting operations to search for wanted persons, retrieve case details, and filter by categories like most wanted, cyber crimes, or terrorism. Useful when you need Claude to pull live FBI data for research, fact checking, or building investigative workflows. Part of Pipeworx's larger gateway that bundles 853+ data sources, so you can either use this standalone or tap into the full collection. Supports the ask_pipeworx natural language interface if you'd rather describe what you want than call tools directly.
FBI Wanted MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 853+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"fbi-wanted": {
"url": "https://gateway.pipeworx.io/fbi-wanted/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 853+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Fbi Wanted data" })
The gateway picks the right tool and fills the arguments automatically.
MIT