How to Use the MailerCheck MCP in Claude Code
Pipe MailerCheck validation directly into your terminal pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect MailerCheck MCP to Claude Code
Create your Vinkius account to connect MailerCheck 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.
Headless Batch Verification
Running list hygiene shouldn't require clicking through a web dashboard. You can trigger massive validation jobs right from your command line using the MCP protocol. Claude Code takes your local CSV, parses the addresses, and fires them into `create_verification_batch`. You can set up a cron job that runs this exact sequence every night at midnight.
Automated Result Fetching via Claude Code
Kicking off a job is only half the battle. You need those results back in your system without manual intervention. Your headless agent uses `list_verification_batches` to find the latest job ID. It then runs `get_batch_results`, pipes the clean data into jq, and updates your staging environment automatically.
Real-Time Checks and Balance Alerts
Sometimes a support ticket requires checking exactly one problematic user. You don't need to write a custom curl request to figure out why their welcome email bounced. Type your prompt, and the agent executes `verify_single_email` instantly. It can also run `get_account_info` to alert your Slack channel if your monthly verification credits drop below a specific threshold.
Set up MailerCheck 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 seemailercheck-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest MailerCheck transactions." It will automatically discover and invoke the available MailerCheck tools.
claude mcp add --transport http mailercheck-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 MailerCheck MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the MailerCheck MCP today
We host it, we monitor it, we maintain it. You just paste one token.