Scrapling Fetch MCP enables AI assistants to access text content from websites protected by bot detection mechanisms, bridging the gap between what humans can view in browsers and what AIs can access. Built by cyberchitta, it provides two main tools: s-fetch-page for retrieving complete web pages with pagination support, and s-fetch-pattern for extracting specific content using regex patterns with surrounding context. The server offers three protection levels (basic, stealth, and max-stealth) to handle various degrees of bot detection, making it particularly valuable for retrieving documentation and reference materials from protected sites without requiring users to manually copy and paste content.
Retrieves complete web pages with pagination support. Parameters: url (string), mode (string)
Extracts content matching regex patterns with surrounding context. Parameters: url (string), mode (string), search_pattern (string), context_chars (integer)
No reviews yet. Be the first to review!
Sign in to join the conversation