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

How to Use the 360dialog MCP in CrewAI

Deploy autonomous CrewAI agents that manage WhatsApp campaigns and monitor 360dialog delivery metrics in real-time.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect 360dialog MCP to CrewAI

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

Assign dedicated agents for WhatsApp template management

Managing dozens of approved message formats across different languages gets messy fast. You want a specialized agent handling the catalog while your outreach agents focus entirely on sending. Give your formatting agent access to `list_templates` and `get_template`. This agent monitors the available layouts and writes the exact required variables into shared memory. Your execution agents then read that memory and fire `send_template_message` without guessing the formatting rules.

Build an autonomous media delivery pipeline

Sending documents and images at scale requires staging the files before dispatch. A single script trying to do everything sequentially will bottleneck your operations. Split the workload across your CrewAI team. Have a preparation agent run `upload_media` to get the assets onto the platform. A separate dispatcher agent immediately grabs the returned details via `get_media` and pushes the final payload using `send_media_message`.

Monitor MCP Server health and contact validity

Autonomous systems need self-healing capabilities. If the messaging API goes down, your agents shouldn't blindly keep trying to push notifications. Create a supervisor agent that runs `check_360dialog_status` on a schedule. If it detects an outage, it pauses the outreach crew. You can also equip a validation agent with `check_contacts` to scrub the target list before the campaign even starts.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Pass the Vinkius MCP endpoint URL directly into the `mcps` array when defining your agent. CrewAI automatically fetches the tool schemas and makes them available to that specific persona.
Yes. Import `MCPServerHTTP` from `crewai.mcp` and use `tool_filter`. You can give your research agent read-only access while restricting `send_message` strictly to your communication agent.
An admin agent can execute `set_webhook` during the initial setup phase. Once configured, the official API will push events to your external listener, which you can feed back into your crew's shared memory.
They require them. Your agents must format all recipient numbers with the country code before invoking the sending functions. You can prompt a formatting agent to clean the data first.
We handle authentication at the network edge without storing your private keys or target lists. The Vinkius environment spins up exclusively to route your payload to the messaging provider and immediately tears itself down. Your contact databases remain entirely private.

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