How to Use the EmailListVerify MCP in Claude Code
Plumb EmailListVerify into your CI/CD pipelines and shell scripts. Check credits and verify emails from the terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect EmailListVerify MCP to Claude Code
Create your Vinkius account to connect EmailListVerify to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Validate Emails in Your Scripts
Use `verify_single_email` in any shell script. It's perfect for a pre-commit hook to reject signups with bad email addresses before they even get into the database. The tool exits with a clear status, making it easy to script around. Before running a batch process, check your balance first. Run `get_remaining_credits` and pipe the output to a variable. If it's too low, your script can automatically alert you and exit gracefully. No more failed jobs due to an empty account.
Monitor Bulk Jobs from the Command Line
You kick off bulk jobs on the EmailListVerify site, then monitor them from your terminal. Use `list_verification_jobs | grep 'Q4_leads'` to find your job ID. Then, you can set up a cron job to poll `get_verification_job_status` with that ID. Piping the status to a log file or a monitoring service is straightforward. This MCP server lets you integrate list cleaning into your automated backend processes, without ever leaving the command line.
Filter Job Lists with Standard Tools
The filtering tools are designed to work with standard command-line utilities. Run `list_in_progress_verification_jobs` to see only what's currently processing. The clean output is easy to parse with `jq` or `awk`. Similarly, `list_successfully_processed_files` gives you a list of jobs ready for download. You can script a workflow to automatically fetch results as soon as a job is done. This is about building reliable, automated data hygiene pipelines.
Set up EmailListVerify MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeemaillistverify-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest EmailListVerify transactions." It will automatically discover and invoke the available EmailListVerify tools.
claude mcp add --transport http emaillistverify-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 EmailListVerify MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the EmailListVerify MCP today
We host it, we monitor it, we maintain it. You just paste one token.