# registro_pf_br — MCP server on mcp.ai > Registration data for an individual in Brazil from the CPF and name. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/registro_pf_br ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_registro_pf_br?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/registro_pf_br/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/registro_pf_br/ 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/registro_pf_br/skill.md Postman collection (v2.1): https://mcp.ai/registro_pf_br/postman.json ## Tools - registro_pf_br_consultar(Cpf: string, Name: string, Surname: string, completo?: boolean) — Dados cadastrais de uma pessoa física no Brasil a partir do CPF e nome. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO em ba ## Example prompts - "Registration data for CPF 12345678909" - "Who is the holder of CPF 12345678909?" ## Links Docs: https://mcp.ai/docs/mcps/registro_pf_br Website: https://mcp.ai/mcps/registro_pf_br