# fbi_most_wanted — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_fbi_most_wanted?ms=1787191320000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `fbi_most_wanted_consultar`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/fbi_most_wanted`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/fbi_most_wanted/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/fbi_most_wanted/consultar` — 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
  - body: { Nome: string, Sobrenome: string, completo?: boolean }

## Example prompts
- "Is the name John Doe on the FBI Most Wanted list?"
- "Check FBI Most Wanted for John Doe"

## More
- Page: https://mcp.ai/fbi_most_wanted
- Agent spec (llms.txt): https://mcp.ai/fbi_most_wanted/llms.txt
- Postman collection: https://mcp.ai/fbi_most_wanted/postman.json
