MCP Server Policy
SNOWFLAKE MCP POLICY
Enforce policies on every tool call to the Snowflake MCP Server. 10 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 Snowflake.
# Download policy scaffold
curl -o snowflake.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/snowflake.yaml
# Run with Intercept
intercept --policy snowflake.yaml -- npx -y @snowflake-labs-mcp Server documentation: https://github.com/Snowflake-Labs/mcp
READ TOOLS
6WRITE TOOLS
2DESTRUCTIVE TOOLS
1EXECUTE 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 snowflake-labs-mcp"
default: "allow"
tools:
describe_object:
rules: []
list_objects:
rules: []
list_semantic_views:
rules: []
query_cortex_search:
rules: []
query_cortex_analyst:
rules: []
query_cortex_agent:
rules: []
create_object:
rules: []
create_or_alter_object:
rules: []
drop_object:
rules: []
run_query:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Snowflake MCP server expose?
The Snowflake MCP Server exposes 10 tools across 4 categories: Read, Write, Destructive, Execute. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Snowflake?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Snowflake MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Snowflake 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 SNOWFLAKE
Open source. One binary. Zero dependencies.