"Scrapy" matching MCP tools:
- Extract and scrape webpage content using auto, simple, Scrapy, or Selenium methods. Define extraction rules or wait for specific elements to retrieve targeted data.
- Fetch raw HTML content from any URL with optional JavaScript rendering for dynamic websites and Single Page Applications.MIT
- Extract webpage content for analysis by fetching clean markdown, HTML, or structured JSON. Handles JavaScript-rendered pages and bypasses anti-bot protection.MIT
- Extract text content from any URL for data analysis, research, or content processing using web scraping functionality.MIT
- Unlock Android device screens without secure locks by waking the display and sending unlock commands through ADB for devices without PIN, password, or pattern protection.MIT
- Set clipboard content on Android devices via ADB for text transfer during automation tasks, with awareness of Android security restrictions.MIT
Matching MCP Servers
- AlicenseAqualityCmaintenanceA powerful web scraping MCP server built on Scrapy and FastMCP that supports multiple scraping methods (HTTP, Scrapy, browser automation), anti-detection techniques, form handling, and concurrent crawling. Designed for commercial environments with enterprise-grade features like intelligent retry mechanisms, performance monitoring, and configurable data extraction.Last updated103
- AlicenseAqualityCmaintenanceA server that enables web scraping of difficult-to-access websites affected by bot detection, captchas, or geolocation restrictions, returning results in either HTML or Markdown format.Last updated210418MIT
Matching MCP Connectors
- scraps-kitchen-mcpOAuth
Scraps Kitchen gives any AI agent a persistent, household-aware kitchen memory. Unlike generic chatbot recall, Scraps maintains structured cooking data: what's in your fridge (with freshness tracking), who you cook for (with allergens, dietary restrictions, and preferences), your recipe collection (with cook notes and per-diner ratings), your shopping list, and your kitchen equipment. 27 tools across 6 domains let agents read kitchen context, suggest meals that respect dietary safety, update the pantry after cooking, and build a history of what works for your household. Every interaction makes the data richer. Cooking history, preference signals, kitchen awareness = better suggestions next time. All tools work via oAuth and a free scraps.kitchen account.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
- Execute shell commands on Android devices via ADB to automate tasks, manage files, or control system functions. Use caution as commands can perform any device operation.MIT
- Extract web content as Markdown from any URL. Automatically escalates from static HTML to JavaScript rendering to stealth browser for challenging pages.MIT
- Connect to an Android device over WiFi using ADB for wireless control and automation. Requires device IP address and TCP/IP mode enabled.MIT
- Enable TCP/IP mode on Android devices for wireless debugging. Connect via USB first to switch to WiFi debugging, then disconnect the cable for remote access.MIT
- Send keycode events to Android devices for remote control, using scrcpy protocol when available or ADB as fallback. Simulate actions like HOME, BACK, VOLUME, POWER, and ENTER.MIT
- Simulate pinch gestures on Android devices for zooming in or out by specifying center coordinates and distance parameters.MIT
- Retrieve the WiFi IP address of an Android device to enable wireless connections through TCP/IP mode, facilitating remote control and screen streaming.MIT
- Remove all cached scraping results to force fresh requests in subsequent operations, ensuring updated and accurate data extraction with Scrapy MCP Server.
- Tap on Android screen coordinates using scrcpy for fast input control or ADB for fallback automation.MIT
- Extract the current Android UI hierarchy as XML to identify visible elements, their properties, and tap targets for automation testing.MIT
- Retrieve clipboard content from Android devices via dumpsys clipboard. Returns empty string if clipboard is empty. Note: May have limitations on Android 10+ due to privacy restrictions.MIT
- Extract website content as Markdown by bypassing bot detection, captchas, and geolocation restrictions using the ScrAPI service.MIT
- Retrieve the currently focused Android app's activity and package name to identify which application is running in the foreground on a connected device.MIT
- Transfer local files to an Android device using adb push. Specify device serial, local file path, and remote destination to modify device storage.MIT