mcp-bcentral-chile
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-bcentral-chileWhat's the value of the UF today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-bcentral-chile
MCP server para la Base de Datos Estadísticos (BDE) del Banco Central de Chile (sistema SIETE): UF, UTM, IPC, TPM, tipo de cambio, IMACEC, PIB y miles de series económicas. Libre, gratuito y open-source.
Qué cubre
Series de tiempo de la API oficial del BCCh (
si3.bcentral.cl/SieteRestWS): hasta 30 series por consulta, con rango de períodos (AAAA, AAAA-MM o AAAA-MM-DD según la frecuencia).Metadatos oficiales de cada serie (descripción, frecuencia, unidad) para verificar que un código existe.
Catálogo local de las series más usadas (UF, UTM, USD, EUR, IPC, TPM, IMACEC, PIB, desempleo…).
Related MCP server: ine-chile-mcp
Herramientas
Tool | Qué hace |
| Observaciones de 1 a 30 series en un rango (JSON estructurado + tabla Markdown) |
| Descripción oficial, frecuencia y última observación de una serie |
| Catálogo local de series más usadas (sin red ni clave) |
Conexión
Cloudflare (recomendado):
https://bcentral-mcp.kumocloud.cl/mcpRequiere configurar la clave privada gratuita de la API BDE en el Worker:
npx wrangler secret put BCENTRAL_API_KEY(La clave se obtiene gratis registrándose en https://si3.bcentral.cl/Siete/es/Siete/API.)
Local (STDIO):
set BCENTRAL_API_KEY=tu_clave
npm run build
npm startEjemplos
bcentral_serie_datoscontimeseries: "UF",first: "2024-01-01",last: "2024-12-31"→ la UF de todo el año.bcentral_serie_datoscontimeseries: "UF,UTM,IPC,TPM"→ indicadores juntos.bcentral_serie_infocontimeseries: "IMACEC"→ verificar que el código existe y qué mide.
Límites y notas
Máximo 30 series por consulta (límite oficial del BCCh). El error te dice cuándo dividir.
Los períodos se expresan en el formato de frecuencia de la serie:
2024(anual),2024-01(mensual),2024-01-15(diaria).Si una serie no devuelve observaciones, verifica el código con
bcentral_serie_info; el catálogo completo se busca ensi3.bcentral.cl/Siete/es/Siete/Series.El servidor cachea las respuestas 15 minutos y limita el ritmo de consultas para no abusar del BCCh.
Desarrollar
npm install
npm test # tests unitarios sin red
npm run build # tsc
npm run verify # verificación contra la API real (requiere BCENTRAL_API_KEY en el entorno)
npm run deploy # wrangler deployLicencia
MIT — los datos pertenecen al Banco Central de Chile; el código de este servidor es libre.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for the Brazilian Central Bank (BCB/SGS) public API, providing access to 18,000+ economic time series. Includes a curated catalog of 150+ popular indicators organized in 12 categories: interest rates (Selic), inflation (IPCA, IGP-M, INPC), exchange rates (USD, EUR), GDP, employment, credit, fiscal data, and more. Supports historical queries with date filters, latest values, metadata loo81356MIT
- AlicenseAquality-maintenanceMCP server exposing Chilean INE (Instituto Nacional de Estadísticas) public APIs as LLM tools. 11 tools for economic indicators, labor market data (ENE/ESI), automatic CAENES/CIUO-08 classification, and open datasets. No API key required.11
- Flicense-qualityDmaintenanceMCP server for Chilean financial regulation, providing economic indicators (UF, dollar, euro, UTM) and fraud alerts from CMF and mindicador.cl.2
- Alicense-qualityCmaintenanceMCP server for querying real-time Argentine economic data, including dollar exchange rates, inflation, country risk, foreign currencies, and more.MIT
Related MCP Connectors
Banxico MCP — Banco de México (Mexico's central bank) via the SIE API.
MCP server for US Treasury Fiscal Data — debt, interest rates, exchange rates, and spending.
Banco Central de Reserva del Perú (BCRP) statistics series API MCP. Keyless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoaquinMulet/mcp-bcentral-chile'
If you have feedback or need assistance with the MCP directory API, please join our Discord server