MCP Server Policy
CROWDSTRIKE FALCON MCP POLICY
Enforce policies on every tool call to the CrowdStrike Falcon MCP Server. 33 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 CrowdStrike Falcon.
# Download policy scaffold
curl -o crowdstrike.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/crowdstrike.yaml
# Run with Intercept
intercept --policy crowdstrike.yaml -- npx -y @falcon-mcp Server documentation: https://github.com/CrowdStrike/falcon-mcp
READ TOOLS
29WRITE TOOLS
1DESTRUCTIVE TOOLS
1EXECUTE TOOLS
1OTHER 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 falcon-mcp"
default: "allow"
tools:
falcon_check_connectivity:
rules: []
falcon_list_enabled_modules:
rules: []
falcon_list_modules:
rules: []
falcon_search_kubernetes_containers:
rules: []
falcon_count_kubernetes_containers:
rules: []
falcon_search_images_vulnerabilities:
rules: []
falcon_search_detections:
rules: []
falcon_get_detection_details:
rules: []
falcon_search_applications:
rules: []
falcon_search_unmanaged_assets:
rules: []
falcon_search_hosts:
rules: []
falcon_get_host_details:
rules: []
falcon_show_crowd_score:
rules: []
falcon_search_incidents:
rules: []
falcon_get_incident_details:
rules: []
falcon_search_behaviors:
rules: []
falcon_get_behavior_details:
rules: []
search_ngsiem:
rules: []
falcon_search_actors:
rules: []
falcon_search_indicators:
rules: []
falcon_search_reports:
rules: []
falcon_get_mitre_report:
rules: []
falcon_search_iocs:
rules: []
falcon_search_sensor_usage:
rules: []
falcon_search_scheduled_reports:
rules: []
falcon_search_report_executions:
rules: []
falcon_download_report_execution:
rules: []
falcon_search_serverless_vulnerabilities:
rules: []
falcon_search_vulnerabilities:
rules: []
falcon_add_ioc:
rules: []
falcon_remove_iocs:
rules: []
falcon_launch_scheduled_report:
rules: []
idp_investigate_entity:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the CrowdStrike Falcon MCP server expose?
The CrowdStrike Falcon MCP Server exposes 33 tools across 5 categories: Read, Write, Destructive, Execute, Other. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on CrowdStrike Falcon?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the CrowdStrike Falcon MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the CrowdStrike Falcon 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 CROWDSTRIKE FALCON
Open source. One binary. Zero dependencies.