MCP Hub
Back to servers

fuiwanted

FBI Wanted MCP — FBI Wanted public API (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-fbiwanted

MCP server for searching the FBI Most Wanted list via FBI public API. No authentication required.

Tools

ToolDescription
search_wantedSearch the FBI Most Wanted list by keyword with pagination
get_wanted_personGet 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

Reviews

No reviews yet

Sign in to write a review