# antecedentes_policia_civil — how to use (mcp.ai)

Looks up a person's criminal record certificate at the state police (Polícia Civil), from the CPF, RG, state, and name. Built for the holder to check their own record. Platform-hosted, no credentials, pay per query with prepaid credit.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_antecedentes_policia_civil?ms=1787194320000`
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. `antecedentes_policia_civil_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/antecedentes_policia_civil/consultar` — Consulta a certidão de antecedentes criminais de uma pessoa na Polícia Civil, a partir do CPF, RG, UF e nome. Feito para o titular consultar os próprios antecedentes. Hospedado pela plataforma, sem cr
  - body: { CPF: string, Rg: string, Uf: string, Nome: string, NomeMae: string, DataNascimento: string, completo?: boolean }

## Example prompts
- "State police criminal record for CPF 12345678909"
- "Criminal record certificate for RG 1234567 SP"

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