# ofac — MCP server on mcp.ai > Checks whether a name is on OFAC (US) sanctions lists, including SDN and Non-SDN, for compliance and AML due diligence. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/ofac ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_ofac?ms=1787191680000 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/ofac/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/ofac/ 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/ofac/skill.md Postman collection (v2.1): https://mcp.ai/ofac/postman.json ## Tools - ofac_consultar(Nome: string, Sobrenome: string, completo?: boolean) — Verifica se um nome consta nas listas de sanções da OFAC (EUA), incluindo SDN e Non-SDN, para diligência de compliance e AML. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito ## Example prompts - "Is the name John Doe on the OFAC list?" - "Check OFAC SDN for John Doe" ## Links Docs: https://mcp.ai/docs/mcps/ofac Website: https://mcp.ai/mcps/ofac