# Tencent TMT MCP

> Tencent TMT / 腾讯机器翻译 connects professional-grade machine translation directly to your agent. It lets you instantly translate text between dozens of languages, automatically detect source language, and localize content for global markets without leaving your chat window. Use it to handle technical documentation or cross-border communications with reliable results.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Tags:** nlp, machine-translation, language-detection, multilingual, content-localization, text-processing

## Description

Need to move content across borders? Tencent TMT is an NLP platform that turns complex localization tasks into simple conversations with your AI agent. You can instantly translate text between major world languages, automatically figure out what language a snippet is written in, and get localized results for Chinese or any other market. Instead of jumping through developer consoles or copy-pasting into multiple translation websites, you just ask your agent to do it. This means coordinating global support messages or updating technical manuals becomes straightforward. When you connect this MCP via the Vinkius catalog, your agent acts like a real-time linguistic coordinator, providing accurate and reliable translations from one authorized source.

Your agent can even check the service status before starting work, ensuring that every translation request is processed smoothly.

## Tools

### check_tmt_status
Checks if the Tencent TMT API service is currently running correctly.

### detect_language
Figures out what language a given piece of text is written in.

### translate_en_to_zh
Translates English text specifically into Chinese characters.

### translate_text
Performs general translation between any two supported languages.

### translate_to_chinese
Translates provided text into the Chinese language.

### translate_to_english
Translates provided text into English.

### translate_to_french
Translates provided text into French.

### translate_to_portuguese
Translates provided text into Portuguese.

### translate_to_spanish
Translates provided text into Spanish.

### translate_zh_to_en
Translates Chinese characters specifically into English.

## Prompt Examples

**Prompt:** 
```
Translate this to Portuguese using Tencent TMT: 'The system will be updated tonight at 10 PM'.
```

**Response:** 
```
I've translated your sentence to Portuguese using Tencent TMT. The result is: 'O sistema será atualizado hoje à noite, às 22h'. Would you like me to translate any other notifications?
```

**Prompt:** 
```
Check what language this is: '系统升级中，请稍候'。
```

**Response:** 
```
I've detected the language using Tencent TMT. The text is in **Chinese (zh)**. It means 'System upgrading, please wait'. Should I translate this into English for you?
```

**Prompt:** 
```
Translate 'I am very happy to help you' from English to Simplified Chinese.
```

**Response:** 
```
I've translated the phrase for you. In Simplified Chinese, it is: '我很高兴能帮助你' (Wǒ hěn gāoxìng néng bāngzhù nǐ). Should I check the status of the TMT service to ensure it is ready for more requests?
```

## Capabilities

### Detecting Source Language
The agent identifies the language of any text snippet you provide.

### Translating General Text
You can translate general text between many different world languages at once.

### Specialized Language Translation
The agent performs focused translations for common language pairs, like English to Chinese or vice versa.

### Translating Specific Target Languages
You can translate text into specific languages, such as French, Portuguese, Spanish, or Mandarin.

### Monitoring Service Health
The agent verifies the API status to ensure the translation service is online and ready for use.

## Use Cases

### Preparing a Global Product Launch Manual
A Technical Writer needs to update product documentation for five countries. Instead of opening the CMS, translating it manually in spreadsheets, and then uploading changes, they prompt their agent: 'Translate this whole section into Spanish using Tencent TMT.' The agent handles the translation via `translate_to_spanish` and returns the localized text directly.

### Coordinating International Customer Support
A Global Ops Manager receives a support ticket in an unknown language. They ask their agent to first run 'detect_language'. Once the source is identified, they immediately follow up: 'Now translate this into English for our team.' This workflow gets them the necessary context and translation instantly.

### Analyzing Foreign Market Reports
A Business Analyst receives a PDF report written in Mandarin. They ask their agent to use `translate_zh_to_en` on key paragraphs, quickly extracting English summaries without needing specialized CAT tools or external logins.

### Translating Live Chat Conversations
A support team needs to manage a multilingual chat queue. They ask their agent to check the language and translate messages as they come in. The agent uses `translate_text` to maintain real-time, accurate cross-lingual communication.

## Benefits

- Stop worrying about service downtime. You can use `check_tmt_status` to confirm the API is active before you run any translation jobs.
- You gain immediate language context. Instead of guessing, use `detect_language` first so your agent knows exactly what source language it's dealing with.
- Handling common pairs gets faster. Tools like `translate_en_to_zh` and `translate_zh_to_en` give dedicated routes for the most frequent translations.
- You get flexibility for target markets. Specialized tools let you translate into French, Portuguese, or Spanish, giving you options beyond just English and Chinese.
- Your agent handles complex workflows. It can chain detection followed by translation (e.g., detecting a language, then using `translate_to_english`), all within one conversation.

## How It Works

The bottom line is that once connected, your agent handles all the authentication and translation calls for you.

1. Subscribe to this MCP using your Tencent Cloud SecretId, SecretKey, and Region credentials.
2. Connect this credentialed MCP to your preferred AI client (Claude, Cursor, etc.) via the Vinkius catalog.
3. Tell your agent what you need translated or what language needs identifying in plain conversation.

## Frequently Asked Questions

**How do I check if the Tencent TMT API status using the Tencent TMT MCP?**
You use the `check_tmt_status` tool. This confirms that the service is running and ready to accept your translation requests before you start a large content batch.

**Can I detect multiple languages with the Tencent TMT MCP?**
Yes, you use `detect_language`. You simply give it text, and it tells you what language it is written in, which helps guide your translation process.

**Which tool should I use for English to Chinese? Tencent TMT MCP?**
For reliable English to Chinese translations, the `translate_en_to_zh` tool provides a dedicated function, ensuring accuracy for that specific language pair.

**Does the Tencent TMT MCP handle all world languages?**
The MCP supports translation into many major global markets. You can use tools like `translate_to_french` or `translate_to_portuguese` for specific regional needs.

**Is the Tencent TMT MCP better than using Google Translate directly?**
The MCP provides professional-grade, enterprise-level translations without you needing to leave your AI workspace. It integrates reliable data streams into natural conversations.