How to Use the Ecomail MCP in Windsurf
Let Windsurf Cascade autonomously run your Ecomail campaigns and manage subscriber lists without constant prompting.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Ecomail MCP to Windsurf
Create your Vinkius account to connect Ecomail to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Autonomous campaign health checks
Cascade can inspect your entire email marketing performance on its own. It starts by pulling your account limits with `get_ecomail_account_metadata` and then runs a quick health check using `quick_marketing_volume_audit`. This lets the agent map out how your active campaigns are running without you writing a single line of code. From there, this MCP Server allows the agent to automatically dig into specific issues. If it notices a drop in engagement, it pulls details via `get_campaign_performance_details` to isolate the problem list or template. You just ask Cascade to find out why click rates dropped, and it does the digging.
Self-directed subscriber cohort analysis
Managing subscriber lists usually means clicking through dozens of dashboard screens. This MCP Server lets your Windsurf agent do the heavy lifting by scanning lists with `list_marketing_address_lists` and fetching the raw members via `list_address_list_subscribers`. When you need to clean up cold leads or find active buyers, Cascade chains these tools together. It queries specific user records with `get_subscriber_profile` to verify activity history before suggesting list updates.
Draft campaigns using this MCP Server
Cascade speeds up your newsletter workflow by linking your code workspace directly to your email templates. It calls `list_email_templates` to see what layouts you have ready, matching them against your active campaign goals. If you want to review what went out recently, the agent uses `list_latest_marketing_campaigns` and `list_email_marketing_campaigns`. It compares your current local draft with past sends to make sure your messaging stays consistent.
Set up Ecomail MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Ecomail MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Ecomail payment history." If connected, Cascade will call the Ecomail tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"ecomail-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Ecomail. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Ecomail MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Ecomail MCP today
We host it, we monitor it, we maintain it. You just paste one token.