src-sesiones-mcp
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., "@src-sesiones-mcpGenera el documento Word de la quincena con los detalles de las sesiones."
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.
SRC Quincenal Sessions — MCP Plugin v0.1
First prototype of the add-on that turns the institutional quincenal sessions template into a tool callable from an MCP host (for example, ChatGPT when the account/workspace allows custom MCP apps).
What this version does
Keeps
MASTER_SRC_TEMPLATE.docxas the master template.Exposes MCP tools to query fields and generate the DOCX.
Maintains selective bold: only labels/subheadings.
Converts the Inicio, Desarrollo, and Cierre subsections into real Word paragraphs, with visual separation.
Serves the generated Word file via
/download/{file_id}.Includes base configuration for Render.
Related MCP server: docx-forge-mcp
MCP tools
get_template_info: returns the fields and rules of the format.generate_quincena_docx: receives the drafted fields and produces the Word file.get_generated_document: checks whether a generated file is still available.
Run locally
Requires 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 8000Health: http://127.0.0.1:8000/health
MCP: http://127.0.0.1:8000/mcp
To test with MCP Inspector:
npx @modelcontextprotocol/inspector@latestDeploy on Render
The repository already includes render.yaml. After deploying, set PUBLIC_BASE_URL to the public URL, for example https://src-sesiones-mcp.onrender.com.
The endpoint that will connect to the MCP host will be:
https://TU-SERVICIO.onrender.com/mcpStatus / next step
v0.1 uses the six session blocks prepared in the prototype template. The next version should clone or remove session blocks dynamically based on the actual number of classes in the quincena, and then add the optional web interface.
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