Categories

Prompt Translator

Translate text between multiple languages using AI

Enter the text you want to translate (max 5000 characters)

Select the language to translate to

API Documentation

Request Endpoint

POST /en/api/tools/prompt-translator

Request Parameters

Parameter Name Type Required Description
textarea textarea Yes Enter the text you want to translate (max 5000 characters)
targetLanguage select Yes Select the language to translate to

Response Format

data: {"chunk": "data: processed content 1", "type": "stream"}


data: {"chunk": "data: processed content 2", "type": "stream"}


data: {"type": "done"}
Stream: Stream

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-prompt-translator": {
      "name": "prompt-translator",
      "description": "Translate text between multiple languages using AI",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=prompt-translator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]