map
Pack: firecrawl · Endpoint: https://gateway.pipeworx.io/firecrawl/mcp
Discover all URLs on a website
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | yes | The website URL to map, e.g. “https://example.com” |
search | string | no | Optional search term to filter discovered URLs by relevance. |
limit | number | no | Maximum number of URLs to return (default 100, max 5000). |
_apiKey | string | no | Optional — your own Firecrawl API key for higher limits; omit to use the shared Pipeworx key. |
Example call
curl -X POST https://gateway.pipeworx.io/firecrawl/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"map","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"firecrawl": {
"url": "https://gateway.pipeworx.io/firecrawl/mcp"
}
}
}
See Getting Started for client-specific install steps.