map
ActiveTool of mcp-firecrawl
declared in 0.1.0
Crawl a website and return all discovered URLs (up to 5,000). Optionally filter by a search term to rank discovered links by relevance. Returns {url, count, links[]}.
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "The website URL to map, e.g. \"https://example.com\""
},
"limit": {
"type": "number",
"description": "Maximum number of URLs to return (default 100, max 5000)."
},
"search": {
"type": "string",
"description": "Optional search term to filter discovered URLs by relevance."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Firecrawl API key for higher limits; omit to use the shared Pipeworx key."
}
}
}Parent server
mcp-firecrawl
https://github.com/pipeworx-io/mcp-firecrawl
2/7 registries