Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.multilocale/multilocale

com.multilocale/multilocale

Manage translation projects, phrases and locales with secure organization-scoped tools and views.

Uptime
100.0%
1 direct probes · 30d
Response
911ms
last probe
Tools
17
callable
Resources
8
readable
Prompts
0
available

Tools · 17

list_projects

List all MultiLocale projects the authenticated user has access to. Returns a bounded Markdown and structured preview of project ids, names, locales, and timestamps.

get_project

Fetch a single MultiLocale project by id or name. Returns bounded Markdown and structured project metadata, including name, configured locales, and timestamps.

add_project

Create a MultiLocale project with a default locale and optional additional locales. Refuses to create a duplicate project name in the authenticated organization.

update_project

Update a MultiLocale project’s default locale, complete locale list, or translation context. Project names are intentionally not changed because phrases reference the project name.

list_phrases

List translation phrases for a MultiLocale project. Optionally filter by language or key. Returns a bounded Markdown and structured preview of id, key, language, and value.

get_phrase

Fetch translations for one exact phrase key in a MultiLocale project. Returns a bounded Markdown and structured preview across locales, or a single locale when language is provided.

search_phrases

Search translation phrases for a MultiLocale project by matching a query string against phrase keys and values. Returns a bounded Markdown and structured preview of matching ids, keys, languages, and …

find_duplicate_phrase_values

Find keys in a bounded scan of one MultiLocale project whose default-locale translations have the same value. The result explicitly reports when the scan or output preview is truncated.

find_missing_translations

Report missing keys in a bounded scan of one locale or up to 10 configured locales, compared with the project default locale. The result explicitly reports partial locale or phrase scans and never cre…

export_locale_dictionary

Export one locale of a MultiLocale project as bounded, sorted key/value entries. Results are API-paginated with a maximum of 50 entries per call and each value is capped at 500 characters.

list_team_members

List a bounded roster for the authenticated MultiLocale organization. Returns only each member's display name and role. Email addresses, member IDs, role IDs, phone, country, and signup device details…

add_phrase

Create a new key in a project’s default locale and generate translations for every other configured locale. Omit value to use the key as its source value. Refuses to overwrite an existing key.

update_phrase

Update the translation value for a specific phrase key and language in a MultiLocale project. Phrases may be shared across projects — updating affects all projects that share the key. Clears machine-t…

add_locale

Add a new locale to a project and generate translations for every key currently missing in that locale. Uses the default-locale value as the source for each translation.

share_phrase

Attach every locale translation for one key in a source project to one or more target projects. The underlying phrase rows become shared, so future edits affect every attached project.

delete_phrase

Permanently delete every locale translation for one key in a project. If a phrase is shared with other projects, this deletes the shared row for those projects too, rather than only detaching the proj…

show_project_overview

Render a bounded overview for a known MultiLocale project. Use this after listing projects or when the user provides a project id or name. It shows safe project metadata and up to 24 configured locale…

Resources · 8

multilocale-project-overview

An inline MultiLocale view that presents one tenant-scoped localization project.

ui://multilocale/project-overview-v2.html
multilocale-project-overview-v1

An inline MultiLocale view that presents one tenant-scoped localization project.

ui://multilocale/project-overview-v1.html
multilocale-phrase-detail

An inline MultiLocale view that presents one exact tenant-scoped phrase key.

ui://multilocale/phrase-detail-v2.html
multilocale-phrase-detail-v1

An inline MultiLocale view that presents one exact tenant-scoped phrase key.

ui://multilocale/phrase-detail-v1.html
skill-localization-workspace

Review and manage a Multilocale localization workspace — projects, locale coverage, exact phrase translations, duplicate source copy, machine-translation status, locale dictionaries, project setup, lo…

skill://multilocale/localization-workspace/SKILL.md
skill-localize-an-app

End-to-end recipe for translating a whole application with Multilocale — choose the ecosystem's own i18n runtime, create a project with explicit locales, import an existing catalogue once, download th…

skill://multilocale/localize-an-app/SKILL.md
skill-multilocale

Manage translations on multilocale.com with the `multilocale` CLI — add a phrase and machine-translate it into every project locale, correct a single translation, share one phrase across projects, rol…

skill://multilocale/multilocale/SKILL.md
multilocale-skills-index

Lists the skills this server publishes as skill:// resources.

skill://multilocale/index.json

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.multilocale/multilocale": {
      "url": "https://mcp.multilocale.com/mcp",
      "transport": "streamable-http"
    }
  }
}