Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Lokalise MCP server with 101 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Lokalise — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Lokalise MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Lokalise tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Lokalise call.
Tools Discovery →A Lokalise MCP server lets AI agents read and write Lokalise data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Lokalise MCP server ships with 101 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Lokalise's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Add a comment to a translation key.
Retrieve a specific comment.
Delete a comment from a translation key.
Add contributors to a project.
List all contributors in a project.
Retrieve a specific contributor from a project.
Update a contributor's role or language permissions.
Remove a contributor from a project.
Create a new custom translation status.
Retrieve a specific custom translation status.
Update a custom translation status.
Delete a custom translation status.
Upload a translation file to a project.
List all files in a project.
Download all translation files from a project.
Delete a file from a project.
Add glossary terms to a project.
List all glossary terms in a project.
Retrieve a specific glossary term.
Update existing glossary terms.
Delete glossary terms from a project.
Create one or more translation keys in a project.
List all translation keys in a project.
Retrieve a specific translation key by ID.
Update a translation key's properties.
Delete a specific translation key.
Add one or more languages to a project.
Retrieve a specific language from a project.
Update a language's settings in a project.
Remove a language from a project.
Place a new professional translation order.
List all translation orders for a team.
Retrieve a specific translation order.
Add a new payment card.
List all payment cards on file.
Retrieve a specific payment card.
Remove a payment card from the account.
Create a new Lokalise project.
List all projects accessible to the authenticated user.
Retrieve details of a specific project.
Update an existing project's settings.
Delete a project and all its data.
Upload screenshots to a project.
List all screenshots in a project.
Retrieve a specific screenshot.
Update a screenshot's metadata or associated keys.
Delete a screenshot from a project.
List all segments for a key-language pair.
Retrieve a specific segment.
Update a specific translation segment.
Create a snapshot (backup) of a project.
List all snapshots of a project.
Delete a project snapshot.
Create a new translation task in a project.
List all translation tasks in a project.
Retrieve a specific translation task.
Update a translation task's properties.
Delete a translation task.
List all teams the authenticated user belongs to.
Retrieve details of a specific team.
List all users in a team.
Retrieve a specific team user.
Update a team user's role.
Remove a user from a team.
Create a new permission group in a team.
List all permission groups in a team.
Retrieve a specific permission group.
Update a permission group's name, rights, or language access.
Delete a permission group from a team.
List all translations in a project.
Retrieve a specific translation by ID.
Update the value or status of a translation.
List all available translation providers for a team.
Retrieve details of a specific translation provider.
Create a new webhook for a project.
List all webhooks in a project.
Retrieve a specific webhook.
Update an existing webhook's configuration.
Delete a webhook from a project.
Create a service JWT token for OTA SDK authentication.
Add projects to a permission group.
Add team users to a permission group.
List all comments across a project.
List all comments for a specific key.
Retrieve the contributor profile of the authenticated user.
List all custom translation statuses in a project.
Retrieve the list of available colors for custom translation statuses.
Asynchronously download translation files from a project.
List all supported languages in the Lokalise system.
List all languages enabled in a project.
List all permission templates available for a team.
List all queued processes in a project.
Retrieve the status of a specific queued process.
Retrieve basic profile data for a user.
Delete multiple translation keys by IDs.
Remove projects from a permission group.
Remove team users from a permission group.
Update multiple translation keys at once.
Remove all keys and translations from a project.
Restore a project from a snapshot.
Regenerate the secret for a webhook.
One endpoint. Any framework. Your agent is talking to Lokalise in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}133+ actions
92+ actions
67+ actions
47+ actions
44+ actions
39+ actions
37+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.