# credito_pf_completo — MCP server on mcp.ai > Full consumer credit analysis from a CPF: registration data, score, delinquencies, and history. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/credito_pf_completo ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_credito_pf_completo?ms=1787194200000 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/credito_pf_completo/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/credito_pf_completo/ 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/credito_pf_completo/skill.md Postman collection (v2.1): https://mcp.ai/credito_pf_completo/postman.json ## Tools - credito_pf_completo_consultar(CPF: string, completo?: boolean) — Análise completa de crédito de uma pessoa física a partir do CPF: dados cadastrais, score, pendências e histórico. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. ## Example prompts - "Full credit analysis for CPF 12345678909" - "Score and delinquencies for CPF 12345678909" ## Links Docs: https://mcp.ai/docs/mcps/credito_pf_completo Website: https://mcp.ai/mcps/credito_pf_completo