Low Risk

firecrawl_map

Map a website to discover all indexed URLs on the site. Best for: Discovering URLs on a website before deciding what to scrape; finding specific sections of a website. Not recommended for: When you already know which specific URL you need (use scrape or batch_scrape); when you need the content of...

How to control firecrawl_map ↓

What firecrawl_map does on Firecrawl Web Scraping Server

AI agents call firecrawl_map to retrieve information from Firecrawl Web Scraping Server without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
url string Starting URL for URL discovery
limit number Maximum number of URLs to return
search string Optional search term to filter URLs
sitemapOnly boolean Only use sitemap.xml for discovery, ignore HTML links
ignoreSitemap boolean Skip sitemap.xml discovery and only use HTML links
includeSubdomains boolean Include URLs from subdomains in results

Parameters from the server's own tool schema.

Low Risk

Why firecrawl_map needs a policy

firecrawl_map retrieves and lists structural information about a website without modifying, executing code, deleting data, or committing financial transactions. It is a read-only reconnaissance operation with minimal security risk—the worst outcome is information disclosure about publicly indexed URLs.

From the tool's definition The tool 'maps a website to discover all indexed URLs on the site' and returns 'Array of [URLs]'. It performs discovery and enumeration with no side effects, data modification, or irreversible actions.

Risk signalsAccepts URL/endpoint input (url)

Documented attack patterns abuse exactly the kind of access firecrawl_map gives an agent:

How to control firecrawl_map

PolicyLayer is an MCP gateway — it sits between your AI agents and Firecrawl Web Scraping Server, and nothing reaches the server without passing your rules. This is the rule we recommend for firecrawl_map:

policy.json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "firecrawl_map": {}
  }
}

firecrawl_map is read-only, so it stays allowed — but everything else on the server is denied unless you say otherwise.

  1. Create a free account and register Firecrawl Web Scraping Server — nothing to install.
  2. Add this policy — paste it, or build it visually.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
CAP THIS TOOL →

Free to start. No card required.

Related tools and policies

Go deeper

Questions about firecrawl_map

What does the firecrawl_map tool do? +

Map a website to discover all indexed URLs on the site. Best for: Discovering URLs on a website before deciding what to scrape; finding specific sections of a website. Not recommended for: When you already know which specific URL you need (use scrape or batch_scrape); when you need the content of the pages (use scrape after mapping). Common mistakes: Using crawl to discover URLs instead of map. Prompt Example: "List all URLs on example.com." Usage Example: json { "name": "firecrawl_map", "arguments": { "url": "https://example.com" } } Returns: Array of URLs found on the site. It is categorised as a Read tool in the Firecrawl Web Scraping Server MCP Server, which means it retrieves data without modifying state.

What parameters does firecrawl_map accept? +

firecrawl_map accepts 6 parameters: url, limit, search, sitemapOnly, ignoreSitemap, includeSubdomains. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on firecrawl_map? +

Register the Firecrawl Web Scraping Server MCP server in PolicyLayer and add a rule for firecrawl_map: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Firecrawl Web Scraping Server. Nothing to install.

What risk level is firecrawl_map? +

firecrawl_map is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit firecrawl_map? +

Yes. Add a rate_limit block to the firecrawl_map rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block firecrawl_map completely? +

Set action: deny in the PolicyLayer policy for firecrawl_map. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides firecrawl_map? +

firecrawl_map is provided by the Firecrawl Web Scraping Server MCP server (0xzapata/firecrawl-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

Enforce policy on every Firecrawl Web Scraping Server tool call.

Start from Firecrawl Web Scraping Server, add the rest of your stack, and see everything your agents can call. Then put policy on all of it.

Free to start. No card required.

8 Firecrawl Web Scraping Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.