# ceis — MCP server on mcp.ai > Checks whether a person or company is in the register of disreputable and suspended firms (CEIS) from the CPF or CNPJ. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/ceis ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_ceis?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/ceis/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/ceis/ 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/ceis/skill.md Postman collection (v2.1): https://mcp.ai/ceis/postman.json ## Tools - ceis_consultar(Cnpj: string, Cpf: string, completo?: boolean) — Verifica se uma pessoa ou empresa consta no Cadastro de Empresas Inidôneas e Suspensas (CEIS) a partir do CPF ou CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pa ## Example prompts - "Is CNPJ 12345678000190 in the CEIS?" - "Is company CNPJ 12345678000190 disreputable or suspended?" ## Links Docs: https://mcp.ai/docs/mcps/ceis Website: https://mcp.ai/mcps/ceis