scrape
Pack: firecrawl · Endpoint: https://gateway.pipeworx.io/firecrawl/mcp
Scrape a single URL into clean markdown (JS-rendered, main content only)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | yes | The URL to scrape, e.g. “https://example.com/article” |
formats | array | no | Output formats to return (default [“markdown”]). Options include “markdown”, “html”, “rawHtml”, “links”. |
items | string | no | |
only_main_content | boolean | no | Strip navigation, footers, and boilerplate, returning just the main content (default true). |
_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":"scrape","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.