MCP Server Policy
FIRECRAWL MCP POLICY
Enforce policies on every tool call to the Firecrawl MCP Server. 7 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 Firecrawl.
# Download policy scaffold
curl -o firecrawl.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/firecrawl.yaml
# Run with Intercept
intercept --policy firecrawl.yaml -- npx -y @firecrawl/firecrawl-mcp-server Server documentation: https://github.com/mendableai/firecrawl-mcp-server
READ TOOLS
1OTHER 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 firecrawl/firecrawl-mcp-server"
default: "allow"
tools:
firecrawl_search:
rules: []
firecrawl_agent:
rules: []
firecrawl_batch_scrape:
rules: []
firecrawl_browser:
rules: []
firecrawl_crawl:
rules: []
firecrawl_map:
rules: []
firecrawl_scrape:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Firecrawl MCP server expose?
The Firecrawl MCP Server exposes 7 tools across 2 categories: Read, Other. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Firecrawl?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Firecrawl MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Firecrawl 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 FIRECRAWL
Open source. One binary. Zero dependencies.