translate
ActiveTool of Libretranslate
declared in 0.1.0
Translate text. Source can be "auto" to auto-detect. Returns translated text and the detected source (if applicable).
Parameters schema
{
"type": "object",
"examples": [
{
"text": "Hello, how are you?",
"target": "es"
},
{
"text": "<p>Welcome to our website</p>",
"format": "html",
"source": "en",
"target": "fr"
}
],
"required": [
"text",
"target"
],
"properties": {
"text": {
"type": "string",
"description": "Text to translate"
},
"format": {
"enum": [
"text",
"html"
],
"type": "string",
"description": "text (default) | html"
},
"source": {
"type": "string",
"description": "Source language code or \"auto\" (default \"auto\")"
},
"target": {
"type": "string",
"description": "Target language code (e.g., \"es\", \"fr\", \"ja\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Libretranslate
https://github.com/pipeworx-io/mcp-libretranslate
1/7 registries