Automate Scrapfly workflows through Rube MCP with tool discovery and execution.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "scrapfly-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/scrapfly-automation/SKILL.md 2. Save it as ~/.claude/skills/scrapfly-automation/SKILL.md 3. Reload skills and tell me it's ready
Developers use it in automation flows to discover tools, verify schemas, and then execute Scrapfly operations, reducing failures caused by interface changes.
Before running a task, users can verify that the scrapfly connection is active and then proceed, avoiding interruptions caused by incomplete authorization.
Teams can reuse session IDs, follow recommended execution plans, and fetch full schemas when needed for more reliable Scrapfly automation integrations.
The documentation explains how to automate Scrapfly tasks through Rube MCP using Composio's Scrapfly toolkit. It covers prerequisites, connection setup, tool discovery, and the standard execution pattern. A key point is to always call RUBE_SEARCH_TOOLS first to get the latest schemas, then verify the scrapfly connection is ACTIVE, and only then execute tools with RUBE_MULTI_EXECUTE_TOOL while handling memory, session reuse, pagination, and full schema lookup when needed.
Automate Scrapfly operations through Composio's Scrapfly toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/scrapfly
RUBE_MANAGE_CONNECTIONS with toolkit scrapflyRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit scrapflyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Scrapfly operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Scrapfly task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["scrapfly"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Scrapfly-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit scrapfly |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
It lets you automate Scrapfly-related tasks through Rube MCP using Composio's Scrapfly toolkit. The docs specifically emphasize searching for tools first and then executing with the current schema.
You need Rube MCP connected and RUBE_SEARCH_TOOLS available. You also need a scrapfly toolkit connection configured through RUBE_MANAGE_CONNECTIONS and confirmed as ACTIVE.
Because tool schemas may change, the docs explicitly say not to hardcode tool slugs or arguments. You should call RUBE_SEARCH_TOOLS first to get the current tools, input schemas, and execution guidance.
Automate Linguapop workflows via Rube MCP after checking current tool schemas.
Automate Zenserp search tasks through Rube MCP and retrieve structured results
Automate HR and workplace tasks in Factorial through Rube MCP.
Automate Adyntel tasks through Rube MCP using current tool schemas first.
Automate Ambient Weather queries and weather-data tasks through Rube MCP.
Automate Worksnaps task lookup, management, and workflows through Rube MCP.
Automate Scrapingant scraping tasks and workflows through Rube MCP.
Automate ScrapingBee scraping tasks and web data workflows via Rube MCP.
Automate Webscraping AI workflows through Rube MCP with tool discovery.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Scrape Do workflows via Rube MCP to collect structured web data.
Automate AppsFlyer queries, reports, and attribution tasks through Rube MCP.