# aml_vinculos — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/aml_vinculos ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_aml_vinculos?ms=1787191260000 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/aml_vinculos/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/aml_vinculos/ 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/aml_vinculos/skill.md Postman collection (v2.1): https://mcp.ai/aml_vinculos/postman.json ## Tools - aml_vinculos_consultar(Cpf: string, completo?: boolean) — 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 ## Example prompts - "Which companies is CPF 12345678909 a partner in?" - "Ownership ties for CPF 12345678909 (AML)" ## Links Docs: https://mcp.ai/docs/mcps/aml_vinculos Website: https://mcp.ai/mcps/aml_vinculos