# credito_dossie — how to use (mcp.ai)

Full credit dossier of a person or company: registration data, risk score, and delinquencies. 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_dossie?ms=1787191380000`
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_dossie_consultar`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/credito_dossie`
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_dossie/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/credito_dossie/consultar` — Dossiê de crédito completo de uma pessoa física ou jurídica: dados cadastrais, score de risco e pendências. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consult
  - body: { Cnpj: string, Cpf: string, completo?: boolean }

## Example prompts
- "Full credit dossier for CNPJ 12345678000190"
- "Credit data and score for CPF 12345678909"

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