# scr_bacen — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/scr_bacen ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_scr_bacen?ms=1787191260000 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/scr_bacen/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/scr_bacen/ 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/scr_bacen/skill.md Postman collection (v2.1): https://mcp.ai/scr_bacen/postman.json ## Tools - scr_bacen_consultar(CNPJ: string, CPF: string, completo?: boolean) — 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 ## Example prompts - "SCR summary for CNPJ 12345678000190" - "Credit operations for CPF 12345678909 at the Central Bank" ## Links Docs: https://mcp.ai/docs/mcps/scr_bacen Website: https://mcp.ai/mcps/scr_bacen