# cgu_cnc_tipo2 — how to use (mcp.ai)

Controladoria-Geral da União: Certificate Negativa Correcional - Agentes Públicos (ePAD, CGU-PAD e Banco de Sanções), 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_tipo2?ms=1787218620000`
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_tipo2_consultar`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/cgu_cnc_tipo2`
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_tipo2/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/cgu_cnc_tipo2/consultar` — Controladoria-Geral da União: Certidão Negativa Correcional - Agentes Públicos (ePAD, CGU-PAD e Banco de Sanções), consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, 
  - body: { cpf: string }

## Example prompts
- "Look up Controladoria-Geral da União: Certificate Negativa Correcional - Agentes Públicos (ePAD, CGU-PAD e Banco de Sanções)"

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