Skip to main content
Glama

crawl4ai-mcp

by ritvij14

crawl_website

Crawl a website from a specified URL, extracting content up to a defined depth and page limit. Returns structured data for crawled pages.

Instructions

Crawl a website starting from the given URL up to a specified depth and page limit.

Args: url: The starting URL to crawl. crawl_depth: The maximum depth to crawl relative to the starting URL (default: 1). max_pages: The maximum number of pages to scrape during the crawl (default: 5).

Returns: List containing TextContent with a JSON array of results for crawled pages.

Input Schema

NameRequiredDescriptionDefault
crawl_depthNo
max_pagesNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "crawl_depth": { "default": 1, "title": "Crawl Depth", "type": "integer" }, "max_pages": { "default": 5, "title": "Max Pages", "type": "integer" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "crawl_websiteArguments", "type": "object" }

Other Tools from crawl4ai-mcp

Related Tools

    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/ritvij14/crawl4ai-mcp'

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