mcp-bcentral-chile
This server provides MCP tools to access economic data from the Central Bank of Chile (BDE/SIETE), including time series, metadata, and a local catalog of popular series.
Retrieve economic time-series data (
bcentral_serie_datos): Fetch observations for 1–30 series (e.g., UF, UTM, IPC, TPM, exchange rates) over a specified period. Returns structured JSON and a Markdown table. Requires a free BCENTRAL_API_KEY.Get series metadata (
bcentral_serie_info): Look up official metadata (description, frequency, unit, latest observation) to verify codes and understand series. Also requires an API key.Browse popular series (
bcentral_series_populares): View a local, offline catalog of commonly used series (UF, UTM, USD, EUR, IPC, TPM, IMACEC, PIB, unemployment) – no API key or internet needed.
Supports up to 30 series per request, date ranges in annual/monthly/daily formats, Spanish/English language selection, and responses are cached for 15 minutes. Deployable via Cloudflare (remote) or local STDIO.
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: MCP CMF Tools
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 del API BDE en el Worker:
npx wrangler secret put BCENTRAL_API_KEYCómo obtener esa clave (es un proceso de 3 pasos):
Regístrate con usuario y contraseña en https://si3.bcentral.cl/Siete/es/Siete/API (sección Registrarse).
Inicia sesión — el propio sitio dice: "Para activar las credenciales debe iniciar sesión". Las credenciales del API se activan al entrar.
Dentro del portal, copia tu clave privada (la cadena alfanumérica que el sitio te muestra para el Web Service — no es tu contraseña). Esa cadena es
BCENTRAL_API_KEY.
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
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP 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 loo157546MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for Chilean financial regulation, providing economic indicators (UF, dollar, euro, UTM) and fraud alerts from CMF and mindicador.cl.2
- AlicenseNot gradedqualityCmaintenanceMCP server for querying real-time Argentine economic data, including dollar exchange rates, inflation, country risk, foreign currencies, and more.MIT
- AlicenseNot gradedqualityCmaintenanceBanco Central do Brasil MCP server that enables querying Brazilian central bank economic indicators via SGS codes.8MIT
Related MCP Connectors
Banxico MCP — Banco de México (Mexico's central bank) via the SIE API.
Banco Central de Reserva del Perú (BCRP) statistics series API MCP. Keyless.
Argentina 'Series de Tiempo' MCP — national time-series API (apis.datos.gob.ar).
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