Your app's translations in Tolgee: search keys, create translations, trigger machine translation
healthy
status
22
tools exposed
552ms
connect latency
0d25bed2ba2e
schema fingerprint
Tools (22)
get_batch_job_status
Get the status of a batch job (e.g. machine translation) by its ID. Use to poll for completion.
machine_translate
Start machine translation for specified keys into target languages. Returns a batch job ID — use get_batch_job_status to poll for completion.
store_big_meta
Store key relationships so Tolgee can use translations of related keys as context during machine translation, producing more consistent results. Keys that appear near each other in source code (e.g. on the same page or component) should be stored as related.
list_branches
List branches in a Tolgee project. Returns up to 100 results per page. Only available for projects with branching enabled (enterprise feature).
create_branch
Create a new branch in a Tolgee project by forking from an existing branch. Only available for projects with branching enabled (enterprise feature).
delete_branch
Delete a branch from a Tolgee project. IMPORTANT: This is a destructive operation. The AI assistant should always confirm with the user before calling this tool.
list_keys
List translation keys in a Tolgee project. Returns up to 100 keys per page. Use search_keys to find specific keys by name or translation text.
search_keys
Search for translation keys in a Tolgee project by name or translation text. Returns up to 50 matching keys per page. Note: namespace and tags filtering is not yet supported — filter results client-side if needed.
create_keys
Create translation keys in a Tolgee project with optional translations and tags. Keys that already exist are silently skipped — their translations and tags are not updated. Use update_key and set_translation to modify existing keys.
get_key
Get a translation key's metadata (name, namespace, description) by its name. To get the key's translations, use get_translations.
update_key
Update an existing translation key's name, namespace, or description
delete_keys
Delete translation keys from a Tolgee project. IMPORTANT: This is a destructive operation. The AI assistant should always confirm with the user before calling this tool.
list_languages
List all languages configured for a Tolgee project. Returns up to 1000 results per page.
create_language
Add a new language to a Tolgee project
list_namespaces
List all namespaces in a Tolgee project. Namespaces organize translation keys into logical groups (e.g. by feature, page, or module).
list_projects
List Tolgee projects accessible to the current user. Returns up to 100 results per page.
create_project
Create a new Tolgee project with initial languages
get_project_language_statistics
Get translation status and progress for each language in a project. Returns per-language statistics including translated, reviewed, and untranslated percentages.
list_tags
List all tags used in a Tolgee project. Returns up to 1000 results per page.
tag_keys
Add tags to translation keys. Creates tags if they don't exist.
get_translations
Get translations for a specific key in a Tolgee project. Returns translations in all project languages, or only the specified languages if provided.
set_translation
Set or update translations for a key in one or more languages. The key must already exist — use create_keys to create it first.
Endpoint
https://app.tolgee.io/mcp/developer Category: Other · Last checked: 2026-07-30T13:59:59Z
Monitor your own MCP server
Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.