Skip to main content
Glama
136,330 tools. Last updated 2026-05-17 18:15

"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

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    A 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 updated
    10
    3

Matching MCP Connectors

  • 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
  • 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
  • Remove all cached scraping results to force fresh requests in subsequent operations, ensuring updated and accurate data extraction with Scrapy MCP Server.
  • 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
  • Transfer local files to an Android device using adb push. Specify device serial, local file path, and remote destination to modify device storage.
    MIT