# interpol — MCP server on mcp.ai > Checks whether a name is on Interpol notices, from the name, surname, and date of birth, for compliance and AML due diligence. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/interpol ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_interpol?ms=1787191620000 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/interpol/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/interpol/ 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/interpol/skill.md Postman collection (v2.1): https://mcp.ai/interpol/postman.json ## Tools - interpol_consultar(Nome: string, Sobrenome: string, DataNascimento: string, completo?: boolean) — Verifica se um nome consta nas notificações da Interpol, a partir do nome, sobrenome e data de nascimento, para diligência de compliance e AML. Hospedado pela plataforma, sem credenciais, pague por co ## Example prompts - "Is the name John Doe on Interpol?" - "Check Interpol for John Doe born 1980-01-01" ## Links Docs: https://mcp.ai/docs/mcps/interpol Website: https://mcp.ai/mcps/interpol