4,500+ servers built on MCP Fusion
Vinkius
Clearout logo
Vinkius
OpenAI Agents SDK logo

How to Use the Clearout MCP in OpenAI Agents SDK

Build production email verification agents with the OpenAI Agents SDK that actually work.

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
OpenAI Agents SDK

Connect Clearout MCP to OpenAI Agents SDK

Create your Vinkius account to connect Clearout to OpenAI Agents SDK 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

Manage Bulk Email Lists

Give your agent a list of emails and tell it to get them verified. It'll use the `verify_bulk` tool to start the job and return a list ID. You can then have the agent periodically check on its progress using `get_bulk_status`. Once the job is finished, your agent can use `download_results` to get the clean list. If you need to stop a job midway or clean up afterwards, the `cancel_bulk` and `remove_bulk_list` tools are there. The OpenAI dashboard gives you a full trace of the agent's actions, so you always know what's happening with your long-running tasks.

Find and Check Emails One by One

This isn't just for bulk jobs. You can build specialized agents that handle single lookups. For instance, one agent could be responsible for lead generation, using the `find_email` tool to get a business email from a name and company. It can then hand that email off to a different, more specialized verification agent. That second agent's only job is to use the `verify_email` tool to confirm it's a valid address before adding it to your system. This is exactly what OpenAI's agent handoffs were designed for.

Build a Monitor Agent with the OpenAI Agents SDK

You can create a simple, dedicated agent to watch your Clearout account. Using the `get_credits` tool, it can check your balance before letting other agents run expensive verification jobs. This is a perfect use case for OpenAI's built-in guardrails. The same monitor agent can use `check_clearout_status` to make sure the API is online. If it's down, the agent can pause all other email-related actions until the service is back up, preventing failed jobs and wasted cycles. This MCP Server gives your agents the tools they need to be self-sufficient.

Setup guide

Set up Clearout MCP in OpenAI Agents SDK

Prerequisites

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

    Install the SDK

    Run pip install openai-agents to install the OpenAI Agents SDK. The MCP integration is built-in — no extra dependencies needed.

  2. 2

    Connect via SSE transport

    Use MCPServerSse with your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. The SDK auto-discovers all Clearout tools at runtime.

  3. 3

    Create your Agent

    Pass the MCP to Agent(mcp_servers=[server]). The agent receives Clearout tools as native definitions — JSON schemas resolve automatically.

  4. 4

    Run the agent

    Call Runner.run(agent, prompt) to execute. The agent invokes the appropriate Clearout tools and returns structured results. Copy the full example on the right to get started.

agent.py
import asyncio
from agents import Agent, Runner
from agents.mcp import MCPServerSse

async def main():
    async with MCPServerSse(
        url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ) as server:
        agent = Agent(
            name="Clearout Agent",
            instructions="You have access to Clearout tools.",
            mcp_servers=[server],
        )
        result = await Runner.run(agent, "List recent transactions")
        print(result.final_output)

asyncio.run(main())

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Clearout. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

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 OpenAI Agents SDK

Your agent should call the `verify_bulk` tool with your list of emails. It will get back a list ID, which you can then use with the `get_bulk_status` tool to track the verification progress.
Yes, absolutely. The `find_email` tool is designed for this. Give it a person's name and their company's domain, and it will return a probable business email address.
Just have your agent call the `get_credits` tool. It takes no arguments and returns your current credit balance, so you can decide whether to run a new verification job.
Using the `cancel_bulk` tool stops Clearout from processing any more emails in that list. Any emails that were already verified are safe, and you can still download their results.
The Clearout MCP Server only processes the email addresses you send for verification. Vinkius runs the server in an ephemeral sandbox, meaning your data is gone after the request completes. Be aware that OpenAI's tracing might log tool inputs, so check your dashboard settings for data visibility.

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.