MCP Server Policy
AMPLITUDE MCP POLICY
Enforce policies on every tool call to the Amplitude MCP Server. 24 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 Amplitude.
# Download policy scaffold
curl -o amplitude.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/amplitude.yaml
# Run with Intercept
intercept --policy amplitude.yaml -- npx -y @amplitude-mcp Server documentation: https://amplitude.com/docs/analytics/amplitude-mcp
READ TOOLS
18WRITE TOOLS
6POLICY 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 amplitude-mcp"
default: "allow"
tools:
search:
rules: []
get_from_url:
rules: []
get_context:
rules: []
get_charts:
rules: []
get_dashboard:
rules: []
get_cohorts:
rules: []
get_experiments:
rules: []
get_event_properties:
rules: []
get_session_replays:
rules: []
get_users:
rules: []
query_chart:
rules: []
query_charts:
rules: []
query_dataset:
rules: []
query_experiment:
rules: []
get_feedback_insights:
rules: []
get_feedback_comments:
rules: []
get_feedback_mentions:
rules: []
get_feedback_sources:
rules: []
save_chart_edits:
rules: []
create_chart:
rules: []
create_dashboard:
rules: []
create_notebook:
rules: []
create_experiment:
rules: []
create_cohort:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Amplitude MCP server expose?
The Amplitude MCP Server exposes 24 tools across 2 categories: Read, Write. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Amplitude?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Amplitude MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Amplitude 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 AMPLITUDE
Open source. One binary. Zero dependencies.