# acordos_leniencia — MCP server on mcp.ai > Checks whether a company has signed a Leniency Agreement under the Anti-Corruption Law from the CNPJ. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/acordos_leniencia ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_acordos_leniencia?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/acordos_leniencia/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/acordos_leniencia/ 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/acordos_leniencia/skill.md Postman collection (v2.1): https://mcp.ai/acordos_leniencia/postman.json ## Tools - acordos_leniencia_consultar(Cnpj: string, completo?: boolean) — Verifica se uma empresa celebrou Acordo de Leniência sob a Lei Anticorrupção a partir do CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação ## Example prompts - "Does CNPJ 12345678000190 have a leniency agreement?" - "Leniency agreements for company CNPJ 12345678000190" ## Links Docs: https://mcp.ai/docs/mcps/acordos_leniencia Website: https://mcp.ai/mcps/acordos_leniencia