4,500+ servers built on MCP Fusion
Vinkius
Ecomail logo
Vinkius
CrewAI logo

How to Use the Ecomail MCP in CrewAI

Deploy a team of autonomous CrewAI agents to audit, track, and manage your Ecomail marketing operations.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Ecomail MCP on Cursor AI Code Editor MCP Client Ecomail MCP on Claude Desktop App MCP Integration Ecomail MCP on OpenAI Agents SDK MCP Compatible Ecomail MCP on Visual Studio Code MCP Extension Client Ecomail MCP on GitHub Copilot AI Agent MCP Integration Ecomail MCP on Google Gemini AI MCP Integration Ecomail MCP on Lovable AI Development MCP Client Ecomail MCP on Mistral AI Agents MCP Compatible Ecomail MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Ecomail MCP to CrewAI

Create your Vinkius account to connect Ecomail to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Delegate Ecomail audits to CrewAI

The `quick_marketing_volume_audit` tool gives your researcher agent a massive data dump of campaign activity. Connecting this MCP Server allows the agent to read the summary and pass the findings to an analyst agent for deeper inspection. The analyst then uses `get_campaign_performance_details` to pull specific metrics on underperforming broadcasts. CrewAI manages the shared memory, so the second agent knows exactly which campaigns the first agent flagged.

Investigate subscriber behavior

Calling `list_address_list_subscribers` lets your data-gathering agent pull entire contact lists. If a specific segment shows high churn, the agent hands the list off to a moderator. That moderator uses `get_subscriber_profile` to read individual histories. By combining these tools, your crew builds a complete picture of why users stop clicking, without you writing a single line of API integration code.

Map templates and account limits

The `list_email_templates` tool returns every message design in your account. A content-focused agent can review these options before proposing a new marketing sequence to your team. Meanwhile, a supervisor agent monitors `get_ecomail_account_metadata`. If the crew plans a sequence that exceeds your API limits, the supervisor catches the constraint and halts the operation.

Setup guide

Set up Ecomail MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Ecomail tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Ecomail Analyst",
    goal="Access and analyze Ecomail data via MCP.",
    backstory="Expert analyst with direct Ecomail access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Ecomail transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 CrewAI

Install `crewai[tools]` and pass your Vinkius endpoint directly into the `mcps` array of your Agent definition. The framework handles the connection and exposes the tools to that specific agent automatically.
Yes. Import `MCPServerHTTP` from `crewai.mcp` and use the `tool_filter` parameter. This lets you give one agent access to campaign metrics while restricting another to just template lists.
It depends on your execution strategy. If you configure your crew for hierarchical execution, agents can run tasks simultaneously, but you have to watch out for Ecomail API rate limits.
You likely gave the agent too broad of a task without forcing it to use the tools first. Prompt the agent specifically to call the list tools before summarizing any metrics.
Your requests execute in a strictly ephemeral environment. When agents read click-through rates and contact lists, the server processes the data and instantly destroys the sandbox. We manage the infrastructure with a zero-trust architecture.

Start using the Ecomail MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Ecomail. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.