stagenth · 文档生成
Server Details
Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 3 of 3 tools scored.
Each tool converts Markdown to a distinct output format (docx, pdf, pptx), so there is no ambiguity about which tool to use for a desired format.
All tool names follow the consistent pattern 'md_to_<format>', using snake_case and clear verb_noun structure throughout.
Three tools is a well-scoped set for a document conversion server, covering the three most common office document formats without being excessive or insufficient.
The set covers the essential document output formats (Word, PDF, PowerPoint), though additional formats like HTML or plain text could be considered for completeness.
Available Tools
3 toolsmd_to_docxInspect
把 Markdown 渲染成 Word(.docx) 文件,存进你的文件中转站并返回下载 URL(2 credit/次)。
覆盖标题/列表/代码块/引用/表格/粗斜体等常见结构;纯本地转换、不生成 AI 内容。失败自动退款。
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | 可选文档标题(作为 Word 大标题) | |
| filename | No | 可选输出文件名(默认自动命名) | |
| markdown_text | Yes | 要转成 Word 的 Markdown 文本 |
md_to_pdfInspect
把 Markdown 渲染成 PDF 文件,存进你的文件中转站并返回下载 URL(2 credit/次)。
纯本地渲染(markdown + weasyprint),中文正常显示;不生成任何 AI 内容。失败自动退款。
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | 可选文档标题,置于正文顶部居中 | |
| filename | No | 可选输出文件名(默认自动命名) | |
| markdown_text | Yes | 要转成 PDF 的 Markdown 文本 |
md_to_pptxInspect
把 Markdown 渲染成 PPT(.pptx):# 封面 / ## 每页 / 列表作要点,落文件中转站返下载 URL。
AI 写好大纲一步出片;纯本地渲染、零外部成本;1 credit/次,失败自动退款。
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | 封面标题(可选,优先于 markdown 里的 #) | |
| filename | No | 输出文件名(可选,不含扩展名) | |
| markdown_text | Yes | Markdown 文本:`# ` 作封面标题、每个 `## ` 起一页、列表行作要点 |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityDmaintenanceMCP Server for Markdown to PDF conversion.Last updatedMIT
- AlicenseAqualityDmaintenanceMCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more.Last updated1571MIT
- AlicenseBqualityDmaintenanceA universal MCP server for document processing, conversion, and automation. Handle PDF, DOCX, HTML, Markdown, and more through a unified API and toolset.Last updated1346139MIT