MCP Server Policy
MONDAY.COM MCP POLICY
Enforce policies on every tool call to the Monday.com MCP Server. 16 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 Monday.com.
# Download policy scaffold
curl -o monday.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/monday.yaml
# Run with Intercept
intercept --policy monday.yaml -- npx -y @mcp-server-monday Server documentation: https://github.com/Prat011/mcp-server-monday
READ TOOLS
7WRITE TOOLS
7DESTRUCTIVE TOOLS
1OTHER TOOLS
1POLICY 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 mcp-server-monday"
default: "allow"
tools:
monday-list-boards:
rules: []
monday-get-board-groups:
rules: []
monday-list-items-in-groups:
rules: []
monday-list-subitems-in-items:
rules: []
monday-get-item-updates:
rules: []
monday-get-docs:
rules: []
monday-get-doc-content:
rules: []
monday-create-item:
rules: []
monday-create-update:
rules: []
monday-create-board:
rules: []
monday-create-board-group:
rules: []
monday-move-item-to-group:
rules: []
monday-create-doc:
rules: []
monday-add-doc-block:
rules: []
monday-delete-item:
rules: []
monday-archive-item:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Monday.com MCP server expose?
The Monday.com MCP Server exposes 16 tools across 4 categories: Read, Write, Destructive, Other. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Monday.com?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Monday.com MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Monday.com 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 MONDAY.COM
Open source. One binary. Zero dependencies.