Skip to main content
Glama
translated

Lara Translate MCP Server

by translated

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LARA_ACCESS_KEY_IDYesYour Lara API access key ID obtained from Lara Translate account
LARA_ACCESS_KEY_SECRETYesYour Lara API access key secret obtained from Lara Translate account

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
translate

Translate text between languages with support for language detection, context-aware translations and translation memories using Lara Translate.

create_memory

Create a translation memory with a custom name in your Lara Translate account. Translation memories store pairs of source and target text segments (translation units) for reuse in future translations.

delete_memory

Deletes a translation memory from your Lara Translate account.

update_memory

Updates a translation memory in your Lara Translate account.

add_translation

Adds a translation to a translation memory in your Lara Translate account.

delete_translation

Deletes a translation from a translation memory from your Lara Translate account.

import_tmx

Imports a TMX file into a translation memory in your Lara Translate account.

check_import_status

Checks the status of a TMX file import job in your Lara Translate account.

list_memories

Lists all translation memories in your Lara Translate account.

list_languages

Lists all supported languages in your Lara Translate account.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Translation MemoriesList of translation memories in your Lara Translate account.
Supported LanguagesList of Lara Translate supported languages.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/translated/lara-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server