# fbi_most_wanted — MCP server on mcp.ai > Checks whether a name is on the FBI Most Wanted list, for compliance and AML due diligence. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/fbi_most_wanted ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_fbi_most_wanted?ms=1787194140000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/fbi_most_wanted/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/fbi_most_wanted/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/fbi_most_wanted/skill.md Postman collection (v2.1): https://mcp.ai/fbi_most_wanted/postman.json ## Tools - fbi_most_wanted_consultar(Nome: string, Sobrenome: string, completo?: boolean) — Verifica se um nome consta na lista de mais procurados do FBI, para diligência de compliance e AML. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta inform ## Example prompts - "Is the name John Doe on the FBI Most Wanted list?" - "Check FBI Most Wanted for John Doe" ## Links Docs: https://mcp.ai/docs/mcps/fbi_most_wanted Website: https://mcp.ai/mcps/fbi_most_wanted