Skip to main content
Glama

MCP Server for Crawl4AI

by omgwtfwow

smart_crawl

Automatically detect and crawl web content by analyzing URL types and formats, handling HTML pages, sitemaps, RSS feeds, and text content with adaptive parsing strategies.

Instructions

[STATELESS] Auto-detect and handle different content types (HTML, sitemap, RSS, text). Use when: URL type is unknown, crawling feeds/sitemaps, or want automatic format handling. Adapts strategy based on content. Creates new browser each time. For persistent operations use create_session + crawl.

Input Schema

NameRequiredDescriptionDefault
bypass_cacheNoForce fresh crawl
follow_linksNoFor sitemaps/RSS: crawl found URLs (max 10). For HTML: no effect
max_depthNoMaximum crawl depth for sitemaps
urlYesThe URL to crawl intelligently

Input Schema (JSON Schema)

{ "properties": { "bypass_cache": { "default": false, "description": "Force fresh crawl", "type": "boolean" }, "follow_links": { "default": false, "description": "For sitemaps/RSS: crawl found URLs (max 10). For HTML: no effect", "type": "boolean" }, "max_depth": { "default": 2, "description": "Maximum crawl depth for sitemaps", "type": "number" }, "url": { "description": "The URL to crawl intelligently", "type": "string" } }, "required": [ "url" ], "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