Simple Document Processing MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| document_readerA | Read content from non-image document-files at specified paths, supporting various file formats: .pdf, .docx, .txt, .html, .csv |
| pdf_mergerC | Merge multiple PDF files into one |
| pdf_splitterB | Split a PDF file into multiple files |
| docx_to_pdfB | Convert DOCX files to PDF format |
| docx_to_htmlA | Convert DOCX to HTML while preserving formatting |
| html_cleanerC | Clean HTML by removing unnecessary tags and attributes |
| html_to_textC | Convert HTML to plain text while preserving structure |
| html_to_markdownC | Convert HTML to Markdown format |
| html_extract_resourcesC | Extract all resources (images, videos, links) from HTML |
| html_formatterC | Format and beautify HTML code |
| text_diffB | Compare two text files and show differences |
| text_splitterB | Split text file by specified delimiter or line count |
| text_formatterC | Format text with proper indentation and line spacing |
| text_encoding_converterC | Convert text between different encodings |
| excel_readB | Read Excel file and convert to JSON format while preserving structure |
| format_convertC | Convert between different document formats (Markdown, HTML, XML, JSON) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 16 tools
Each tool targets a distinct operation: reading various formats, specific conversions (docx, html, pdf, text), and manipulations. There is no overlap in purpose; even similar conversions like html_to_markdown and html_to_text are clearly differentiated.
All tool names follow the verb_noun pattern (e.g., document_reader, docx_to_html, text_splitter) using consistent snake_case. The naming is predictable and easy to understand.
With 16 tools, the count is slightly above the typical range of 3-15, but it is justified by the breadth of document formats and operations covered, making it reasonable for the server's purpose.
The tool set covers reading, converting, and manipulating common document formats (PDF, DOCX, HTML, text, Excel). Minor gaps exist, such as missing direct docx-to-text conversion (though document_reader can read docx), but the overall surface is comprehensive for most document processing needs.