# vinculo_empregaticio — MCP server on mcp.ai > Looks up employment relationships associated with a company from the CNPJ. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/vinculo_empregaticio ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_vinculo_empregaticio?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/vinculo_empregaticio/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/vinculo_empregaticio/ 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/vinculo_empregaticio/skill.md Postman collection (v2.1): https://mcp.ai/vinculo_empregaticio/postman.json ## Tools - vinculo_empregaticio_consultar(CNPJ: string, completo?: boolean) — 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 ## Example prompts - "What employment relationships does CNPJ 12345678000190 have?" - "Employment links for CNPJ 12345678000190" ## Links Docs: https://mcp.ai/docs/mcps/vinculo_empregaticio Website: https://mcp.ai/mcps/vinculo_empregaticio