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