Ecomail Connector for AI agents.
10 live capabilities
Manage email marketing campaigns and subscriber lists using natural language.
Waiting for input…
Why people use Ecomail
Ecomail for Marketing Automation and Campaign Tracking
This Connector changes that by letting your agent do the digging for you. You can just ask for a subscriber's full history or a summary of your last three campaigns and get the answer in seconds. You stop being a data entry clerk and start being a strategist.
What Vinkius changes
You get a marketing operator that actually pulls real data instead of just giving you generic advice.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a campaign's success
A manager needs to know if the Summer Sale email worked.
- Real-world use case 02
Investigating a specific customer
A CRM person needs to find a customer who unsubscribed.
- Real-world use case 03
Checking account capacity
An ops person needs to know if they have room for more subscribers.
Complete set · 10capabilities
The complete Ecomail capability set.
These are the exact actions your AI can choose when you ask it to work with Ecomail.
01—04
4 capabilities in this set.
Part of 10 available through Ecomail.
- 01 Capability
Get campaign performance details
Pull specific metrics for a single campaign. Use this to see exactly how a specific send performed.
- 02 Capability
Quick marketing volume audit
Get a high-level summary of your marketing activity. It's great for a fast pulse check on your overall volume.
- 03 Capability
Get subscriber profile
Grab the full history for a specific subscriber. This lets you see exactly how a customer has interacted with your brand.
- 04 Capability
Get ecomail account metadata
See your account limits and metadata. This helps you stay within your plan's boundaries.
05—07
3 capabilities in this set.
Part of 10 available through Ecomail.
- 05 Capability
List marketing address lists
See every contact list in your account. You can use this to organize your different mailing segments.
- 06 Capability
List email marketing campaigns
View all your previous and current email campaigns. This is the go-to for seeing your full marketing history.
- 07 Capability
List latest marketing campaigns
Identify what was sent or created most recently. It's perfect for double-checking your most recent work.
08—10
3 capabilities in this set.
Part of 10 available through Ecomail.
- 08 Capability
List address list subscribers
See every person on a specific mailing list. This helps you understand the size and scope of your segments.
- 09 Capability
List email templates
See all your available email templates. Use this to quickly find the right design for a new send.
- 10 Capability
Search marketing subscribers
Find people using keywords or email addresses. This is the fastest way to locate specific users in your database.
Set up in minutes
One URL. Then ask Ecomail to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Ecomail 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_TY8O5VUVjJIGxNvdZdtgOtNpbaXVmufJ8jBAPphi/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 Ecomail, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Ecomail for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_TY8O5VUVjJIGxNvdZdtgOtNpbaXVmufJ8jBAPphi/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 Ecomail URL.
- Step 03
Save and start
Save the connection and enable Ecomail in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ecomail": {
"url": "https://edge.vinkius.com/vk_preview_TY8O5VUVjJIGxNvdZdtgOtNpbaXVmufJ8jBAPphi/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 Ecomail
Open Agent mode in chat and ask: "Using Ecomail, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ecomail": {
"url": "https://edge.vinkius.com/vk_preview_TY8O5VUVjJIGxNvdZdtgOtNpbaXVmufJ8jBAPphi/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 Ecomail
Ask Copilot: "Using Ecomail, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ecomail": {
"url": "https://edge.vinkius.com/vk_preview_TY8O5VUVjJIGxNvdZdtgOtNpbaXVmufJ8jBAPphi/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 Ecomail
Open Cascade and ask: "Using Ecomail, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ecomail": {
"url": "https://edge.vinkius.com/vk_preview_TY8O5VUVjJIGxNvdZdtgOtNpbaXVmufJ8jBAPphi/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 Ecomail
Ask Cline: "Using Ecomail, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ecomail --transport http "https://edge.vinkius.com/vk_preview_TY8O5VUVjJIGxNvdZdtgOtNpbaXVmufJ8jBAPphi/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 Ecomail
Ask Claude: "Using Ecomail, show me...". 10 tools are ready
Where the request belongs
Work Ecomail can move forward.
This is for marketing teams who are tired of manual data entry and constant tab switching. It's for the person who needs to know how an email did without opening a spreadsheet.
Marketing Manager
Checks open rates and list growth during a meeting to see if a campaign hit its targets.
CRM Specialist
Researches specific subscriber behaviors during a segmentation project to find high-value leads.
Operations Lead
Monitors account limits and campaign volume to ensure everything stays on track and under budget.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCampaigner
Manage email marketing via Campaigner. track campaigns, manage subscribers, and monitor performance directly from any AI agent.
Emma
Manage email marketing via Emma. track members, groups, and mailings directly from your AI agent.
Mailingwork
Execute professional email marketing campaigns with advanced segmentation, A/B testing, and GDPR-compliant list management.
Mailjet
Deliver emails at scale with collaborative template editing, real-time monitoring, and deliverability analytics in one platform.
EmailOctopus
Send beautiful email campaigns at a fraction of the cost with a platform built for startups and growing businesses.
Smaily
Manage email marketing campaigns, subscribers, and automations directly through Smaily.
Bring your own AI
Change the model, client or framework. Keep Ecomail 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 Ecomail.
The practical details behind the request, access and result.
Can the Ecomail MCP help me see my campaign stats?
Yes, it pulls detailed metrics for your specific campaigns so you can see how your audience is reacting without manual searching.
How do I use the Ecomail MCP to find a specific subscriber?
You just ask your agent to search for a person by their email or a keyword, and it will pull their full profile and interaction history.
Does the Ecomail MCP show me my email templates?
It lets your agent list all your active templates so you can see what designs are ready to use for your next send.
Can I check my account limits with the Ecomail MCP?
Yes, it can retrieve your account metadata to show you exactly how much room you have left in your current plan.
Is the Ecomail MCP good for marketing audits?
It's great for that. It can pull high-level summaries of your list volumes and campaign activity in one go for a quick status check.
Can I see my recent email sends using the Ecomail MCP?
You can ask your agent to identify the most recently created or sent campaigns to verify your latest work and ensure they went out.
How do I get an Ecomail API Key?
Log in to your Ecomail account, navigate to Manage account > Integration, and you can find your unique API Key under the API Key section.
Can the agent send new email broadcasts?
This integration currently focuses on listing and auditing campaigns, lists, and subscribers. Scheduling or sending actual email broadcasts should be managed via the Ecomail campaign builder.
Does the integration support subscriber custom fields?
Yes, you can use the get_subscriber_profile capability to retrieve full profile details which include any custom data fields you have defined in Ecomail.
One connection away
Give your agent a direct line to Ecomail.
Connect Ecomail once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available