← cucu.bo
INDIVIDUAL MCP TOOL
get_ufv
Obtener el valor actual de la UFV (Unidad de Fomento a la Vivienda) en bolivianos.
LIVE ENDPOINT
https://apibcb.cucu.bo/mcp
Connect to this endpoint to inspect the live schema for get_ufv and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bcb-exchange-rates]
url = "https://apibcb.cucu.bo/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bcb-exchange-rates": {
"type": "http",
"url": "https://apibcb.cucu.bo/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bcb-exchange-rates
Remote MCP URL: https://apibcb.cucu.bo/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bcb-exchange-rates": {
"url": "https://apibcb.cucu.bo/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bcb-exchange-rates": {
"type": "http",
"url": "https://apibcb.cucu.bo/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bcb-exchange-rates",
"transport": "streamable-http",
"url": "https://apibcb.cucu.bo/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_tc_oficial— Obtener el tipo de cambio OFICIAL FLEXIBLE del dolar estadounidense en Bolivia (compra y venta).get_tc_referencial— Alias de compatibilidad.get_all_indicators— Obtener TODOS los indicadores financieros del BCB: TC oficial, TC referencial USD, UFV, oro, TRe, OMA, inflacion.get_monedas— Obtener cotizaciones de ~43 monedas internacionales en bolivianos (EUR, GBP, BRL, PEN, ARS, CLP, COP, MXN, JPY, CNY, CHF, CAD, AUD, INR, RUB, TRY, ZAR y más).get_oro— Obtener la cotizacion internacional del oro y plata en USD por onza troy fina (O.T.F.).get_inflacion— Obtener indicadores de inflacion de Bolivia: IPC, variacion mensual %, variacion 12 meses %.get_tre— Obtener la Tasa de Referencia (TRe) del BCB: MN, MVDOL, MN-UFV, ME.get_sofr— Obtener la tasa SOFR (Secured Overnight Financing Rate) publicada por el BCB.