# mte_infracoes — MCP server on mcp.ai > Looks up labor violations recorded by the Ministry of Labor for a person or company from the CPF or CNPJ. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/mte_infracoes ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_mte_infracoes?ms=1787194320000 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/mte_infracoes/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/mte_infracoes/ 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/mte_infracoes/skill.md Postman collection (v2.1): https://mcp.ai/mte_infracoes/postman.json ## Tools - mte_infracoes_consultar(Cpf: string, Cnpj: string, completo?: boolean) — Consulta infrações trabalhistas registradas pelo Ministério do Trabalho e Emprego para uma pessoa ou empresa a partir do CPF ou CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com ## Example prompts - "Does CNPJ 12345678000190 have labor violations?" - "MTE records for CNPJ 12345678000190" ## Links Docs: https://mcp.ai/docs/mcps/mte_infracoes Website: https://mcp.ai/mcps/mte_infracoes