# tj_certidao — MCP server on mcp.ai > Issues the civil, criminal, and tax clearance of a person or company at the state Court of Justice, from the CPF or CNPJ and state. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/tj_certidao ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_tj_certidao?ms=1787191260000 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/tj_certidao/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/tj_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/tj_certidao/skill.md Postman collection (v2.1): https://mcp.ai/tj_certidao/postman.json ## Tools - tj_certidao_consultar(CPF: string, CNPJ: string, Nome: string, DataNascimento: string, NomeMae: string, NomePai: string, RG: string, Genero: string, Tipo: string, UF: string, completo?: boolean) — Emite a certidão cível, criminal e fiscal de uma pessoa ou empresa no Tribunal de Justiça estadual, a partir do CPF ou CNPJ e da UF. Hospedado pela plataforma, sem credenciais, pague por consulta com ## Example prompts - "State court clearance for CPF 12345678909 in SP" - "Does CNPJ 12345678000190 have court cases?" ## Links Docs: https://mcp.ai/docs/mcps/tj_certidao Website: https://mcp.ai/mcps/tj_certidao