# peti_trabalho_infantil — MCP server on mcp.ai > Checks a person's link with the Child Labor Eradication Program (PETI) from the CPF and NIS. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/peti_trabalho_infantil ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_peti_trabalho_infantil?ms=1787191440000 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/peti_trabalho_infantil/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/peti_trabalho_infantil/ 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/peti_trabalho_infantil/skill.md Postman collection (v2.1): https://mcp.ai/peti_trabalho_infantil/postman.json ## Tools - peti_trabalho_infantil_consultar(CPF: string, NIS: string, completo?: boolean) — Verifica o vínculo de uma pessoa com o Programa de Erradicação do Trabalho Infantil (PETI) a partir do CPF e do NIS. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago ## Example prompts - "Is CPF 12345678909 linked to PETI?" - "PETI check for NIS 12345678901" ## Links Docs: https://mcp.ai/docs/mcps/peti_trabalho_infantil Website: https://mcp.ai/mcps/peti_trabalho_infantil