get_crawl_results

MCP tool from Olostep MCP Server by olostep

Retrieve the status and scraped pages for an async crawl started with createcrawl. This is the required companion to createcrawl — createcrawl only kicks off the job and returns a crawlid; this tool is how you actually fetch the discovered pages and their content.

How to use it

get_crawl_results is exposed by the Olostep MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_crawl_results 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