apify_scrape_url
Pack: apify · Endpoint: https://gateway.pipeworx.io/apify/mcp
Scrape a single web page (or crawl from it) and get clean, RAG-friendly markdown content. Convenience wrapper around the “apify~website-content-crawler” Actor. Example: apify_scrape_url({ url: “https://docs.apify.com/api/v2”, _apiKey: “your-token” }).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | yes | The URL to scrape, e.g. “https://example.com/article”. |
_apiKey | string | yes | Your Apify API token (get one at https://console.apify.com/sign-up). |
Example call
curl -X POST https://gateway.pipeworx.io/apify/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"apify_scrape_url","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"apify": {
"url": "https://gateway.pipeworx.io/apify/mcp"
}
}
}
See Getting Started for client-specific install steps.