MCPVault

crawl_site

MCP tool from Searxng MCP by TadMSTR

Crawl an entire site and return a manifest of URL/title/snippet for each page. Tries Firecrawl crawl first, falls back to sitemap parsing, then optional BFS. Full page content is cached in Valkey so follow-up fetchurl calls are zero-cost.

How to use it

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

Install Searxng MCP

$docker run -d -p 11235:11235 unclecode/crawl4ai:0.8.6
FULL SEARXNG MCP LISTING