MCP Server Policy
DISCORD MCP POLICY
Enforce policies on every tool call to the Discord MCP Server. 22 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 Discord.
# Download policy scaffold
curl -o discord.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/discord.yaml
# Run with Intercept
intercept --policy discord.yaml -- npx -y @ Server documentation: https://www.npmjs.com/package/mcp-server-discord
OTHER TOOLS
22POLICY 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 "
default: "allow"
tools:
discord_add_multiple_reactions:
rules: []
discord_add_reaction:
rules: []
discord_create_category:
rules: []
discord_create_forum_post:
rules: []
discord_create_text_channel:
rules: []
discord_create_webhook:
rules: []
discord_delete_category:
rules: []
discord_delete_channel:
rules: []
discord_delete_forum_post:
rules: []
discord_delete_message:
rules: []
discord_delete_webhook:
rules: []
discord_edit_category:
rules: []
discord_edit_webhook:
rules: []
discord_get_forum_channels:
rules: []
discord_get_forum_post:
rules: []
discord_get_server_info:
rules: []
discord_login:
rules: []
discord_read_messages:
rules: []
discord_remove_reaction:
rules: []
discord_reply_to_forum:
rules: []
discord_send:
rules: []
discord_send_webhook_message:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Discord MCP server expose?
The Discord MCP Server exposes 22 tools across 1 categories: Other. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Discord?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Discord MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Discord 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 DISCORD
Open source. One binary. Zero dependencies.