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

How to Use the Gupshup Messaging MCP in CrewAI

Deploy a multi-agent crew using CrewAI to automate WhatsApp support and marketing via Gupshup Messaging.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Gupshup Messaging MCP to CrewAI

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

Coordinate multi-agent WhatsApp responses with CrewAI

This Gupshup Messaging MCP Server exposes `get_template_info` and `send_template_message` to allow your CrewAI team to divide and conquer customer communication. A researcher agent can use the metadata tool to find the right pre-approved notification, while a writer agent prepares the parameters for dispatch. Because CrewAI supports shared memory, the agents remember previous customer interactions. This prevents sending duplicate alerts and ensures the message tone matches the user's history.

Automate interactive WhatsApp menus via an MCP Server

The `send_interactive_message` tool gives your autonomous agents the power to guide users through structured menus. A support agent can analyze a customer's query and instantly send up to three quick-reply buttons to narrow down the issue. This happens entirely without human intervention. Your crew monitors incoming messages, determines the next logical step, and triggers the Gupshup API to keep the conversation moving.

Execute rich media follow-ups and reactions autonomously

The `send_media_message` and `send_reaction` tools let your agents build highly engaging chat experiences. A delivery agent can send a PDF invoice, while a feedback agent reacts with a thumbs-up emoji once the customer confirms receipt. By passing these tasks to specialized crew members, you avoid bottlenecking your main application logic. Each agent operates independently, executing their specific tool when their role requires it.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Pass your Vinkius HTTP endpoint URL directly into the `mcps` array when defining your CrewAI agents. The framework automatically discovers the six WhatsApp tools and assigns them based on agent roles.
Yes, your agent's decision logic determines whether to call `send_text_message` for active chats or `send_template_message` for outbound notifications outside the 24-hour window.
One agent can send a PDF using `send_media_message`, while another agent monitors the session and uses `send_reaction` to acknowledge user replies. They share state to keep the conversation coherent.
Yes, you can set up a sequential crew where the first agent validates customer data and the second agent triggers the Gupshup tools to send the message.
All WhatsApp message payloads and phone numbers are processed in secure, ephemeral V8 isolates. No data is written to persistent storage, ensuring zero-trust security for your customer communications.

Start using the Gupshup Messaging MCP today

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

Built & Managed by Vinkius 30s setup 6 tools

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

No hosting. No infrastructure. No complex setup.
All 6 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.