Skip to main content
Glama
JoaquinMulet

mcp-bcentral-chile

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BCENTRAL_API_KEYYesThe free API key from Banco Central de Chile (BCCh) for the BDE API.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
bcentral_serie_datosA

Observaciones de una o más series de la Base de Datos Estadísticos del Banco Central de Chile (BDE/SIETE), en un rango de períodos. Requiere la clave privada gratuita BCENTRAL_API_KEY configurada en el servidor. Hasta 30 series por llamada.

bcentral_serie_infoA

Metadatos oficiales de una o más series de la BDE: descripción, frecuencia y unidad. Útil para verificar que un código existe y qué representa antes de pedir datos.

bcentral_series_popularesA

Catálogo local (sin red ni clave) de las series más usadas de la BDE: UF, UTM, IPC, TPM, tipo de cambio, IMACEC, PIB, desempleo. El catálogo completo se busca en si3.bcentral.cl/Siete; verifica cualquier código con bcentral_serie_info.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: fetching observations, listing popular series, and retrieving metadata. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent bcentral_ prefix with descriptive, snake_case nouns (serie_datos, series_populares, serie_info). The slight plural variation is logical and does not break the pattern.

Tool Count5/5

Three tools perfectly cover the core needs of discovering, verifying, and fetching data for a read-only economic series API. The server is well-scoped without being sparse.

Completeness5/5

The toolset covers the complete workflow: browsing a catalog (bcentral_series_populares), validating series codes via metadata (bcentral_serie_info), and retrieving time series data (bcentral_serie_datos). No essential operation is missing.

Maintenance

ActivitySlowing
ResponsivenessNo issues