com.multilocale/multilocale

MCPcommunityattivo
v0.1.1com.multilocaleUnknownAggiornato 1 mesi fa

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

Stato dell’endpointattivo
verificato 17 h fa · 438 ms
100 % degli ultimi 5 controlli hanno raggiunto questo endpoint
Funziona in
ClaudeCursorCopilotChatGPTGemini

Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
1 mesi faUltimo aggiornamento
Pacchetto
Autorecom.multilocale
LicenzaUnknown
Versione0.1.1
Fontemcp-registry
Stato di fiducia
B
60/100Buono
Presente nell’indice di Forge+10/10
Identità del publisher verificata+0/30
Publisher: per questo annuncio non risulta alcun repository, quindi `forge publish` non può verificare la proprietà automaticamente. Usa «Rivendica questo annuncio» qui sopra — Forge li esamina a mano.
Verifica del dominio+0/10
Al momento non disponibile per questo tipo di annuncio — oggi il controllo del dominio viene eseguito solo per i pacchetti su npm, quindi questa riga non può ancora essere ottenuta qui, indipendentemente da cosa sia ospitato sul dominio.
Analisi prompt injection · pulita+30/30
Analisi offuscamento / esfiltrazione · pulita+20/20
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza
DipendenzeNon verificate
Superficie di strumenti17 strumenti · 1 privilegiati
Analisi di sicurezza✓ Pulitovlive · oggiQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato11 ago 2026

La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.

Strumenti

17 strumenti · 1 privilegiati
Osservato in tempo reale dall’endpoint del fornitore17h ago

Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.

  • https://mcp.multilocale.com/mcp17 strumenti · 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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

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

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

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

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

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

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

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

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

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

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

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

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

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

ParametroTipoDescrizione
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_phraseprivilegiatoPermanently 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.

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

ParametroTipoDescrizione
projectIdOrName*stringMultiLocale project id or name (slug) to render

17 strumenti su 17 hanno pubblicato una descrizione.

I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.

Descrizione

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

Parole chiave
mcp
Alternative
Confronto delle superfici di strumenti…

Nessuna copertura delle dipendenze

Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.