4,500+ servers built on MCP Fusion
Vinkius
1msg.io logo
Vinkius
CrewAI logo

How to Use the 1msg.io MCP in CrewAI

Deploy autonomous agent squads that monitor, research, and respond to WhatsApp messages via CrewAI and the 1msg.io MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect 1msg.io MCP to CrewAI

Create your Vinkius account to connect 1msg.io 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 WhatsApp monitoring agents

1msg.io gives your CrewAI setup direct read and write access to a business phone number. You assign one agent strictly to watch the inbox by calling `list_messages` on a loop. This watcher agent analyzes incoming texts and passes the context into shared memory. Other specialized agents then pick up the thread to process refunds, book appointments, or escalate complaints.

Execute actions via the 1msg.io MCP Server

A responder agent takes the analyzed intent and fires back a reply using `send_message` for plain text. If the user asked for a product manual, the agent triggers `send_file` to drop the PDF directly into their chat. Hierarchical execution ensures the right agent handles the right task. The manager agent reviews the proposed response before authorizing the final dispatch to the customer via the 1msg.io MCP Server.

Maintain channel health autonomously

Running a diagnostic agent to periodically ping `get_status` keeps your communication lines reliable. If the WhatsApp connection drops, this agent alerts your DevOps team via a different channel. Marketing crews operate in parallel, pulling approved formats via `list_templates` to plan campaigns. They then execute `send_template` at scheduled intervals without requiring manual intervention.

Setup guide

Set up 1msg.io 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 1msg.io tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent 1msg.io 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 1msg.io MCP in CrewAI

Pass your Vinkius URL directly into the `mcps` array when defining your agent. The framework automatically parses the available endpoints.
You can configure `MCPServerHTTP` with a `tool_filter` to give the researcher agent access to chat history while restricting the responder agent to sending messages.
You build a sequential crew. One agent reads the inbound text, another searches your internal knowledge base, and a third sends the final answer.
The integration supports this out of the box. The agent fetches the available options and maps the required variables before triggering the dispatch function.
Vinkius isolates the execution completely. Phone numbers and media files pass through a temporary V8 sandbox that destroys itself the moment the crew finishes its task.

Start using the 1msg.io 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 1msg.io. 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.