# trf_certidao — MCP server on mcp.ai > Issues the civil, electoral, or criminal clearance of a person or company at the Federal Regional Court, from the CPF or CNPJ and region. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/trf_certidao ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_trf_certidao?ms=1787191740000 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/trf_certidao/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/trf_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/trf_certidao/skill.md Postman collection (v2.1): https://mcp.ai/trf_certidao/postman.json ## Tools - trf_certidao_consultar(Cnpj: string, Cpf: string, Tipo: string, Regiao: string, completo?: boolean) — Emite a certidão cível, eleitoral ou criminal de uma pessoa ou empresa no Tribunal Regional Federal, a partir do CPF ou CNPJ e da região. Hospedado pela plataforma, sem credenciais, pague por consulta ## Example prompts - "TRF criminal clearance for CPF 12345678909" - "Does CNPJ 12345678000190 have federal court cases?" ## Links Docs: https://mcp.ai/docs/mcps/trf_certidao Website: https://mcp.ai/mcps/trf_certidao