# certidao_debitos_pf — MCP server on mcp.ai > Issues the joint federal tax debt certificate for an individual from the CPF. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/certidao_debitos_pf ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_certidao_debitos_pf?ms=1787191800000 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/certidao_debitos_pf/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/certidao_debitos_pf/ 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/certidao_debitos_pf/skill.md Postman collection (v2.1): https://mcp.ai/certidao_debitos_pf/postman.json ## Tools - certidao_debitos_pf_consultar(Cpf: string, completo?: boolean) — Emite a certidão conjunta de débitos federais de uma pessoa física a partir do CPF. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO P ## Example prompts - "Tax debt certificate for CPF 12345678909" - "Does CPF 12345678909 have federal debts?" ## Links Docs: https://mcp.ai/docs/mcps/certidao_debitos_pf Website: https://mcp.ai/mcps/certidao_debitos_pf