MCP Server Policy
DATADOG MCP POLICY
Enforce policies on every tool call to the Datadog MCP Server. 20 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 Datadog.
# Download policy scaffold
curl -o datadog.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/datadog.yaml
# Run with Intercept
intercept --policy datadog.yaml -- npx -y @winor30/mcp-server-datadog Server documentation: https://github.com/winor30/mcp-server-datadog
READ TOOLS
16OTHER TOOLS
4POLICY 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 winor30/mcp-server-datadog"
default: "allow"
tools:
get_active_hosts_count:
rules: []
get_dashboard:
rules: []
get_incident:
rules: []
get_logs:
rules: []
get_monitors:
rules: []
get_rum_applications:
rules: []
get_rum_events:
rules: []
get_rum_grouped_event_count:
rules: []
get_rum_page_performance:
rules: []
get_rum_page_waterfall:
rules: []
list_dashboards:
rules: []
list_downtimes:
rules: []
list_hosts:
rules: []
list_incidents:
rules: []
list_traces:
rules: []
query_metrics:
rules: []
cancel_downtime:
rules: []
mute_host:
rules: []
schedule_downtime:
rules: []
unmute_host:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Datadog MCP server expose?
The Datadog MCP Server exposes 20 tools across 2 categories: Read, Other. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Datadog?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Datadog MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Datadog 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 DATADOG
Open source. One binary. Zero dependencies.