# trabalho_forcado — MCP server on mcp.ai > Checks whether an employer is on the forced/slave-like labor list from the CPF or CNPJ. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/trabalho_forcado ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_trabalho_forcado?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/trabalho_forcado/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/trabalho_forcado/ 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/trabalho_forcado/skill.md Postman collection (v2.1): https://mcp.ai/trabalho_forcado/postman.json ## Tools - trabalho_forcado_consultar(Cnpj: string, Cpf: string, completo?: boolean) — Verifica se um empregador consta na lista de trabalho forçado ou análogo à escravidão a partir do CPF ou CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Cons ## Example prompts - "Is CNPJ 12345678000190 on the forced labor list?" - "Does employer CPF 12345678909 have a slave-labor record?" ## Links Docs: https://mcp.ai/docs/mcps/trabalho_forcado Website: https://mcp.ai/mcps/trabalho_forcado