huoshui-pdf-translator
Related Servers
Alternatives to huoshui-pdf-translator
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn MCP server that translates scientific PDF documents while preserving original formulas, charts, and layout. It utilizes an OpenAI-compatible backend to provide tools for document translation and language listing.23AGPL 3.0
- AlicenseNot gradedqualityBmaintenanceInteractive PDF workspace shared by a human operator and an AI agent, enabling navigation, search, text extraction, annotations, form filling, and save actions via a PDF.js viewer.MIT

bluente-translateofficial
AlicenseAqualityDmaintenanceTranslate your documents with formatting intact in 2 minutes616 npm1MIT- FlicenseNot gradedqualityCmaintenanceProvides structured translation guidance for converting English PDFs to Korean, preserving document structure. It works as a custom connector for Claude, supplying rules and workflows for translating papers, manuals, and more.-
- AlicenseNot gradedqualityDmaintenanceA paper retrieval and content parsing tool based on arXiv, supporting paper search, PDF link retrieval, and content parsing functions, suitable for obtaining the latest papers in academic research and AI fields.2Apache 2.0
- AlicenseNot gradedqualityCmaintenanceConverts LaTeX math expressions to SVG. Enables AI assistants to render mathematical formulas as scalable vector graphics.24 npm1MIT
TDQS
Scored across 4 tools
Each tool has a distinct purpose: pdf_get retrieves PDF info, warm_up_translator prepares the model, translate_pdf performs the translation, and check_translation_tool verifies installation. There is no overlap or ambiguity between them.
Three tools follow a clear verb_noun pattern (warm_up_translator, translate_pdf, check_translation_tool), but pdf_get reverses this to noun_verb, creating a minor inconsistency. The naming is otherwise clear and readable.
With 4 tools, the server is well-scoped for its purpose of PDF translation. Each tool covers a necessary step in the workflow, and the count is appropriate.
The toolset covers the complete workflow: checking installation, warming up models, translating PDFs, and retrieving PDF details. There are no obvious gaps in the provided functionality.