io.github.CSOAI-ORG/translation-ai-mcp
Translation Ai automation via MCP. Includes translate text, detect language, check grammar. By MEOK
Versions
1.0.10latestTools 5
translate_text Translate text between languages using built-in dictionary and word mapping. Args: text: Text to translate source_language: Source language code (e.g. en, fr, de, es) or 'auto' for detection target_language: Target language code
detect_language Detect the language of input text using script and word analysis. Args: text: Text to analyze detailed: Include detailed breakdown
check_grammar Check text for common grammar and style issues. Args: text: Text to check language: Language code (currently supports 'en' for English)
adjust_tone Analyze text tone and provide recommendations for adjustment. Args: text: Text to analyze target_tone: Desired tone: professional, casual, formal, friendly, academic, persuasive
validate_localization Validate localized strings for common internationalization issues. Args: strings: List of dicts with keys: key, value, source_locale (optional) target_locale: Target locale code (e.g. en-US, fr-FR, de-DE, ja-JP)
Permissions 3
network medium filesystem low env_vars low