Skip to main content
Glama

MCP Server for Crawl4AI

by omgwtfwow

batch_crawl

Crawl multiple URLs simultaneously to process URL lists, compare web pages, or extract bulk data efficiently with parallel processing capabilities.

Instructions

[STATELESS] Crawl multiple URLs concurrently for efficiency. Use when: processing URL lists, comparing multiple pages, or bulk data extraction. Faster than sequential crawling. Max 5 concurrent by default. Each URL gets a fresh browser. Cannot maintain state between URLs. For persistent operations use create_session + crawl.

Input Schema

NameRequiredDescriptionDefault
bypass_cacheNoBypass cache for all URLs
max_concurrentNoParallel request limit. Higher = faster but more resource intensive. Adjust based on server capacity and rate limits
remove_imagesNoRemove images from output by excluding img, picture, and svg tags
urlsYesList of URLs to crawl

Input Schema (JSON Schema)

{ "properties": { "bypass_cache": { "default": false, "description": "Bypass cache for all URLs", "type": "boolean" }, "max_concurrent": { "default": 5, "description": "Parallel request limit. Higher = faster but more resource intensive. Adjust based on server capacity and rate limits", "type": "number" }, "remove_images": { "default": false, "description": "Remove images from output by excluding img, picture, and svg tags", "type": "boolean" }, "urls": { "description": "List of URLs to crawl", "items": { "type": "string" }, "type": "array" } }, "required": [ "urls" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/omgwtfwow/mcp-crawl4ai-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server