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

How to Use the Clickatell MCP in CrewAI

Deploy an autonomous crew of agents to manage your entire Clickatell messaging operation using CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Clickatell MCP to CrewAI

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

A Crew for Your Clickatell Account

With CrewAI, you can build a team of specialized agents to run your messaging. Assign an "Accountant" agent the `get_account_balance` tool. It can monitor your funds and alert a "Manager" agent if the balance is low. This divides the work just like a human team. Meanwhile, a "Campaign" agent can use `dispatch_bulk_sms` to send out marketing blasts and `list_scheduled_campaigns` to report on what's in the queue. Each agent has a clear job, and they use the specific Clickatell tools they need to do it.

Autonomous Troubleshooting with an MCP Server

Set up a "Support" agent to proactively monitor your SMS delivery. This agent's job is to use `get_delivery_status` to check on important messages. If a message fails, it can use `test_carrier_coverage` to check the route to that specific phone number (MSISDN). Based on the results, it can escalate the issue to a human or another agent. This is a fully autonomous process. Your CrewAI team finds and diagnoses problems before your users even notice them.

Build a Self-Managing Messaging System

You can create a complete, hands-off system. One agent's role is to manage outbound campaigns. Another agent handles inbound, using `list_inbound_rules` to monitor routing and `upsert_inbound_rule` to make changes when a new service comes online. If a campaign needs to be stopped immediately, a high-priority "Operator" agent can be given access to the `cancel_queued_message` tool. CrewAI's role-based tool access on this MCP server makes this kind of operational safety easy to build.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

When you define an agent in CrewAI, you pass a list of tools to it. For a 'Finance' agent, you'd only pass the `get_account_balance` tool from this MCP server. A 'Marketing' agent would get `dispatch_bulk_sms`.
Yes. You'd have one agent with the `get_account_balance` tool. Its task would be to check the balance periodically. If it's low, it passes that information to a second 'Notifier' agent whose job is to send an alert.
Definitely. You would create a 'Support' agent with both `get_delivery_status` and `test_carrier_coverage`. Its task would be to check status, and if it sees a failure, its next step is to automatically run the coverage test on that number.
Yes, the `cancel_queued_message` tool does exactly that. It's an irreversible action that deletes a scheduled message or campaign from the Clickatell queue before it goes out.
Your CrewAI agents talk to the Vinkius MCP Server, not Clickatell directly. The server lives in a secure sandbox and only holds data like phone numbers and SMS content in memory during a transaction. Nothing is logged or stored.

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