# cgu — MCP server on mcp.ai > Looks up records of a person or company at the Federal Comptroller General (CGU) from the CPF or CNPJ. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/cgu ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_cgu?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/cgu/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/cgu/ 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/cgu/skill.md Postman collection (v2.1): https://mcp.ai/cgu/postman.json ## Tools - cgu_consultar(Cpf: string, Cnpj: string, Tipo: string, completo?: boolean) — Consulta registros de uma pessoa ou empresa na Controladoria Geral da União (CGU) a partir do CPF ou CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta ## Example prompts - "CGU records for CNPJ 12345678000190" - "Does CPF 12345678909 have CGU findings?" ## Links Docs: https://mcp.ai/docs/mcps/cgu Website: https://mcp.ai/mcps/cgu