Skip to main content
Glama

ine-chile-mcp

License: MIT

Open-source MCP server that exposes the public APIs of the National Institute of Statistics of Chile (INE) as tools for LLMs.

Available tools

Tool

Description

datos_search_datasets

Searches for INE datasets on datos.gob.cl

datos_get_dataset

Full metadata of a dataset

datos_query_resource

Queries rows from a CKAN tabular resource

inestat_list_dataflows

Lists available dataflows in INE.Stat

inestat_get_structure

Dimension structure of a dataflow

inestat_get_data

Queries SDMX-JSON observations

simel_list_dataflows

Lists labor indicators (ENE, ESI)

simel_get_data

Queries labor market series

codif_classify_activity

Classifies activities in CAENES

codif_classify_occupation

Classifies occupations in CIUO-08.CL

codif_get_training_data

Classifier training data

Quick installation (Claude Desktop)

{
  "mcpServers": {
    "ine-chile": {
      "command": "node",
      "args": ["/ruta/a/ine-chile-mcp/dist/index.js"]
    }
  }
}

Development

pnpm install
pnpm build
pnpm test
pnpm dev          # watch mode (stdio)
pnpm start:http   # servidor HTTP en puerto 3000

Docker

docker build -t ine-chile-mcp .
docker run -p 3000:3000 ine-chile-mcp

The MCP endpoint will be at http://localhost:3000/mcp.

Upstream APIs

  • INE.Stat (stat.ine.cl) — SDMX-JSON, economic and environmental indicators

  • SIMEL — Labor market (ENE, ESI) via INE.Stat

  • Coding (rapps.ine.cl:9292) — Automatic CAENES/CIUO-08 classification

  • Open Data (datos.gob.cl) — CKAN portal with INE datasets

License

MIT

Install Server
A
license - permissive license
A
quality
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.

  • Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

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/fgreve/ine-chile-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server