4,500+ servers built on MCP Fusion
Vinkius
Clearout logo
Vinkius
CrewAI logo

How to Use the Clearout MCP in CrewAI

Deploy autonomous agent teams in CrewAI to clean your marketing lists using Clearout.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Clearout MCP on Cursor AI Code Editor MCP Client Clearout MCP on Claude Desktop App MCP Integration Clearout MCP on OpenAI Agents SDK MCP Compatible Clearout MCP on Visual Studio Code MCP Extension Client Clearout MCP on GitHub Copilot AI Agent MCP Integration Clearout MCP on Google Gemini AI MCP Integration Clearout MCP on Lovable AI Development MCP Client Clearout MCP on Mistral AI Agents MCP Compatible Clearout MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Clearout MCP to CrewAI

Create your Vinkius account to connect Clearout to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Autonomous List Hygiene Crews

Assign a data-prep agent to manage your massive CSV uploads. This worker triggers `verify_bulk` to start the scrubbing process and hands the tracking ID to a monitor agent. The monitor agent runs `get_bulk_status` on a loop until the job finishes. Once the progress hits 100%, it signals a reporting agent to execute `download_results` and format the clean emails for your next campaign.

Real-Time Lead Enrichment Teams

Build a dedicated research crew that validates inbound leads the second they hit your system. A scout agent takes a company name and runs `find_email` through the MCP Server to locate the right decision-maker. A secondary validation agent then takes that result and runs `verify_email` to ensure the address will not bounce. If the domain looks suspicious, a senior agent steps in to run `verify_catchall` and make a final call on the lead's quality.

Cost Control and Failsafe Operations

Dedicate an oversight agent to watch your API spending. This worker periodically runs `get_credits` and shares the balance with the rest of the crew's shared memory. When credits run dangerously low during a massive batch job, the manager agent can intervene. It will execute `cancel_bulk` to stop the bleeding, preserving the results of already processed emails while halting further spend.

Setup guide

Set up Clearout MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Clearout tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Clearout Analyst",
    goal="Access and analyze Clearout data via MCP.",
    backstory="Expert analyst with direct Clearout access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Clearout transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Clearout MCP in CrewAI

Pass the Vinkius endpoint directly into your agent's mcps array. For tighter control, use MCPServerHTTP with tool_filter to restrict which agent gets which specific tools.
Yes. You can assign a diagnostic agent to run check_clearout_status before kicking off large jobs. If the connection drops, the crew can wait and retry later.
Give your researcher agent access to find_email and your data engineer agent access to verify_bulk and remove_bulk_list. Role-based access keeps your crew focused and prevents accidental deletions.
Set up sequential execution. Agent A starts the job, Agent B polls the status, and Agent C downloads the results. They pass the list ID down the chain via shared memory.
Vinkius executes every tool call inside a stateless, isolated V8 environment. Your proprietary email lists and domain queries exist only in memory for the duration of the request.

Start using the Clearout MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Clearout. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.