ppt-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINERU_API_TOKEN | No | API token for Mineru (if needed). | |
| PPT_API_BASE_URL | No | Base URL of the PDF2PPT API service. | http://127.0.0.1:8000 |
| SILICONFLOW_API_KEY | No | API key for SiliconFlow (if needed). | |
| PPT_API_BEARER_TOKEN | No | Bearer token for the PDF2PPT API if required by the main service. | |
| PPT_API_TIMEOUT_SECONDS | No | Timeout in seconds for API requests. | 120 |
| PPT_MCP_ROUTE_WORKFLOW_STORE_DIR | No | Directory for persisting workflow state. | var/route-workflows |
| PPT_MCP_ROUTE_WORKFLOW_TTL_SECONDS | No | TTL in seconds for workflow persistence. | 3600 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ppt_health_checkB | Check whether the wrapped local ppt API is reachable. |
| ppt_list_routesA | List human-friendly routes for the user to choose from. Do not choose, infer, or recommend a route on the user's behalf. The next
step is to ask the user to pick one route, then call |
| ppt_check_routeA | Lock a high-level route workflow after the user explicitly confirms it. This is step 1 of the high-level guided flow. It only locks the route and
returns a |
| ppt_set_conversion_targetA | Write pdf_path and page range decisions into a locked route workflow. This is step 2 of the high-level guided flow. Use it to persist conversion
target state so weaker models do not have to remember page ranges from chat
history. |
| ppt_set_route_optionsA | Write scanned-page, footer, and AI model decisions into the workflow. This is step 3 of the high-level guided flow. Use |
| ppt_convert_pdfC | Submit the locked high-level workflow after target and options are ready. |
| ppt_create_jobA | Create a PDF-to-PPT conversion job from a local pdf_path. The PDF is read from local disk by this MCP server, then uploaded to the
running ppt API. This is the low-level escape hatch. For normal use prefer
Never use this tool unless the user explicitly asks to bypass the guided
route workflow and confirms |
| ppt_list_jobsB | List recent conversion jobs from the wrapped local ppt API. |
| ppt_get_job_statusA | Get the current status, stage, progress, and errors for a job. |
| ppt_cancel_jobB | Cancel a pending or running conversion job. |
| ppt_get_job_artifactsB | Return debug/process artifact metadata for a job. |
| ppt_download_resultC | Download the completed PPTX result to a local output path. |
| ppt_download_artifactC | Download a retained artifact file to a local output path. |
| ppt_list_route_modelsA | List candidate models for the currently locked high-level route workflow. Only use this after |
| ppt_list_ai_modelsA | Low-level raw model discovery. Prefer Only repeat the exact returned model IDs to the user. Do not invent provider categories, unofficial aliases, or recommendations. |
| ppt_check_ai_ocrC | Probe whether a model can work on the current AI OCR chain. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| ppt_conversion_intake | Ask for conversion decisions one by one before calling ppt_convert_pdf. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/ZiChuanLan/ppt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server