Back to Home
eagleisbatman icon

traduora-mcp-server

Verified Safe

by eagleisbatman

Overview

An MCP server for managing translations in Traduora via its API, acting as a tool for a larger model or system.

Installation

Run Command
npm start

Environment Variables

  • TRADUORA_API_URL
  • TRADUORA_CLIENT_ID
  • TRADUORA_CLIENT_SECRET
  • ALLOWED_ORIGINS
  • PORT

Security Notes

The server correctly uses environment variables for sensitive configurations (Traduora API URL, client ID, client secret). It employs `zod` for robust input validation of tool arguments, mitigating common injection risks. CORS is enabled, defaulting to '*' if `ALLOWED_ORIGINS` is not explicitly set in environment variables, which is a potential security risk in a production environment if not configured to restrict origins. There are no direct uses of `eval` or obvious malicious patterns in the provided source code. The OAuth2 client credentials flow is standard.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-29

Tags

TranslationsLocalizationi18nTraduoraMCP