# credito_pf_completo — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_credito_pf_completo?ms=1787194080000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `credito_pf_completo_consultar`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/credito_pf_completo`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/credito_pf_completo/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/credito_pf_completo/consultar` — 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. 
  - body: { CPF: string, completo?: boolean }

## Example prompts
- "Full credit analysis for CPF 12345678909"
- "Score and delinquencies for CPF 12345678909"

## More
- Page: https://mcp.ai/credito_pf_completo
- Agent spec (llms.txt): https://mcp.ai/credito_pf_completo/llms.txt
- Postman collection: https://mcp.ai/credito_pf_completo/postman.json
