# mpf_certidao — MCP server on mcp.ai > Issues the clearance certificate from the Federal Public Prosecutor's Office (MPF) for a person or company from the CPF or CNPJ. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/mpf_certidao ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_mpf_certidao?ms=1787191680000 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/mpf_certidao/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/mpf_certidao/ 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/mpf_certidao/skill.md Postman collection (v2.1): https://mcp.ai/mpf_certidao/postman.json ## Tools - mpf_certidao_consultar(Cpf: string, Cnpj: string, completo?: boolean) — Emite a certidão negativa do Ministério Público Federal para uma pessoa ou empresa a partir do CPF ou CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consult ## Example prompts - "MPF clearance for CPF 12345678909" - "Does CNPJ 12345678000190 have issues at the MPF?" ## Links Docs: https://mcp.ai/docs/mcps/mpf_certidao Website: https://mcp.ai/mcps/mpf_certidao