A Model Control Protocol (MCP) Server for Lara Translate API, enabling powerful translation capabilities with support for language detection and context-aware translations.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Translate text between languages. Inputs: text (array), source (optional string), target (string), context (optional string), instructions (optional string[]), source_hint (optional string). Returns: Translated text blocks maintaining the original structure.
List saved translation memories. Returns: Array of memories and their details.
Create a new translation memory. Inputs: name (string), external_id (optional string). Returns: Created memory data.
Update translation memory name. Inputs: id (string), name (string). Returns: Updated memory data.
Delete a translation memory. Inputs: id (string). Returns: Deleted memory data.
Add a translation unit to memory. Inputs: id (string | string[]), source (string), target (string), sentence (string), translation (string), tuid (optional string), sentence_before (optional string), sentence_after (optional string). Returns: Added translation details.
Delete a translation unit from memory. Inputs: id (string), source (string), target (string), sentence (string), translation (string), tuid (optional string), sentence_before (optional string), sentence_after (optional string). Returns: Removed translation details.
Import a TMX file into a memory. Inputs: id (string), tmx (file path), gzip (boolean). Returns: Import details.
Checks the status of a TMX file import. Inputs: id (string). Returns: Import details.