Converts documents between various formats by leveraging a host machine's Pandoc installation from within a containerized environment.
Pandoc Host Service enables document conversion via the Model Context Protocol (MCP) using a two-component architecture. It consists of a TypeScript-based MCP server designed to run inside a container and a Python Flask service that runs on the host machine, executing the host's Pandoc command. This setup allows utilizing a host's Pandoc installation without needing to install it within the container, facilitating conversions between formats like Markdown, HTML, PDF, DOCX, TXT, and potentially LaTeX and EPUB.