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

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_offshore_leaks?ms=1787191680000`
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. `offshore_leaks_consultar`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/offshore_leaks`
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/offshore_leaks/_endpoints`

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

## Example prompts
- "Does the name John Doe appear in Offshore Leaks?"
- "Check ICIJ Offshore Leaks for John Doe"

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