glossary_language_pairs

Pack: deepl · Endpoint: https://gateway.pipeworx.io/deepl/mcp

Supported glossary language pairs.

Example call

curl -X POST https://gateway.pipeworx.io/deepl/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"glossary_language_pairs","arguments":{}}}'

Response shape

Full JSON Schema
{
  "type": "array",
  "description": "List of supported glossary language pairs",
  "items": {
    "type": "object",
    "properties": {
      "source_lang": {
        "type": "string",
        "description": "Source language code"
      },
      "target_lang": {
        "type": "string",
        "description": "Target language code"
      }
    },
    "required": [
      "source_lang",
      "target_lang"
    ]
  }
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "deepl": {
      "url": "https://gateway.pipeworx.io/deepl/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026