mcp-fbiwanted
MCP server for searching the FBI Most Wanted list via FBI public API. No authentication required.
Tools
| Tool | Description |
|---|---|
search_wanted | Search the FBI Most Wanted list by keyword with pagination |
get_wanted_person | Get full details for a specific FBI Wanted person by UID |
Quickstart via Pipeworx Gateway
Call any tool through the hosted gateway with zero setup:
curl -X POST https://gateway.pipeworx.io/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "fbiwanted_search_wanted",
"arguments": { "page": 1 }
}
}'
License
MIT