Google Cloud Translation API · Capability
Google Cloud Translation API
The Google Cloud Translation API provides programmatic access to Google's neural machine translation technology. It enables developers to dynamically translate text between thousands of language pairs, detect the language of source text, and retrieve a list of supported languages. The API supports both basic (v2) and advanced (v3) translation capabilities including batch translation, custom models, and glossaries.
What You Can Do
POST
Translatetext
— Google Cloud Translation API Translate Text
/language/translate/v2
POST
Detectlanguage
— Google Cloud Translation API Detect Language
/language/translate/v2/detect
GET
Listlanguages
— Google Cloud Translation API List Supported Languages
/language/translate/v2/languages
MCP Tools
translatetext
Google Cloud Translation API Translate Text
detectlanguage
Google Cloud Translation API Detect Language
listlanguages
Google Cloud Translation API List Supported Languages
read-only
idempotent