MCP Server Policy
MIXPANEL MCP POLICY
Enforce policies on every tool call to the Mixpanel MCP Server. 18 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 Mixpanel.
# Download policy scaffold
curl -o mixpanel.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/mixpanel.yaml
# Run with Intercept
intercept --policy mixpanel.yaml -- npx -y @mixpanel-mcp-server Server documentation: https://github.com/mixpanel/mixpanel-mcp-server
READ TOOLS
8WRITE TOOLS
4DESTRUCTIVE TOOLS
1EXECUTE TOOLS
4OTHER 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 mixpanel-mcp-server"
default: "allow"
tools:
Get-Event-Details:
rules: []
Get-Events:
rules: []
Get-Issues:
rules: []
Get-Lexicon-URL:
rules: []
Get-Projects:
rules: []
Get-Property-Names:
rules: []
Get-Property-Values:
rules: []
Get-User-Replays-Data:
rules: []
Create-Tag:
rules: []
Edit-Event:
rules: []
Edit-Property:
rules: []
Rename-Tag:
rules: []
Run-Frequency-Query:
rules: []
Run-Funnels-Query:
rules: []
Run-Retention-Query:
rules: []
Run-Segmentation-Query:
rules: []
Delete-Tag:
rules: []
Dismiss-Issues:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Mixpanel MCP server expose?
The Mixpanel MCP Server exposes 18 tools across 5 categories: Read, Write, Execute, Destructive, Other. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Mixpanel?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Mixpanel MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Mixpanel 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 MIXPANEL
Open source. One binary. Zero dependencies.