feat: Add Amazon Translate MCP Server with managed batch processing and automatic translation workflows
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.
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.
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.
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.
This PR is still being reviewed.