MCP Server Policy
DEEPL MCP POLICY
Enforce policies on every tool call to the DeepL MCP Server. 8 tools listed, categorised, and ready for rules.
GET STARTED
Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches DeepL.
# Download policy scaffold
curl -o deepl.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/deepl.yaml
# Run with Intercept
intercept --policy deepl.yaml -- npx -y @deepl-mcp-server Server documentation: https://github.com/DeepLcom/deepl-mcp-server
READ TOOLS
6WRITE TOOLS
1EXECUTE TOOLS
2POLICY YAML
This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.
version: "1"
description: "Policy for deepl-mcp-server"
default: "allow"
tools:
get-source-languages:
rules: []
get-target-languages:
rules: []
get-writing-styles:
rules: []
list-glossaries:
rules: []
get-glossary-info:
rules: []
get-glossary-dictionary-entries:
rules: []
translate-text:
rules: []
rephrase-text:
rules: []
translate-document:
rules: [] FREQUENTLY ASKED QUESTIONS
What tools does the DeepL MCP server expose?
The DeepL MCP Server exposes 8 tools across 3 categories: Read, Execute, Write. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on DeepL?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the DeepL MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the DeepL policy free to use?
Yes. All Intercept policies are open source under the Apache 2.0 licence. Download, modify, and deploy without restrictions.
ENFORCE POLICIES ON DEEPL
Open source. One binary. Zero dependencies.