How to Use the Maileroo MCP in Claude Code
Manage your Maileroo infrastructure straight from the terminal with the Maileroo MCP server for Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Maileroo MCP to Claude Code
Create your Vinkius account to connect Maileroo 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.
CLI-Driven Maileroo MCP Server
The `send_transactional_email` tool allows you to dispatch alerts from your terminal. You can pipe the output of a failed cron job directly into Claude Code, which formats the error and fires an email to your on-call rotation. It pulls specific designs using `list_email_templates`. Claude Code grabs the template ID for your system alerts, injects the shell output as variables, and hits the API without requiring any custom curl scripts.
Headless Delivery Auditing
The `list_sending_activity` tool dumps your latest delivery metrics into your CLI. If users report missing receipts, you ask Claude Code to query the logs and grep for hard bounces. It combines this with `get_domain_details` to diagnose reputation drops. Claude Code checks the domain status, reads the authentication flags, and prints out any missing SPF records directly to your standard output.
Infrastructure as Code Validation
The `list_configured_webhooks` tool lets you audit your event endpoints from the command line. Claude Code fetches your active hooks and compares them against your Terraform state files to find drift. It uses `list_sending_domains` to verify your production domains are actually active. Run it in a CI pipeline to ensure all sender profiles are verified before deploying a new notification service.
Set up Maileroo 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 seemaileroo-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Maileroo transactions." It will automatically discover and invoke the available Maileroo tools.
claude mcp add --transport http maileroo-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 Maileroo MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Maileroo MCP today
We host it, we monitor it, we maintain it. You just paste one token.