# amitte/translation-tools

> Translation helper — translate_text (source/target lang), list_supported_languages, detect_language. Backed by a managed MT provider with daily quotas.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/translation-tools

## Tags

- **Capabilities:** text-translate, languages-list, language-detect
- **Domains:** utilities, language

## Evaluation

- **Adversarial score:** 100/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `translation-tools` → https://mcp.amitte.com/v1/translation-tools/sse — Remote MCP server fronting a managed machine-translation provider (DeepL/Google translation API depending on tenant config). Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `translate_text` — Read-only. Translate a text from source_lang to target_lang. Capped at 5000 characters per call.
  - tool: `list_supported_languages` — Read-only. List language codes supported by the active provider.
  - tool: `detect_language` — Read-only. Detect the language of a text snippet. Returns top guess + confidence.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/translation-tools" } }`
- Install via CLI: `amitte install amitte/translation-tools`
- HTML page: https://amitte.com/s/amitte/translation-tools

Last updated: 2026-06-08T18:28:21.707Z