SimpleLocalize MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SIMPLELOCALIZE_API_KEY | Yes | Your SimpleLocalize API key. You can create and manage API keys in SimpleLocalize > Settings > Credentials. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_translation_key_bulkA | This tool will create multiple translation keys in your SimpleLocalize project in bulk.
|
| update_translations_bulkA | This tool will update multiple translations in bulk in your SimpleLocalize project.
|
| get_all_translation_keysA | This tool will return all translation keys (key and namespace only) in your SimpleLocalize project.
|
| get_translation_key_detailsA | This tool will return details for a specific translation key in your SimpleLocalize project.
|
| get_tagsA | This tool will list all tags in your SimpleLocalize project.
|
| create_tagA | This tool will create a new tag in your SimpleLocalize project.
|
| get_languagesA | This tool will list all languages configured in your SimpleLocalize project.
|
| create_languageA | This tool will create a new language in your SimpleLocalize project.
|
| get_translationsB | This tool will list translations in your SimpleLocalize project.
|
| update_translation_keyA | This tool will update a translation key (metadata and/or key/namespace) in your SimpleLocalize project.
|
| delete_translation_keys_bulkA | This tool will delete translation keys in bulk in your SimpleLocalize project.
|
| get_environmentsA | This tool will list all Translation Hosting environments available in your SimpleLocalize project.
|
| get_environment_detailsA | This tool will retrieve hosting status/details for a specific environment in your SimpleLocalize project.
|
| publish_translationsA | This tool will publish translations to the specified environment in your SimpleLocalize project.
|
| create_environmentA | This tool will create a new Translation Hosting environment in your SimpleLocalize project.
|
| get_translation_keysA | This tool will return translation keys with full metadata for your SimpleLocalize project, with pagination.
|
| create_translation_keyA | This tool will create a single translation key in your SimpleLocalize project.
|
| delete_translation_keyA | This tool will delete a single translation key from your SimpleLocalize project.
|
| update_translation_key_by_idA | This tool will update a translation key (metadata and/or key/namespace) in your SimpleLocalize project by its ID.
|
| get_all_translation_keys_v2A | This tool will return all translation keys (id, key and namespace only, no metadata) in your SimpleLocalize project.
|
| upload_translation_key_screenshotB | This tool will upload a screenshot for a translation key from a base64-encoded image.
|
| upload_translation_key_screenshot_fileB | This tool will upload a screenshot for a translation key from a local file.
|
| upload_translation_key_screenshots_bulkA | This tool will upload a screenshot and attach it to multiple translation keys at once.
|
| update_translationA | This tool will update a single translation in your SimpleLocalize project.
|
| update_tagA | This tool will update a tag in your SimpleLocalize project.
|
| delete_tagB | This tool will delete a tag from your SimpleLocalize project.
|
| get_languageA | This tool will return details for a single language in your SimpleLocalize project.
|
| update_languageA | This tool will update a language in your SimpleLocalize project.
|
| delete_languageA | This tool will delete a language from your SimpleLocalize project.
|
| get_customersA | This tool will list all customers configured in your SimpleLocalize project.
|
| create_customerA | This tool will create a new customer in your SimpleLocalize project.
|
| get_customerA | This tool will return details for a single customer in your SimpleLocalize project.
|
| update_customerB | This tool will update a customer in your SimpleLocalize project.
|
| delete_customerA | This tool will delete a customer from your SimpleLocalize project.
|
| auto_translate_textA | This tool will auto-translate a single piece of text synchronously without saving it to your project.
|
| create_auto_translation_jobsA | This tool will start asynchronous auto-translation jobs for one or more languages in your SimpleLocalize project, saving results directly to the project.
|
| get_auto_translation_jobsA | This tool will list auto-translation jobs for your SimpleLocalize project.
|
| get_auto_translation_jobA | This tool will return details and progress for a single auto-translation job.
|
| import_translationsA | This tool will import translations from a local file into your SimpleLocalize project.
|
| export_translationsA | This tool will export translations from your SimpleLocalize project to downloadable file(s).
|
| get_file_formatsA | This tool will list all file formats supported for import and export in SimpleLocalize.
|
| get_activityA | This tool will list recent activity (imports, exports, publications, changes, etc.) for your SimpleLocalize project.
|
| get_activity_changesA | This tool will list all content changes for a given activity entry in your SimpleLocalize project.
|
| get_project_detailsA | This tool will return full details (languages, customers, namespaces, environments, translation progress, etc.) for the project identified by the current Project API Key.
|
| get_glossary_entriesA | This tool will list all glossary entries in your SimpleLocalize project.
|
| create_glossary_entryA | This tool will create a glossary entry in your SimpleLocalize project.
|
| delete_glossary_entryA | This tool will delete a glossary entry from your SimpleLocalize project.
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 47 tools
Most tools target distinct resources (keys, translations, languages, customers, environments, glossary, jobs, activity), but there is notable overlap among key retrieval tools (get_translations, get_all_translation_keys, get_translation_keys, get_all_translation_keys_v2, get_translation_key_details) and screenshot upload variants, which could cause misselection without careful reading.
The naming follows a consistent verb_noun pattern (get_, create_, update_, delete_, import_, export_, publish_, etc.) with clear resource nouns. Minor deviations include versioned tool names like get_all_translation_keys_v2 and the slight ambiguity between singular/plural job tools, but overall the pattern is predictable.
47 tools is excessive for most MCP servers, even for a comprehensive translation management platform. While each tool addresses a specific operation, the sheer number overwhelms agents and suggests possible consolidation (e.g., merging single/bulk variants or combining related getters). The count is well above the typical 3-15 range.
The tool surface is quite complete, covering CRUD for translation keys, translations, languages, tags, customers, glossary entries, environments, and auto-translation jobs, plus import/export and activity tracking. Minor gaps include missing update/delete for environments and no dedicated single-translation getter, but these are workable limitations.