ine-chile-mcp
ine-chile-mcp
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 |
| Searches for INE datasets on datos.gob.cl |
| Full metadata of a dataset |
| Queries rows from a CKAN tabular resource |
| Lists available dataflows in INE.Stat |
| Dimension structure of a dataflow |
| Queries SDMX-JSON observations |
| Lists labor indicators (ENE, ESI) |
| Queries labor market series |
| Classifies activities in CAENES |
| Classifies occupations in CIUO-08.CL |
| 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 3000Docker
docker build -t ine-chile-mcp .
docker run -p 3000:3000 ine-chile-mcpThe 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
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.
Appeared in Searches
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/fgreve/ine-chile-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server