INDIVIDUAL MCP TOOL
delete_phrase
Permanently delete every locale translation for one key in a project.
LIVE ENDPOINT
https://mcp.multilocale.com/mcp
Connect to this endpoint to inspect the live schema for delete_phrase and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.multilocale-mcp]
url = "https://mcp.multilocale.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"multilocale-mcp": {
"type": "http",
"url": "https://mcp.multilocale.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: multilocale-mcp
Remote MCP URL: https://mcp.multilocale.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"multilocale-mcp": {
"url": "https://mcp.multilocale.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"multilocale-mcp": {
"type": "http",
"url": "https://mcp.multilocale.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "multilocale-mcp",
"transport": "streamable-http",
"url": "https://mcp.multilocale.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_projects— List all MultiLocale projects the authenticated user has access to.get_project— Fetch a single MultiLocale project by id or name.add_project— Create a MultiLocale project with a default locale and optional additional locales.update_project— Update a MultiLocale project’s default locale, complete locale list, or translation context.list_phrases— List translation phrases for a MultiLocale project.get_phrase— Fetch translations for one exact phrase key in a MultiLocale project.search_phrases— Search translation phrases for a MultiLocale project by matching a query string against phrase keys and values.find_duplicate_phrase_values— Find keys in a bounded scan of one MultiLocale project whose default-locale translations have the same value.