# cepim — MCP server on mcp.ai > Checks whether a nonprofit private entity is in the CEPIM (barred from public funds) from the CNPJ. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/cepim ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_cepim?ms=1787191680000 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/cepim/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/cepim/ 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/cepim/skill.md Postman collection (v2.1): https://mcp.ai/cepim/postman.json ## Tools - cepim_consultar(Cnpj: string, completo?: boolean) — Verifica se uma entidade privada sem fins lucrativos consta no CEPIM (impedidas de receber recursos públicos) a partir do CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com crédi ## Example prompts - "Is entity CNPJ 12345678000190 in the CEPIM?" - "Is CNPJ 12345678000190 barred from public funds?" ## Links Docs: https://mcp.ai/docs/mcps/cepim Website: https://mcp.ai/mcps/cepim