com.multilocale/multilocale

MCPcomunidaden línea
v0.1.1com.multilocaleUnknownActualizado hace 1 m

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

Estado del endpointen línea
comprobado hace 17 h · 438 ms
100 % de las últimas 5 comprobaciones llegaron a este endpoint
Funciona en
ClaudeCursorCopilotChatGPTGemini

Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
hace 1 mÚltima actualización
Paquete
Autorcom.multilocale
LicenciaUnknown
Versión0.1.1
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: este listado no tiene ningún repositorio registrado, así que `forge publish` no puede verificar la propiedad de forma automática. Usa «Reclamar este listado» arriba — en Forge lo revisamos a mano.
Verificación de dominio+0/10
Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
Análisis de inyección de prompts · limpio+30/30
Análisis de ofuscación / exfiltración · limpio+20/20
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas17 herramientas · 1 privilegiadas
Análisis de seguridad✓ Limpiovlive · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado11 ago 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

17 herramientas · 1 privilegiadas
Observado en vivo desde el endpoint del proveedor17h ago

Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.

  • https://mcp.multilocale.com/mcp17 herramientas · 438 ms
list_projectsList all MultiLocale projects the authenticated user has access to. Returns a bounded Markdown and structured preview of project ids, names, locales, and timestamps.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

ParámetroTipoDescripción
projectIdOrName*stringProject id or project name (slug)
add_projectCreate a MultiLocale project with a default locale and optional additional locales. Refuses to create a duplicate project name in the authenticated organization.

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

ParámetroTipoDescripción
name*stringNew project name (prefer a URL-safe slug)
defaultLocale*stringDefault locale code for the project (for example, en)
localesarrayInitial locale codes. The default locale is added automatically when omitted.
update_projectUpdate a MultiLocale project’s default locale, complete locale list, or translation context. Project names are intentionally not changed because phrases reference the project name.

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.

ParámetroTipoDescripción
projectIdOrName*stringProject id or project name (slug)
defaultLocalestringNew default locale code. It must be one of the project locales.
localesarrayComplete replacement list of locale codes. Include the default locale.
contextstringOptional translation context for the project. Use an empty string to clear it.
list_phrasesList 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.

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.

ParámetroTipoDescripción
project*stringProject name (slug) to list phrases for
languagestringFilter by language code (e.g. en, it, es)
keystringFilter by exact phrase key
get_phraseFetch 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.

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.

ParámetroTipoDescripción
project*stringProject name (slug) the phrase belongs to
key*stringExact phrase key to look up
languagestringLanguage code to fetch (e.g. en, it). Omit to fetch all languages for the key.
search_phrasesSearch 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 values.

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 values.

ParámetroTipoDescripción
project*stringProject name (slug) to search phrases in
query*stringSearch text to match against phrase keys and values
languagestringRestrict search to a specific language code (e.g. en, it)
find_duplicate_phrase_valuesFind 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 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.

ParámetroTipoDescripción
project*stringProject id or name whose default-locale copy should be checked
scanLimitintegerMaximum default-locale phrases to scan. Defaults to 1000, capped at 2000.
find_missing_translationsReport 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 creates 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 creates translations.

ParámetroTipoDescripción
project*stringProject id or name whose translation coverage should be checked
languagestringLocale code to check. Omit to report coverage for every configured locale.
localeLimitintegerMaximum configured locales to check when language is omitted. Defaults to 10.
scanLimitintegerMaximum phrases to scan per locale. Defaults to 1000, capped at 2000.
export_locale_dictionaryExport 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.

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.

ParámetroTipoDescripción
project*stringProject name (slug) to export
language*stringLanguage code to export (for example, en)
skipintegerNumber of keys to skip, sorted alphabetically. Defaults to 0 and is capped at 10000.
limitintegerMaximum number of keys to return. Defaults to 25, capped at 50.
list_team_membersList 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 are excluded.

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 are excluded.

No se publicó ningún esquema de entrada para esta herramienta.

add_phraseCreate 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.

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.

ParámetroTipoDescripción
project*stringProject name (slug) to add the key to
key*stringNew exact phrase key
valuestringSource value in the default locale. Omit to use the key itself.
modelstringTranslation model to use. Defaults to gpt-5.6-luna.
contextstringOptional context that helps translators disambiguate the phrase.
update_phraseUpdate 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-translation flags since the value is now human-edited.

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-translation flags since the value is now human-edited.

ParámetroTipoDescripción
project*stringProject name (slug) the phrase belongs to
key*stringExact phrase key to update
language*stringLanguage code of the translation to update (e.g. en, it, es)
value*stringNew translation value for the given language
add_localeAdd 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.

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.

ParámetroTipoDescripción
project*stringProject name (slug) to localize
locale*stringNew locale code to add (for example, it)
modelstringTranslation model to use. Defaults to gpt-5.6-luna.
contextstringOptional context applied while translating the missing phrases.
share_phraseAttach 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.

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.

ParámetroTipoDescripción
project*stringSource project id or name that already contains the key
key*stringExact key to share across every locale
targetProjects*arrayOne or more target project ids or names to attach to the key
delete_phraseprivilegiadaPermanently 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 project.

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 project.

ParámetroTipoDescripción
project*stringProject id or name that contains the key to delete
key*stringExact key whose complete locale group should be deleted
show_project_overviewRender 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 locales without downloading the project phrase dictionary.

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 locales without downloading the project phrase dictionary.

ParámetroTipoDescripción
projectIdOrName*stringMultiLocale project id or name (slug) to render

17 de 17 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

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

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.