DeepL for your agents.
Connect DeepL once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to DeepL.
What agents can do with DeepL
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
deepl_usageCheck the key: returns character usage and limit.
deepl_translateTranslate text. `target_lang` is required, e.g. EN, DE, FR, ES.
deepl_list_languagesList supported languages.
deepl_rephrase_textFor an AI agent: DeepL Write. Improve or rephrase text (grammar, clarity, wording) WITHOUT translating. `text` is an array of strings. Optionally set writing_style OR tone (not both).
deepl_list_glossariesFor an AI agent: list your translation glossaries with ids, language pairs, and entry counts.
deepl_create_glossaryFor an AI agent: create a glossary of term overrides used during translation. `entries_format` is 'tsv' (source<TAB>target per line) or 'csv'. source_lang/target_lang are e.g. EN, DE.
deepl_get_glossaryFor an AI agent: fetch one glossary's metadata by id.
deepl_delete_glossaryFor an AI agent: delete a glossary by id. Irreversible.
deepl_list_glossary_language_pairsFor an AI agent: list the source/target language pairs that support glossaries.
deepl_get_glossary_entriesFor an AI agent: fetch all term pairs from a glossary by id. Returns the entries in TSV format.
deepl_translate_documentUpload a document for translation. Use `get_document_status` to poll for completion and download. `file` is the document content as base64 or a public URL.
deepl_get_document_statusCheck the translation status of a document. Returns status (queued/translating/done) and estimated completion time.
deepl_download_documentDownload the translated document after translation completes. Returns the translated file content.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open your account and copy the Authentication Key.
- Free keys end in :fx and use api-free.deepl.com. Pro keys use api.deepl.com (edit base_url).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect DeepL to Even: call connect_begin("deepl") on the even-connect MCP and walk me through it.
Translate customer feedback into German and improve the text clarity using DeepL Write.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.