# vinculo_empregaticio — how to use (mcp.ai)

Looks up employment relationships associated with a company from the CNPJ. 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_vinculo_empregaticio?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. `vinculo_empregaticio_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/vinculo_empregaticio/consultar` — Consulta vínculos empregatícios associados a uma empresa a partir do CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO em
  - body: { CNPJ: string, completo?: boolean }

## Example prompts
- "What employment relationships does CNPJ 12345678000190 have?"
- "Employment links for CNPJ 12345678000190"

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