# aml_vinculos — how to use (mcp.ai)

Maps a person's corporate ownership ties for anti-money-laundering (AML) due diligence from the CPF. 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_aml_vinculos?ms=1787191260000`
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. `aml_vinculos_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/aml_vinculos/consultar` — Mapeia vínculos societários de uma pessoa física para diligência antilavagem (AML) a partir do CPF. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta inform
  - body: { Cpf: string, completo?: boolean }

## Example prompts
- "Which companies is CPF 12345678909 a partner in?"
- "Ownership ties for CPF 12345678909 (AML)"

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