# antecedentes_policia_civil — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/antecedentes_policia_civil ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_antecedentes_policia_civil?ms=1787191440000 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/antecedentes_policia_civil/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/antecedentes_policia_civil/ 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/antecedentes_policia_civil/skill.md Postman collection (v2.1): https://mcp.ai/antecedentes_policia_civil/postman.json ## Tools - antecedentes_policia_civil_consultar(CPF: string, Rg: string, Uf: string, Nome: string, NomeMae: string, DataNascimento: string, completo?: boolean) — 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 ## Example prompts - "State police criminal record for CPF 12345678909" - "Criminal record certificate for RG 1234567 SP" ## Links Docs: https://mcp.ai/docs/mcps/antecedentes_policia_civil Website: https://mcp.ai/mcps/antecedentes_policia_civil