# cpf_cadastral_plus — MCP server on mcp.ai > Extended registration data for an individual from a CPF, beyond the basics. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/cpf_cadastral_plus ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_cpf_cadastral_plus?ms=1787191380000 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/cpf_cadastral_plus/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/cpf_cadastral_plus/ 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/cpf_cadastral_plus/skill.md Postman collection (v2.1): https://mcp.ai/cpf_cadastral_plus/postman.json ## Tools - cpf_cadastral_plus_consultar(CPF: string, completo?: boolean) — Dados cadastrais ampliados de uma pessoa física a partir do CPF, além dos dados básicos. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACE ## Example prompts - "Extended record for CPF 12345678909" - "Full data for CPF 12345678909" ## Links Docs: https://mcp.ai/docs/mcps/cpf_cadastral_plus Website: https://mcp.ai/mcps/cpf_cadastral_plus