Mcp Bcra

by alejandro-medici

301 downloads
Not rated
GitHub

About

MCP server for Argentina's Central Bank (BCRA) public APIs. Access exchange rates, monetary variables, debtor registry, rejected checks, and transparency data from financial entities

Details

Author
alejandro-medici
Downloads
301
Categories
Finance

- Query monetary variables (reserves, inflation, exchange rate)
- Retrieve historical series for monetary variables by ID
- List active currencies and their exchange rate quotations
- Look up debtor information and credit history for individuals/companies
- Check if a check has been reported as rejected or denounced
- Access transparency data on savings accounts, fixed deposits, loans, and credit cards

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Bcra
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via uvx mcp-bcra and add the configuration to your MCP client's mcpServers block. No API keys or environment variables are required.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp bcra": {
            "bcra": {
                "command": "uvx",
                "args": [
                    "mcp-bcra"
                ]
            }
        }
    }
}

McpServers

{
    "bcra": {
        "command": "uvx",
        "args": [
            "mcp-bcra"
        ]
    }
}

mcp-bcra

MCP server for Argentina's Central Bank (BCRA) public APIs. Enables AI agents to access financial data including exchange rates, monetary variables, debtor registry, and more.

Available Tools

Variables Monetarias

- bcra_variables — List monetary variables published by the BCRA (reserves, exchange rate, inflation, etc.) - bcra_variable_historico — Historical series for a monetary variable by ID and date range

Estadísticas Cambiarias

- bcra_divisas — List all active ISO currencies with their denomination - bcra_cotizaciones — Currency quotations published by the BCRA for a given date - bcra_evolucion_moneda — Exchange rate evolution for a currency over a date range

Central de Deudores

- bcra_deudores — Current credit situation of a person or company - bcra_deudores_historico — Credit history for the last 24 months - bcra_cheques_rechazados — Rejected checks and their reasons for a given CUIT/CUIL/CDI

Cheques Denunciados

- bcra_entidades_cheques — List all banking entities with their entity codes - bcra_cheque — Check if a specific check is registered as reported

Régimen de Transparencia

- bcra_cajas_ahorro — Savings accounts offered by financial entities - bcra_paquetes_productos — Product packages offered by financial entities - bcra_plazos_fijos — Fixed-term deposit rates and conditions - bcra_prestamos_prendarios — Pledge loan rates and conditions - bcra_prestamos_hipotecarios — Mortgage loan rates and conditions - bcra_prestamos_personales — Personal loan rates and conditions - bcra_tarjetas_credito — Credit card rates and conditions

Usage

```json { "mcpServers": { "bcra": { "command": "uvx", "args": ["mcp-bcra"] } } }
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.