# cgu_cnc_tipo1 — how to use (mcp.ai)

Controladoria-Geral da União: Certificate Negativa Correcional - Entes Privados (ePAD, CGU-PJ, CEIS, CNEP e CEPIM), official-source lookup. Platform-hosted, pay per query with prepaid credit.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_cgu_cnc_tipo1?ms=1787246940000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `cgu_cnc_tipo1_consultar`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/cgu_cnc_tipo1`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/cgu_cnc_tipo1/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/cgu_cnc_tipo1/consultar` — Controladoria-Geral da União: Certidão Negativa Correcional - Entes Privados (ePAD, CGU-PJ, CEIS, CNEP e CEPIM), consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pa
  - body: { cnpj?: string, cpf?: string }

## Example prompts
- "Look up Controladoria-Geral da União: Certificate Negativa Correcional - Entes Privados (ePAD, CGU-PJ, CEIS, CNEP e CEPIM)"

## More
- Page: https://mcp.ai/cgu_cnc_tipo1
- Agent spec (llms.txt): https://mcp.ai/cgu_cnc_tipo1/llms.txt
- Postman collection: https://mcp.ai/cgu_cnc_tipo1/postman.json
