# scr_bacen — how to use (mcp.ai)

Summary of a person's or company's credit operations in Brazil's Central Bank credit information system (SCR). 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_scr_bacen?ms=1787191260000`
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. `scr_bacen_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/scr_bacen/consultar` — Resumo das operações de crédito de uma pessoa física ou jurídica no Sistema de Informações de Crédito (SCR) do Banco Central. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito
  - body: { CNPJ: string, CPF: string, completo?: boolean }

## Example prompts
- "SCR summary for CNPJ 12345678000190"
- "Credit operations for CPF 12345678909 at the Central Bank"

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