mcpserver.lol
registry/i18n-agent
Connection check auth required

i18n-agent

AI-powered translation for 48 languages with context-aware quality

Tools 10
GitHub stars
Installs / wk 626
Licence
Transport streamable-http, stdio
Last checked 20h ago

Tools & capabilities

10 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

analyze_content from source
Analyze content for translation readiness and get improvement suggestions. Returns detailed analysis including content type, quality score, and specific recommendations. Costs the…
check_translation_status from source
Check async translation job status. Returns JSON with: status, progress (0-100%), elapsedTime, completedLanguages, and downloadUrls. IMPORTANT: Always report the progress percentag…
download_translations from source
Download completed translations to /tmp/i18n-translations-{jobId}/. Returns file paths and action_required field. IMPORTANT: After downloading, copy each {lang}.json file to the co…
get_credits from source
Get remaining credits for the user and approximate word count available at 1 credit per word ($0.01/word)
list_supported_languages from source
Get list of supported languages with quality ratings
list_uploaded_translations from source
List all uploaded translation files in a namespace, showing file names, language pairs, translation counts, and upload dates. Helps track what translations are available for reuse.
resume_translation from source
Resume a failed or interrupted async translation job from its last checkpoint. This allows you to continue processing from where it stopped instead of starting over.
translate_file from source
translate_text from source
upload_translations from source
Upload existing translations for reuse to reduce costs. Provide sourceFilePath (original language file) and targetFilePath (translated file) with sourceLocale and targetLocale. Exa…