LaunchKit · 2026
Back to Skills

bcra-central-deudores

Query the BCRA (Banco Central de la República Argentina) Central de Deudores API to check the credit status.

0
392 downloads
by @ferminrp

Setup & Installation

openclaw skills install @ferminrp/bcra-central-deudores

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install bcra-central-deudores

What This Skill Does

Queries Argentina's Central Bank (BCRA) debtor registry to retrieve credit reports, debt history, and rejected checks for any individual or company by CUIT/CUIL/CDI number. The API is public and requires no authentication. Results include credit classification codes, amounts in thousands of ARS, and flags for legal proceedings or refinancing.

Accesses the official BCRA registry directly without requiring a paid credit bureau subscription or manual lookup on government portals.

When to use it

  • Check a supplier's credit standing before signing a contract
  • Verify if a job candidate has unpaid debts in Argentina's financial system
  • Look up rejected checks for a potential business partner
  • Review a company's historical credit situation across multiple periods
  • Confirm a person's BCRA status before extending a loan or lease

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Can you check the credit status of CUIT 20123456789?

AGENT
  1. 1Validate that the input is an 11-digit number with no hyphens
  2. 2Call GET /centraldedeudores/v1.0/Deudas/20123456789 to fetch current debts
  3. 3Parse the response and identify any situacion codes >= 2 across entities
  4. 4Check for rejected checks via GET /centraldedeudores/v1.0/Deudas/ChequesRechazados/20123456789
  5. 5Present results grouped by entity, converting monto to context (thousands of ARS) and flagging any legal or judicial indicators
OUTPUT

Credit report for the person or company showing current debt classification per entity, outstanding amounts, and any rejected checks or legal flags