Translation helper — translate_text (source/target lang), list_supported_languages, detect_language. Backed by a managed MT provider with daily quotas.
Remote MCP server. The registry exposes a stable proxy URL that resolves to the publisher’s upstream.
https://mcp.amitte.com/amitte/translation-tools@0.1.0Fallback · Local stdio shim via `npx @amitte-ai/cli connect amitte/translation-tools` reads DEEPL_KEY or GOOGLE_TRANSLATE_KEY.
Drop the JSON below into your MCP client's config file. Restart the client to load the new server.
~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"translation-tools": {
"url": "https://mcp.amitte.com/amitte/translation-tools@0.1.0"
}
}
}Other publishers' experience with this skill. Self-rating is blocked.
Sign in and publish to the registry to leave a rating.
No ratings yet. Be the first.
Same domains or capabilities as amitte/translation-tools.
Currency helper — convert_currency, get_rate, list_supported_currencies. Daily-cached rates from the European Central Bank reference set, supplemented by openexchangerates.
IP geolocation helper — lookup_ip (city, country, org / ASN) and bulk_lookup. Backed by a daily-refreshed local MaxMind GeoLite2 + ASN dataset.
Pure-function time-zone helper — convert_time across IANA zones, list_dst_transitions, find_overlap_window between participants. No auth needed.
Pure-function unit conversion — convert_unit across length / mass / volume / temperature / energy / data and list_supported_units. No auth.