PDF2ZH MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_MODEL | Yes | Model identifier (e.g. anthropic/claude-opus-4-5, gpt-4o) | |
| WORKSPACE_DIR | No | Shared workspace directory. Defaults to ~/.featherflow/workspace | ~/.featherflow/workspace |
| OPENAI_API_KEY | Yes | API key for the provider | |
| OPENAI_BASE_URL | Yes | API base URL (e.g. https://openrouter.ai/api/v1, https://api.openai.com/v1) |
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 |
|---|---|
| translate_pdfA | Translate a PDF file while preserving formulas and layout. |
| list_supported_languagesA | List language codes supported for translation. |
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 2 tools
Only two tools with clearly distinct purposes: one lists supported languages, the other translates PDFs. No overlap or ambiguity.
Both tools follow a consistent verb_noun pattern: list_supported_languages and translate_pdf. No mixing of conventions.
With only 2 tools, the server feels thin for a broader translation service, but it is scoped to a single core task. The count is borderline acceptable.
The core workflow (translating a PDF with language selection) is fully covered. Missing optional features like output format control, but no critical gaps for the stated purpose.