# fgts_regularidade — MCP server on mcp.ai > Issues the FGTS employer clearance certificate (CRF) from the CNPJ. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/fgts_regularidade ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_fgts_regularidade?ms=1787191740000 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/fgts_regularidade/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/fgts_regularidade/ 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/fgts_regularidade/skill.md Postman collection (v2.1): https://mcp.ai/fgts_regularidade/postman.json ## Tools - fgts_regularidade_consultar(Cnpj: string, completo?: boolean) — Emite o Certificado de Regularidade do FGTS (CRF) de um empregador a partir do CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO ## Example prompts - "Is CNPJ 12345678000190 in good standing with FGTS?" - "Issue the CRF for CNPJ 12345678000190" ## Links Docs: https://mcp.ai/docs/mcps/fgts_regularidade Website: https://mcp.ai/mcps/fgts_regularidade