Maileroo Connector for AI agents.
6 live capabilities
Send transactional emails and manage deliverability with high speed.
Waiting for input…
Why people use Maileroo
Maileroo Transactional Email Management for Developers
With Maileroo, you just tell your agent to do it. You can send a message, check a domain's health, or verify an address in one go. You get a direct line to your email infrastructure without the overhead of a complex UI.
What Vinkius changes
You get a conversational interface for high-volume transactional email management.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Password Resets
A user forgets their password.
- Real-world use case 02
User Signup Verification
A new user signs up with a sketchy email.
- Real-world use case 03
Troubleshooting Delivery Spikes
A sudden spike in bounces occurs.
Complete set · 6capabilities
The complete Maileroo capability set.
These are the exact actions your AI can choose when you ask it to work with Maileroo.
01—03
3 capabilities in this set.
Part of 6 available through Maileroo.
- 01 Capability
Get domain details
Get the specific health and status info for a domain. This helps you troubleshoot why a specific sender is struggling.
- 02 Capability
Send transactional email
Send a specific transactional message to a recipient. Use this to trigger any high-priority notification.
- 03 Capability
List sending activity
See a log of your most recent outgoing emails. This is your go-to for checking if a specific mail went out.
04—06
3 capabilities in this set.
Part of 6 available through Maileroo.
- 04 Capability
List sending domains
See all the domains you're currently using to send mail. This helps you keep track of your sending footprint.
- 05 Capability
List email templates
View a list of all your saved email designs. This makes it easy to pick the right message for your next send.
- 06 Capability
List configured webhooks
See the webhooks you've set up for real-time updates. This is how you stay informed on delivery events.
Set up in minutes
One URL. Then ask Maileroo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Maileroo from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_dOt6Zmrss6W04TsgCu7jfIrF1J2Xv9GmAjB6LuOC/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Maileroo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Maileroo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_dOt6Zmrss6W04TsgCu7jfIrF1J2Xv9GmAjB6LuOC/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Maileroo URL.
- Step 03
Save and start
Save the connection and enable Maileroo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"maileroo": {
"url": "https://edge.vinkius.com/vk_preview_dOt6Zmrss6W04TsgCu7jfIrF1J2Xv9GmAjB6LuOC/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Maileroo
Open Agent mode in chat and ask: "Using Maileroo, help me...". 6 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"maileroo": {
"url": "https://edge.vinkius.com/vk_preview_dOt6Zmrss6W04TsgCu7jfIrF1J2Xv9GmAjB6LuOC/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Maileroo
Ask Copilot: "Using Maileroo, help me...". 6 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"maileroo": {
"url": "https://edge.vinkius.com/vk_preview_dOt6Zmrss6W04TsgCu7jfIrF1J2Xv9GmAjB6LuOC/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Maileroo
Open Cascade and ask: "Using Maileroo, help me...". 6 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"maileroo": {
"url": "https://edge.vinkius.com/vk_preview_dOt6Zmrss6W04TsgCu7jfIrF1J2Xv9GmAjB6LuOC/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Maileroo
Ask Cline: "Using Maileroo, help me...". 6 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add maileroo --transport http "https://edge.vinkius.com/vk_preview_dOt6Zmrss6W04TsgCu7jfIrF1J2Xv9GmAjB6LuOC/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Maileroo
Ask Claude: "Using Maileroo, show me...". 6 tools are ready
Where the request belongs
Work Maileroo can move forward.
This is for the developer or ops person who is tired of manually babysitting email queues and dealing with 'why didn't this send?' tickets.
Backend Developer
Sends password resets or MFA codes without building a custom SMTP handler.
Email Ops Specialist
Monitors bounce rates and domain health across multiple sending regions.
Product Manager
Quickly checks template status or verifies a new user's email during a demo.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSendGrid
Deliver transactional and marketing emails at massive scale with industry-leading deliverability and real-time analytics.
UniOne
Send transactional and bulk emails with high deliverability, detailed analytics, and infrastructure that handles millions of messages.
Postmark
Automate transactional email delivery via Postmark. manage servers, templates, and bounces directly from any AI agent.
Resend
Send emails and manage domains via Resend. send transactional emails, track deliveries, manage domains and API keys from any AI agent.
SparkPost
Bring your SparkPost email delivery platform into your AI. Manage templates, send campaigns, and audit deliverability directly from your editor.
Bring your own AI
Change the model, client or framework. Keep Maileroo connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Maileroo.
The practical details behind the request, access and result.
What is Maileroo MCP for?
It's for sending transactional emails like receipts, password resets, and MFA codes via your AI agent. It ensures these critical messages actually reach your users' inboxes.
Can I send emails with templates?
Yes, you can use your existing Maileroo templates to send consistent, pre-designed messages. Your agent can pick the right one based on your instructions.
How does it help with deliverability?
It gives your agent access to domain health and bounce data. This lets you identify and fix delivery issues in real-time before they hurt your reputation.
Can it verify emails before I send them?
Yes, it checks if an email address is valid and deliverable before the mail goes out. This helps prevent hard bounces and keeps your sender stats clean.
Is this for marketing newsletters?
No, this is built for transactional emails like MFA codes and order confirmations. For bulk marketing campaigns, you should use a dedicated marketing platform.
How do I see if my emails were delivered?
Your agent can pull the latest sending activity to show you exactly what happened with your recent messages, including delivery times and status.
Can I send transactional emails and verify addresses?
Yes. Send emails with templates and verify addresses for deliverability before sending.
How does Maileroo authentication work?
Maileroo uses a custom X-API-Key header against api.maileroo.com/v1.
Can I track bounces and delivery rates?
Yes. Monitor bounce rates, complaints, suppressions, and overall delivery metrics.
One connection away
Give your agent a direct line to Maileroo.
Connect Maileroo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available