Simple Document Processing MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| document_readerC | 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_splitterC | Split a PDF file into multiple files |
| docx_to_pdfB | Convert DOCX files to PDF format |
| docx_to_htmlC | 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_diffC | Compare two text files and show differences |
| text_splitterC | 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_readC | 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 | |
Latest Blog Posts
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/cablate/mcp-doc-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server