You're viewing a demo portfolio

Join the waitlist
PRSM

translate

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Libretranslate

https://github.com/pipeworx-io/mcp-libretranslate

1/7 registries
View full server →