scrapingbee-automation
Automate Scrapingbee tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:31
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-scrapingbee-automation&locale=en&source=copy
Scrapingbee Automation — Implement Scrapingbee Automation via Rube MCP
Skills Overview
Automate Scrapingbee tasks without needing an API key by using Composio’s Rube MCP server. Supports dynamic tool discovery, connection management, and bulk execution.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to query available Scrapingbee tools in real time, retrieving the latest input schema and execution plan.RUBE_MANAGE_CONNECTIONS to check and manage Scrapingbee connection status, including one-click authorization activation.RUBE_MULTI_EXECUTE_TOOL, supporting chaining multiple tools and passing memory parameters.FAQs
How do I use Scrapingbee in Claude?
First, add
https://rube.app/mcp as an MCP server, then call RUBE_SEARCH_TOOLS to search for Scrapingbee-related tools. After establishing a connection with RUBE_MANAGE_CONNECTIONS, you can start using them.What prerequisites does Scrapingbee MCP require?
You need the Rube MCP server already connected (confirmed by checking whether
RUBE_SEARCH_TOOLS is available), and a valid Scrapingbee subscription account to complete connection authorization.Why do I always need to call RUBE_SEARCH_TOOLS first?
Scrapingbee’s tool schemas update frequently. Hard-coding tool slugs and parameters may cause execution failures. Dynamic discovery ensures you always get the latest correct format.