Gobernador IA MCP Server
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., "@Gobernador IA MCP ServerAudit this text against Ley 21.719 and EU AI Act"
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.
Gobernador IA MCP Server
MCP server de auditoría de compliance de IA para VibeCodingChile — expone el motor de reglas de Gobernador IA como tools que cualquier agente Claude puede invocar, contra Ley 21.719 (Chile), ISO/IEC 42001:2023, y el EU AI Act.
⚠️ Disclaimer: las referencias normativas (artículos, cláusulas) fueron construidas desde memoria de un LLM, sin búsqueda ni verificación en vivo contra el texto legal oficial. Verifica cada referencia antes de usarla en un informe a cliente, regulador, o en el pitch de Anthropic. Trátalo como borrador de alta calidad, no como fuente legal certificada.
Tools expuestas
Tool | Qué hace |
| Analiza texto libre y detecta hallazgos de compliance contra 1 o los 3 frameworks |
| Vista rápida enfocada en transferencias internacionales y necesidad de DPIA |
| Busca un concepto en la ontología y muestra su equivalente en las 3 normativas |
| Informe ejecutivo agregado, con resumen por severidad y conceptos relacionados |
Related MCP server: mcp-eu-ai-act
Uso local (stdio)
npm install
npm run build
npm startConfig para Claude Desktop / Claude Code (claude_desktop_config.json o equivalente):
{
"mcpServers": {
"gobernador-ia": {
"command": "node",
"args": ["/ruta/absoluta/a/gobernador-ia-mcp-server/dist/index.js"]
}
}
}Uso local (HTTP)
npm run build
npm run start:http
# Server en http://localhost:3000/mcpDeploy a Vercel (remoto, para conectar como connector)
Mismo patrón que ya usas para el resto del stack (GitHub → Vercel):
# 1. Inicializar repo si no existe
git init
git add .
git commit -m "Gobernador IA MCP Server v1.0.0"
# 2. Crear repo en GitHub y hacer push
gh repo create vibecodingchile/gobernador-ia-mcp-server --private --source=. --push
# (o manualmente: crear repo en GitHub, git remote add origin ..., git push)
# 3. Deploy con Vercel CLI (o conectar el repo desde el dashboard de Vercel)
npx vercel --prodEl endpoint MCP remoto quedará en:
https://<tu-proyecto>.vercel.app/mcpHealth check en:
https://<tu-proyecto>.vercel.app/healthConectar el server remoto a Claude
En claude.ai → Settings → Connectors → Add custom connector, usando la URL https://<tu-proyecto>.vercel.app/mcp.
O vía API con mcp_servers:
{
"type": "url",
"url": "https://<tu-proyecto>.vercel.app/mcp",
"name": "gobernador-ia"
}Extender la ontología
Los 51 conceptos completos de tu VibeCodingChile MCP Server no están en este build — aquí incluí 20 conceptos núcleo (src/data/ontology.ts) y 15 reglas de detección (src/data/rules.ts) como base sólida y verificable. Para escalar a los 51:
Agrega entradas a
ONTOLOGYensrc/data/ontology.tssiguiendo el mismo shapeAgrega reglas de detección correspondientes en
src/data/rules.tscon sustriggers(regex)Vincula
relatedConceptIdsen cada regla para que el reporte agregue el concepto correcto
Próximos pasos sugeridos
Verificar cada referencia de artículo/cláusula contra el texto oficial (BCN, DOUE, ISO)
Reemplazar el motor de regex por CheckWizard (Rust) vía llamada a proceso o API interna, si quieres el análisis semántico real que ya construiste
Agregar autenticación (API key o header secreto) al endpoint
/mcpen Vercel antes de compartirlo con tercerosSumar los 31 conceptos restantes de la ontología completa
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.
Latest Blog Posts
- 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/CodexPromptusIuris/Gobernador-ia-mcp-server-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server