# receita_pf — MCP server on mcp.ai > Looks up the registration status of an individual at the Federal Revenue from the CPF and date of birth. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/receita_pf ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_receita_pf?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/receita_pf/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/receita_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/receita_pf/skill.md Postman collection (v2.1): https://mcp.ai/receita_pf/postman.json ## Tools - receita_pf_consultar(Cpf: string, DataNascimento: string, completo?: boolean) — Consulta a situação cadastral de uma pessoa física na Receita Federal a partir do CPF e da data de nascimento. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Cons ## Example prompts - "Federal Revenue status for CPF 12345678909" - "Is CPF 12345678909 in good standing?" ## Links Docs: https://mcp.ai/docs/mcps/receita_pf Website: https://mcp.ai/mcps/receita_pf