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

How to Use the Courier MCP in CrewAI

Give your CrewAI agents a voice. Add a Communications Specialist to your team to send alerts and report on message delivery via MCP.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Courier MCP to CrewAI

Create your Vinkius account to connect Courier 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

Designate a Communications Agent

Don't give every agent the keys to your notification system. Add this MCP server to a single agent in your crew and give it the role of "Communications Specialist." Now, other agents can delegate notification tasks to it, keeping roles clean and focused. For example, your "Data Analyst Agent" can finish a report and then simply task the Comms Agent to `send_notification` to the stakeholders. The specialist handles the entire interaction with Courier, so your other agents don't have to.

Build a Crew That Watches and Alerts

This is where multi-agent systems shine. Pair a monitoring agent with your new communications agent. When your "Sentry Agent" detects an API outage, it tasks the "Comms Agent" to look up the on-call engineer with `get_user_profile`. Then, the Comms Agent uses `send_notification` to send a high-priority alert to their phone via SMS. Your CrewAI team can now handle incident response from detection to notification, all by itself. This is what an autonomous MCP Server workflow is supposed to look like.

Collaborative, Automated Reporting

Task a "Reporting Agent" to analyze notification effectiveness. This agent can ask the "Comms Agent" to run `list_messages` for a specific campaign or timeframe, filtering by status. The crew collaborates on the results. The Comms Agent acts as the data source, fetching raw delivery and open statuses from Courier. The Reporting Agent then takes that data, summarizes it into a clean report, and tasks the Comms Agent to send it to the marketing team.

Setup guide

Set up Courier 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 Courier tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Courier 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 Courier MCP in CrewAI

When you define your agent, use the `tool_filter` option in your `MCPServerHTTP` setup. This lets you expose the Courier tools only to your designated "Communications Agent," not the entire crew.
Yes, and that's the right way to use it. A "Researcher Agent" can find information and then delegate the task of sending a notification to a "Communications Agent" that has the Courier tools loaded.
The agent with the tools can call `list_templates`. It gets back the names and IDs of all notification templates in your Courier workspace, which it can then use in the `send_notification` tool.
Yes. An agent with the tools can call `list_users` to get a list of all registered users and their roles in your Courier account. This is useful for crews that perform administrative tasks.
Your CrewAI agents communicate with Courier through this MCP server, which runs in a zero-trust, ephemeral environment. It only has access to notification metadata and user profiles from Courier. Your credentials stay secure, and each agent's request is stateless and isolated.

Start using the Courier 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 Courier. 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.