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

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

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

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

## Example prompts
- "What are the ownership ties of CPF 12345678909?"
- "Partners and holdings of CNPJ 12345678000190"

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