You're viewing a demo portfolio

Join the waitlist
PRSM

translate

Active

Tool of mcp-translate

declared in 0.1.0

Translate text from a source language to a target language. Returns the translated text.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "text": "Hello, how are you?",
      "source": "en",
      "target": "es"
    },
    {
      "text": "Bonjour, comment allez-vous?",
      "source": "fr",
      "target": "de"
    }
  ],
  "required": [
    "text",
    "source",
    "target"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "The text to translate"
    },
    "source": {
      "type": "string",
      "description": "Source language code (e.g. \"en\" for English, \"es\" for Spanish)"
    },
    "target": {
      "type": "string",
      "description": "Target language code (e.g. \"es\" for Spanish, \"fr\" for French)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-translate

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

2/7 registries
View full server →