# offshore_leaks — MCP server on mcp.ai > Checks whether a name appears in the ICIJ Offshore Leaks database (offshore structures), for compliance and AML due diligence. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/offshore_leaks ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_offshore_leaks?ms=1787191800000 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/offshore_leaks/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/offshore_leaks/ 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/offshore_leaks/skill.md Postman collection (v2.1): https://mcp.ai/offshore_leaks/postman.json ## Tools - offshore_leaks_consultar(Nome: string, NodeID: string, completo?: boolean) — Verifica se um nome aparece na base Offshore Leaks do ICIJ (estruturas offshore), para diligência de compliance e AML. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pa ## Example prompts - "Does the name John Doe appear in Offshore Leaks?" - "Check ICIJ Offshore Leaks for John Doe" ## Links Docs: https://mcp.ai/docs/mcps/offshore_leaks Website: https://mcp.ai/mcps/offshore_leaks