create_crawl

MCP tool from Olostep MCP Server by olostep

Start an async crawl that autonomously discovers and scrapes entire websites by following links. Returns a crawlid — the crawl runs in the background and does not return content in this response. You must then call getcrawlresults with the crawlid to poll status and retrieve the scraped pages (same

How to use it

create_crawl is exposed by the Olostep MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the create_crawl tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Olostep MCP Server

$docker run -i --rm -e OLOSTEP_API_KEY="your-api-key" olostep/mcp-server:local
FULL OLOSTEP MCP SERVER LISTING