TranslationX MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRANSLATIONX_TOKEN | Yes | Your TranslationX token, obtainable at https://x-doc.ai/ |
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 |
|---|---|
| file_listC | 根据用户提供的文件名称,获取文件的信息 根据状态筛选文件信息 |
| submit_translationC | |
| file_addC | 文件翻译模块:上传文件 |
| delete_fileC | 根据文件id删除文件 |
| download_target_fileB | 根据文件id下载译文文件 |
| create_projectD | 创建项目 |
| get_project_listD | 获取项目列表 |
| edit_projectC | 编辑项目信息 |
| delete_projectC | 删除项目 |
| get_project_folder_listC | 获取项目文件夹列表 |
| create_project_folderD | 创建项目文件夹 |
| edit_project_folderC | 编辑项目文件夹 |
| delete_project_folderC | 删除项目文件夹 |
| upload_project_fileC | 上传项目文件 |
| delete_project_fileC | 删除项目文件 |
| get_memory_lib_listD | 记忆库列表 |
| create_memory_libC | 创建记忆库 |
| add_memory_lib_entryC | 给记忆库添加条目 |
| get_term_lib_listD | 术语库列表 |
| create_term_libC | 创建术语库 |
| add_term_lib_entryC | 添加术语库条目 |
| get_language_codeB | 获取语言code信息 |
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 22 tools
Most tools have distinct purposes such as managing memory libraries, term libraries, projects, and files. However, there is potential confusion between 'delete_file' and 'delete_project_file', and between 'file_add' and 'upload_project_file', as their descriptions are brief and overlapping.
Tool names mix verb_noun patterns (e.g., 'create_memory_lib') with noun_verb patterns (e.g., 'file_add'), and some use different verbs for similar actions (e.g., 'edit_project' vs 'delete_project'). The naming is not fully consistent.
With 22 tools, the server covers core functionalities for a translation management system, including project, file, memory, and term library operations. The count is well-scoped and reasonable for the domain.
The tool set covers basic CRUD for projects and folders, file upload/download, and translation submission. However, it lacks update/delete for library entries, retrieval of single project details, and translation status checking, leaving notable gaps in the workflow.