src-sesiones-mcp
SRC Sesiones Quincenales — Plugin MCP v0.1
Primer prototipo del complemento que convierte la plantilla institucional de sesiones quincenales en una herramienta invocable desde un host MCP (por ejemplo, ChatGPT cuando la cuenta/workspace permita apps MCP personalizadas).
Qué hace esta versión
Conserva
MASTER_SRC_TEMPLATE.docxcomo plantilla maestra.Expone herramientas MCP para consultar campos y generar el DOCX.
Mantiene negrita selectiva: solo etiquetas/subtítulos.
Convierte los subapartados de Inicio, Desarrollo y Cierre en párrafos Word reales, con separación visual.
Sirve el Word generado mediante
/download/{file_id}.Incluye configuración base para Render.
Related MCP server: docx-forge-mcp
Herramientas MCP
get_template_info: devuelve los campos y reglas del formato.generate_quincena_docx: recibe los campos redactados y fabrica el Word.get_generated_document: comprueba si un archivo generado sigue disponible.
Ejecutar localmente
Requiere Python 3.10+.
python -m venv .venv
# Windows
.venv\\Scripts\\activate
# macOS/Linux
source .venv/bin/activate
pip install -r requirements.txt
uvicorn server:app --host 127.0.0.1 --port 8000Salud: http://127.0.0.1:8000/health
MCP: http://127.0.0.1:8000/mcp
Para probar con MCP Inspector:
npx @modelcontextprotocol/inspector@latestDespliegue en Render
El repositorio ya trae render.yaml. Tras desplegar, configura PUBLIC_BASE_URL con la URL pública, por ejemplo https://src-sesiones-mcp.onrender.com.
El endpoint que se conectará al host MCP será:
https://TU-SERVICIO.onrender.com/mcpEstado / próximo paso
v0.1 usa los seis bloques de sesión preparados en la plantilla prototipo. La próxima versión debe clonar o eliminar bloques de sesión dinámicamente según la cantidad real de clases de la quincena y luego incorporar la interfaz web opcional.
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
- FlicenseBqualityBmaintenanceMCP server for Office document automation, enabling AI assistants to create, read, and clone Word/Excel/PPT templates while preserving formatting.41
- AlicenseAqualityDmaintenanceMCP server for Word document (.docx) creation and manipulation — the production-grade document automation tool for AI agents.938MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables LLM agents to read, understand, and fill DOCX templates while preserving formatting like bold labels and fonts. It exposes tools for document upload, AST inspection, editing, and validation.MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
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/JuancitoCozzeti24/src-sesiones-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server