Mail Blaze Connector for AI agents.
9 live capabilities
Manage email marketing campaigns and subscriber lists from your chat interface.
Waiting for input…
Why people use Mail Blaze
Mail Blaze for Automating Email Marketing Tasks
This Connector changes that by putting the Mail Blaze controls directly into your AI agent. Instead of manual data entry, you just tell your agent to 'Add this person to the VIP list' or 'Check the status of the summer sale.' You get your marketing tasks done in seconds without ever opening a new tab.
What Vinkius changes
You get a direct line of command to your email marketing platform through a natural conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Adding a lead from a meeting
A salesperson finishes a call and tells their agent to add the new lead to the 'Hot Prospects' list in Mail Blaze.
- Real-world use case 02
Checking campaign status
A marketing manager asks the agent 'Did the newsletter go out?
- Real-world use case 03
Drafting a holiday sale
A copywriter describes a sale idea to the agent, which then uses create_new_campaign to set up the initial draft.
Complete set · 9capabilities
The complete Mail Blaze capability set.
These are the exact actions your AI can choose when you ask it to work with Mail Blaze.
01—03
3 capabilities in this set.
Part of 9 available through Mail Blaze.
- 01 Capability
Add subscriber to list
Add a new person to a specific list using their data and a list ID. This helps you keep your audience segments updated instantly.
- 02 Capability
Create new campaign
Start a new campaign draft with specific details. It's the quickest way to get a new marketing push into the system.
- 03 Capability
Delete list subscriber
Remove a specific person from a list. This is useful for cleaning up your audience or handling opt-outs.
04—06
3 capabilities in this set.
Part of 9 available through Mail Blaze.
- 04 Capability
Get campaign details
Pull the specific metadata for a single campaign. Use this to check status or specific settings for a past send.
- 05 Capability
List list subscribers
See everyone currently on a specific list. This helps you audit your audience size and membership.
- 06 Capability
List subscriber lists
See every list you have created in Mail Blaze. It's the first step to finding the right UID for your subscribers.
07—09
3 capabilities in this set.
Part of 9 available through Mail Blaze.
- 07 Capability
Send email campaign
Trigger the actual delivery of a campaign to your audience. This puts your marketing content into the queue immediately.
- 08 Capability
List email campaigns
Get a full list of all your email marketing campaigns. Use this to see what's currently active or planned.
- 09 Capability
Update list subscriber
Change the information for a subscriber already on a list. Use this to keep custom fields and contact info accurate.
Set up in minutes
One URL. Then ask Mail Blaze to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Mail Blaze 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_ZFzCdAjCCHNzToCreFegr1AjEsmhFDubWw4lepJe/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 Mail Blaze, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Mail Blaze for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZFzCdAjCCHNzToCreFegr1AjEsmhFDubWw4lepJe/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 Mail Blaze URL.
- Step 03
Save and start
Save the connection and enable Mail Blaze in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mail-blaze": {
"url": "https://edge.vinkius.com/vk_preview_ZFzCdAjCCHNzToCreFegr1AjEsmhFDubWw4lepJe/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 Mail Blaze
Open Agent mode in chat and ask: "Using Mail Blaze, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mail-blaze": {
"url": "https://edge.vinkius.com/vk_preview_ZFzCdAjCCHNzToCreFegr1AjEsmhFDubWw4lepJe/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 Mail Blaze
Ask Copilot: "Using Mail Blaze, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mail-blaze": {
"url": "https://edge.vinkius.com/vk_preview_ZFzCdAjCCHNzToCreFegr1AjEsmhFDubWw4lepJe/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 Mail Blaze
Open Cascade and ask: "Using Mail Blaze, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mail-blaze": {
"url": "https://edge.vinkius.com/vk_preview_ZFzCdAjCCHNzToCreFegr1AjEsmhFDubWw4lepJe/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 Mail Blaze
Ask Cline: "Using Mail Blaze, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mail-blaze --transport http "https://edge.vinkius.com/vk_preview_ZFzCdAjCCHNzToCreFegr1AjEsmhFDubWw4lepJe/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 Mail Blaze
Ask Claude: "Using Mail Blaze, show me...". 9 tools are ready
Where the request belongs
Work Mail Blaze can move forward.
This is for marketing teams who are tired of the manual data entry required to keep their email lists clean and their campaigns moving.
Email Marketers
They check campaign performance and manage segments without jumping back and forth between capabilities.
Marketing Operations
They handle high-volume subscriber updates and want to automate the boring data entry of adding leads.
Growth Hackers
They want to trigger instant sends the moment a certain milestone or event happens in their workflow.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMailWizz
Manage email marketing campaigns and subscriber lists via the MailWizz REST API.
HiDeliver
Manage email lists and marketing broadcasts via HiDeliver exactly from any AI agent.
MoonMail
Manage email marketing via MoonMail. track campaigns, subscriber lists, and engagement directly from your AI agent.
Inbox (useinbox.com)
Manage email campaigns, contact lists, and newsletters via UseINBOX API.
Acelle Mail
Launch email campaigns, grow subscriber lists, and track open rates with a self-hosted email marketing platform built for scale.
Maileon
Manage email marketing contacts, mailings, and reporting via the Maileon REST API.
Bring your own AI
Change the model, client or framework. Keep Mail Blaze 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 Mail Blaze.
The practical details behind the request, access and result.
Can I use Mail Blaze MCP to send emails?
Yes, you can trigger campaign sends directly. Your agent will put the campaign into the delivery queue for your subscribers.
How do I add new people to my Mail Blaze lists?
Just tell your agent to add a subscriber. It will handle the data and put them in the right list for you.
Can the Mail Blaze MCP help me create drafts?
Definitely. You can ask your agent to start a new campaign draft based on your notes, saving you from manual setup.
Does Mail Blaze MCP support updating contact info?
Yes, it can update existing subscribers. This is great for keeping your custom fields and email addresses current.
How do I see my current subscriber lists?
Your agent can pull a full list of all your Mail Blaze lists so you can find the right ones for your audience.
Can I use Mail Blaze MCP to delete subscribers?
Yes, you can use it to remove people from specific lists to keep your audience segments clean and accurate.
How do I find my List UID or Campaign UID?
You can retrieve all UIDs by using the list_subscriber_lists or list_email_campaigns capabilities. They are also visible in the URL when viewing these resources in the Mail Blaze dashboard.
Can I add custom fields when subscribing a user?
Yes, include your custom field values within the subscriber_json object when using the add_subscriber_to_list capability.
Is there a limit to the number of subscribers I can retrieve?
The API uses pagination. The list_list_subscribers capability retrieves the first page of results (up to 100 records by default).
One connection away
Give your agent a direct line to Mail Blaze.
Connect Mail Blaze once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available