MCP Server Policy

NOTION MCP POLICY

Enforce policies on every tool call to the Notion MCP Server. 16 tools listed, categorised, and ready for rules.

notion-mcp-server 7 read 9 write 16 tools total
notion productivity databases pages collaboration

GET STARTED

Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Notion.

terminal

# Download policy scaffold

curl -o notion.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/notion.yaml

# Run with Intercept

intercept --policy notion.yaml -- npx -y @notion-mcp-server

Server documentation: https://developers.notion.com/docs/mcp

READ TOOLS

7

WRITE TOOLS

7

DESTRUCTIVE TOOLS

2

POLICY YAML

This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.

notion.yaml
version: "1"
description: "Policy for notion-mcp-server"
default: "allow"
tools:
    notion-fetch:
        rules: []
    notion-get-block-children:
        rules: []
    notion-get-comments:
        rules: []
    notion-get-databases:
        rules: []
    notion-get-page:
        rules: []
    notion-query-data-sources:
        rules: []
    notion-search:
        rules: []
    notion-create-comment:
        rules: []
    notion-create-database:
        rules: []
    notion-create-pages:
        rules: []
    notion-move-pages:
        rules: []
    notion-update-block:
        rules: []
    notion-update-database:
        rules: []
    notion-update-page:
        rules: []
    notion-delete-block:
        rules: []
    notion-delete-page:
        rules: []

RELATED POLICIES

FREQUENTLY ASKED QUESTIONS

What tools does the Notion MCP server expose?

The Notion MCP Server exposes 16 tools across 3 categories: Read, Write, Destructive. Each tool can be individually controlled with Intercept policies.

How do I enforce policies on Notion?

Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Notion MCP server. Every tool call is evaluated against your YAML policy before execution.

Is the Notion 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 NOTION

Open source. One binary. Zero dependencies.