MCP INEGI Mujeres
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 INEGI Mujeresanaliza la brecha de género en la eficiencia terminal por nivel educativo"
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 INEGI Mujeres
Servidor MCP (Model Context Protocol) que expone indicadores educativos con perspectiva de género extraídos del Sistema Integrado de Estadísticas sobre Violencia Contra las Mujeres (SIESVIM) del INEGI.
Permite que un modelo de lenguaje como Claude consulte datos oficiales desagregados por sexo —eficiencia terminal, abandono escolar, alfabetización, cobertura, entre otros— para producir análisis contextualizados y citables.
Objetivo
Demostrar el uso de MCP como infraestructura para investigación social basada en datos abiertos, conectando un LLM con estadísticas oficiales del INEGI, la SEP y el CONAPO, desagregadas por género.
Related MCP server: global-education-mcp
Estructura del proyecto
MCPInegiMujeres/
├── src/
│ ├── index.ts # Servidor MCP principal
│ └── resources/ # Datos en formato CSV
│ ├── eficiencia-terminal-nivel-educativo.csv
│ ├── tasa-absorcion-nivel-educativo.csv
│ ├── tasa-abandono-nivel-educativo.csv
│ ├── tasa-reprobacion-nivel-educativo.csv
│ ├── tasa-cobertura-nivel-educativo.csv
│ ├── años-promedio-escolaridad-15-mas.csv
│ ├── porcentaje-poblacion-nivel-escolaridad.csv
│ ├── porcentaje-poblacion-condicion-leer-escribir.csv
│ └── porcentaje-poblacion-asistencia-escolar.csv
├── build/ # Salida compilada (generada por tsc)
├── tsconfig.json
└── package.jsonRequisitos
Node.js >= 18
pnpm (o npm / yarn)
Puesta en marcha
1. Instalar dependencias
pnpm install2. Compilar el proyecto
pnpm buildEsto genera la carpeta build/ con el JavaScript listo para ejecutarse.
3. Levantar el servidor
node build/index.jsEl servidor queda disponible en:
http://localhost:3000/mcpConexion con Claude Code CLI
Para agregar este servidor MCP a Claude Code, edita el archivo de configuracion de MCP:
claude mcp add --transport http McpInegiMujeres http://localhost:3000/mcpVerificar que el servidor fue registrado correctamente:
claude mcp listUna vez conectado, Claude Code tendra acceso a los recursos, herramientas y prompts del servidor durante la sesion.
Uso desde Claude Code
Con el servidor activo y registrado, puedes invocar sus capacidades directamente en el chat:
Consultar la fuente de los datos:
usa el tool fuente-indicadores-educacionAnalizar un indicador:
de acuerdo a INEGI Mujeres, analiza la eficiencia terminal por nivel educativo de la mujerEjecutar un prompt predefinido:
ejecuta el prompt eficiencia-terminal-trayectoria-educativa-mujeresCapacidades del servidor
Resources (9 datasets)
Recurso | Fuente | Periodo |
| SEP / Formato 911 | 2012–2024 |
| SEP / Formato 911 | 2012–2025 |
| SEP / Formato 911 | 2012–2024 |
| SEP / Formato 911 | 2012–2024 |
| CONAPO | Proyecciones 2020–2070 |
| INEGI / Censos | 1990–2020 |
| INEGI / Censos | 1990–2020 |
| INEGI / Censos | 1990–2020 |
| INEGI / Censos | 1990–2020 |
Tools
Tool | Descripcion |
| Retorna nombre, URL, indicadores y descripcion del SIESVIM |
Prompts
Prompt | Descripcion |
| Brecha de genero en absorcion escolar por nivel |
| Efecto de COVID-19 en indicadores educativos femeninos |
| Escolaridad femenina de 1990 a 2020 |
| Evolucion de la alfabetizacion femenina |
| Tendencias de abandono y reprobacion femenina |
| Cobertura educativa y proyecciones de equidad de genero |
| Trayectoria escolar completa de las mujeres |
Fuente de datos
Sistema Integrado de Estadísticas sobre Violencia Contra las Mujeres (SIESVIM) INEGI — https://sc.inegi.org.mx/SIESVIM1/
Ultima actualizacion de indicadores: 23 de enero de 2026
Autor
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceProvides access to Urban Institute's Education Data API through Claude, enabling users to query and analyze detailed educational data from schools, districts, and universities.Last updated22MIT
- AlicenseAqualityAmaintenanceProvides AI assistants access to international education data from UNESCO UIS (4,000+ indicators) and OECD Education at a Glance via SDMX, with no API keys required.Last updated101MIT
- Alicense-qualityCmaintenanceEnables easy access to open data from the Swedish National Agency for Education, allowing querying and integration of educational statistics and facts through large language models.Last updated1MIT
- Alicense-qualityCmaintenanceProvides access to Mexico's INEGI (national statistics office) indicators API, enabling AI agents to query statistical data through natural language or direct tool calls.Last updated23MIT
Related MCP Connectors
INEGI MCP — Mexico's national statistics office (INEGI) Indicators API.
Official Mexican data for AI agents: CURP, RFC, CFDI, postal codes, phone, SPEI/CEP, DOF, geocoding.
INEGI DENUE MCP — Mexico's directory of economic units (~6M businesses).
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/rulopimentel/MCPInegiMujeres'
If you have feedback or need assistance with the MCP directory API, please join our Discord server