# vinculos_societarios — MCP server on mcp.ai > Maps the corporate ownership ties of a person or company from the CPF or CNPJ, showing holdings and related partners. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/vinculos_societarios ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_vinculos_societarios?ms=1787191560000 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/vinculos_societarios/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/vinculos_societarios/ 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/vinculos_societarios/skill.md Postman collection (v2.1): https://mcp.ai/vinculos_societarios/postman.json ## Tools - vinculos_societarios_consultar(CPF: string, CNPJ: string, completo?: boolean) — Mapeia os vínculos societários de uma pessoa ou empresa a partir do CPF ou CNPJ, mostrando participações e sócios relacionados. Hospedado pela plataforma, sem credenciais, pague por consulta com crédi ## Example prompts - "What are the ownership ties of CPF 12345678909?" - "Partners and holdings of CNPJ 12345678000190" ## Links Docs: https://mcp.ai/docs/mcps/vinculos_societarios Website: https://mcp.ai/mcps/vinculos_societarios