
A Model Control Protocol (MCP) Server for Lara Translate API, enabling powerful translation capabilities with support for language detection and context-aware translations.
No reviews yet. Be the first to review!
Sign in to join the conversation
Translate text between languages. Parameters: text (array), source (optional string), target (string), context (optional string), instructions (optional string[]), source_hint (optional string)
List saved translation memories. Returns an array of memories and their details.
Create a new translation memory. Parameters: name (string), external_id (optional string)
Update translation memory name. Parameters: id (string), name (string)
Delete a translation memory. Parameters: id (string)
Add a translation unit to memory. Parameters: id (string | string[]), source (string), target (string), sentence (string), translation (string), tuid (optional string), sentence_before (optional string), sentence_after (optional string)
Delete a translation unit from memory. Parameters: id (string), source (string), target (string), sentence (string), translation (string), tuid (optional string), sentence_before (optional string), sentence_after (optional string)
Import a TMX file into a memory. Parameters: id (string), tmx_content (string), gzip (boolean)
Checks the status of a TMX file import. Parameters: id (string)