MCP Translation Text
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NIUTRANS_API_KEY | Yes | 小牛翻译开放平台提供的 API Key,可免费使用,请登录后获取:https://niutrans.com/cloud/account_info/info |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| translate_textA | 使用小牛翻译 API 将文本从 source 语种翻译到 target 语种。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| language_catalog | 提供小牛翻译支持的语种及别名列表。 返回内容包括所有语种的代码与中英文名称,以及可用的别名映射,可用于模型在翻译前完成语种推断。 |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or overlap between tools. The single translate_text tool has a clearly defined purpose that cannot be confused with any other tool in this server.
With only one tool, naming consistency is inherently perfect. The tool follows a clear verb_noun pattern (translate_text) that would serve as a good model if more tools were added.
A single tool for a translation server feels thin and incomplete. While translation is a focused task, even basic translation workflows might benefit from additional tools like language detection, batch translation, or translation history management. One tool is insufficient for proper coverage of the domain.
The server provides only a single translation endpoint with no supporting operations. There are significant gaps: no language detection tool, no batch translation capability, no way to list supported languages, and no management of translation history or preferences. The surface is severely incomplete for a translation service.