mcp icon indicating copy to clipboard operation
mcp copied to clipboard

feat: Add Amazon Translate MCP Server with managed batch processing and automatic translation workflows

Open goviha01 opened this issue 1 month ago • 2 comments

Summary

Added new Amazon Translate MCP Server to enable AI applications to interact with Amazon Translate services through the Model Context Protocol.

Changes

  • Complete MCP server implementation with 19 tools for Amazon Translate
  • Support for real-time translation, batch processing, and terminology management
  • Intelligent workflow orchestration for autonomous translation tasks
  • Comprehensive documentation and test coverage

User experience

Key capabilities available:

  • Text translation across 75 languages with custom terminology
  • Language detection with confidence scoring
  • End to End Managed Batch translation for large document collections via S3
  • Custom terminology management for domain-specific translations
  • Quality validation and translation assessment
  • Intelligent workflows that automate multi-step translation processes
  • Error analysis for failed translation jobs

Checklist

If your change doesn't seem to apply, please leave them unchecked.

  • [X ] I have reviewed the contributing guidelines
  • [ X] I have performed a self-review of this change
  • [X ] Changes have been tested
  • [ X] Changes are documented

Is this a breaking change? (Y/N)

RFC issue number: https://github.com/awslabs/mcp/issues/1450

Checklist:

  • [ NA] Migration process documented
  • [ NA] Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

goviha01 avatar Nov 09 '25 20:11 goviha01

Codecov Report

:x: Patch coverage is 90.71219% with 253 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 90.37%. Comparing base (a697fd8) to head (4249ca9). :warning: Report is 34 commits behind head on main.

Files with missing lines Patch % Lines
...rver/awslabs/amazon_translate_mcp_server/server.py 87.11% 44 Missing and 18 partials :warning:
...amazon_translate_mcp_server/terminology_manager.py 79.53% 44 Missing and 17 partials :warning:
...slabs/amazon_translate_mcp_server/batch_manager.py 86.38% 17 Missing and 12 partials :warning:
...azon_translate_mcp_server/workflow_orchestrator.py 91.97% 17 Missing and 9 partials :warning:
.../awslabs/amazon_translate_mcp_server/exceptions.py 87.58% 9 Missing and 9 partials :warning:
...amazon_translate_mcp_server/language_operations.py 88.81% 13 Missing and 5 partials :warning:
.../awslabs/amazon_translate_mcp_server/aws_client.py 92.45% 6 Missing and 6 partials :warning:
...rver/awslabs/amazon_translate_mcp_server/config.py 95.15% 6 Missing and 2 partials :warning:
...slabs/amazon_translate_mcp_server/retry_handler.py 94.69% 4 Missing and 2 partials :warning:
...amazon_translate_mcp_server/translation_service.py 97.12% 3 Missing and 3 partials :warning:
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1698      +/-   ##
==========================================
+ Coverage   90.36%   90.37%   +0.01%     
==========================================
  Files         810      824      +14     
  Lines       62140    64864    +2724     
  Branches    10042    10496     +454     
==========================================
+ Hits        56150    58618    +2468     
- Misses       3737     3903     +166     
- Partials     2253     2343      +90     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Nov 09 '25 20:11 codecov[bot]

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

This pull request is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.

github-actions[bot] avatar Dec 08 '25 01:12 github-actions[bot]

This PR is still being reviewed.

goviha01 avatar Dec 10 '25 00:12 goviha01