Back to Home
Rafiza115 icon

lara-mcp

Verified Safe

by Rafiza115

Overview

This MCP server provides a single tool to translate text between languages using the Lara API, supporting language detection and context-aware translations.

Installation

Run Command
npx @translated/lara-mcp

Environment Variables

  • LARA_ACCESS_KEY_ID
  • LARA_ACCESS_KEY_SECRET

Security Notes

Credentials (LARA_ACCESS_KEY_ID, LARA_ACCESS_KEY_SECRET) are correctly handled via environment variables. All input arguments for the 'translate' tool are rigorously validated using Zod schemas, significantly mitigating common injection vulnerabilities. Output is safely stringified to JSON. The use of StdioServerTransport indicates communication over standard I/O, which is generally secure for a local process execution and doesn't expose network ports by default. No 'eval' or other highly dangerous patterns with user-controlled input were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens750
Stars0
Forks0
Last Update2025-12-15

Tags

translationlanguage processingAIAPIMCP Server