neverbounce-automation
Automate Neverbounce tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:38
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-neverbounce-automation&locale=en&source=copy
Neverbounce Automation - Email Verification Automation Integration
Skill Overview
Automate Neverbounce email verification tasks using Rube MCP (Composio). Supports bulk email cleanup, connection management, and workflow orchestration.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to automatically fetch the latest tool schemas and available actions, ensuring synchronization with changes in the Neverbounce API RUBE_MANAGE_CONNECTIONS to real-time monitor and manage Neverbounce connection status, supporting multi-connection switching and health checks RUBE_MULTI_EXECUTE_TOOL and RUBE_REMOTE_WORKBENCH, supporting pagination and large-scale list processing FAQs
How do I connect Neverbounce with Rube MCP?
First, add the Rube MCP server (
https://rube.app/mcp) to the client configuration, then call RUBE_MANAGE_CONNECTIONS and specify the toolkit as neverbounce. The system will return an authorization link. After completing authorization, the connection status will show as ACTIVE. The connection process requires no API key—just complete authorization via the link.What operations does Neverbounce automation support?
Use
RUBE_SEARCH_TOOLS to dynamically discover all available Neverbounce tools, including email verification, bulk checks, and account management. The tool schemas may change with updates to the Neverbounce API, so it’s recommended to search for tools before each execution to obtain the latest schema.How do I bulk-verify an email list?
Use
RUBE_MULTI_EXECUTE_TOOL to execute the email verification tool and pass in the email list parameters. For large lists, use RUBE_REMOTE_WORKBENCH to call the run_composio_tool() function, and check pagination tokens in the response to continuously retrieve complete results. Make sure to obtain the correct parameter schema via RUBE_SEARCH_TOOLS before execution.