Skip to main content
Glama

Firecrawl MCP Server

by ampcome-mcps
MIT License
40,978
  • Apple

firecrawl_map

Discover all indexed URLs on a website to identify pages for scraping or locate specific sections before content extraction.

Instructions

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:

{ "name": "firecrawl_map", "arguments": { "url": "https://example.com" } }

Returns: Array of URLs found on the site.

Input Schema

NameRequiredDescriptionDefault
ignoreSitemapNoSkip sitemap.xml discovery and only use HTML links
includeSubdomainsNoInclude URLs from subdomains in results
limitNoMaximum number of URLs to return
searchNoOptional search term to filter URLs
sitemapOnlyNoOnly use sitemap.xml for discovery, ignore HTML links
urlYesStarting URL for URL discovery

Input Schema (JSON Schema)

{ "properties": { "ignoreSitemap": { "description": "Skip sitemap.xml discovery and only use HTML links", "type": "boolean" }, "includeSubdomains": { "description": "Include URLs from subdomains in results", "type": "boolean" }, "limit": { "description": "Maximum number of URLs to return", "type": "number" }, "search": { "description": "Optional search term to filter URLs", "type": "string" }, "sitemapOnly": { "description": "Only use sitemap.xml for discovery, ignore HTML links", "type": "boolean" }, "url": { "description": "Starting URL for URL discovery", "type": "string" } }, "required": [ "url" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ampcome-mcps/firecrawl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server