ine-chile-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| datos_search_datasetsB | Busca datasets publicados por el INE en datos.gob.cl. Retorna título, nombre, número de recursos. |
| datos_get_datasetA | Metadata completa de un dataset del INE (recursos, formato, URL). Usa datos_search_datasets primero para encontrar el ID. |
| datos_query_resourceA | Consulta filas de un recurso tabular del INE vía CKAN datastore. Requiere resource_id (obtenible via datos_get_dataset). |
| inestat_list_dataflowsA | Lista todos los dataflows (datasets) disponibles en INE.Stat, con id y nombre. Soporta filtro por keyword. |
| inestat_get_structureA | Devuelve la estructura (dimensiones, codelists) de un dataflow específico. Útil para saber qué filtros aplicar antes de consultar datos. |
| inestat_get_dataB | Consulta observaciones de un dataflow de INE.Stat. Retorna datos en formato tabular. |
| simel_list_dataflowsB | Lista indicadores de mercado laboral (ENE, ESI) disponibles en SIMEL/INE.Stat. |
| simel_get_dataB | Consulta una serie laboral de SIMEL (ej: tasa de desocupación, ingreso medio). Los datos provienen de INE.Stat filtrados a datasets ENE_*/ESI_*. |
| codif_classify_activityA | Clasifica una o varias glosas de actividad económica en CAENES (1 o 2 dígitos). Input: array de strings. Output: códigos + probabilidades. |
| codif_classify_occupationA | Clasifica una o varias glosas de ocupación en CIUO-08.CL (1 o 2 dígitos). Input: array de strings. Output: códigos + probabilidades. |
| codif_get_training_dataB | Descarga una muestra de los sets train/test usados por el clasificador CAENES o CIUO. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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