traduora-mcp-server
Verified Safeby eagleisbatman
Overview
An MCP server for managing translations in Traduora via its API, acting as a tool for a larger model or system.
Installation
npm startEnvironment 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
company-docs-mcp
Transforms organizational documentation into an AI-powered knowledge base for semantic search, Q&A via chat interface, Claude Desktop, and Slack integration.
karma
A modern, dark-themed chat interface demonstrating the Karma Memory system for AI agents, enabling context-aware conversations and dynamic switching of memory retrieval and caching strategies.
gemini-daily-mcp-compressed
Provides a token-optimized API server for integrating Google Gemini CLI with applications like Claude, focusing on reducing tool schema overhead for cost efficiency.
firemcp
Enables AI agents and LLMs to securely interact with Firestore databases through a Model Context Protocol (MCP) server, offering complete CRUD and query operations.