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

How to Use the Cliengo MCP in CrewAI

Deploy autonomous CrewAI agents to monitor, analyze, and escalate your Cliengo chat queues.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Cliengo MCP to CrewAI

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

Multi-agent lead qualification

The `list_cliengo_leads` tool on this MCP Server allows your researcher agent to pull the daily intake of new contacts. It hands that raw list over to an analyst agent to score the prospects based on your custom criteria. Deep diving into a specific profile uses `get_lead_details`. The analyst extracts the exact contact history and delegates the follow-up task to an outbound communication agent.

CrewAI conversational auditing

Fetching full session logs is handled by `get_chat_history`. A dedicated quality assurance agent reads the transcript to ensure your human operators followed standard operating procedures. Spot-checking specific users requires `get_contact_messages`. The QA agent compiles a report of negative interactions and passes it up the hierarchy to a manager agent for review.

Map internal agent capacity

Querying `list_cliengo_users` via MCP gives your CrewAI system visibility into your human workforce. A dispatcher agent checks who is currently active before assigning a complex support ticket. Auditing your active deployments happens via `list_cliengo_websites`. A technical agent verifies that the chat widgets are running on the correct domains and reports any discrepancies.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Pass the Vinkius URL into the `mcps` array when defining your Agent. For granular control, import `MCPServerHTTP` from `crewai.mcp` and apply a `tool_filter`. This restricts which agent can access specific endpoints.
The framework relies on shared memory to pass context between roles. The researcher agent pulls the contacts, and the writer agent instantly has access to those details for drafting emails.
The system supports stdio, SSE, and Streamable HTTP transports. Vinkius endpoints default to HTTP, making the connection process a single line of Python code.
Use the tool filter configuration to expose only `get_chat_history`. The agent will be physically unable to list users or webhooks, keeping its scope tightly bound to the assigned task.
The server transmits raw customer dialogue and lead contact details. Vinkius secures this pipeline using a V8 Isolate Sandbox that destroys the environment immediately after the task finishes. Your API keys never leave the secure vault.

Start using the Cliengo MCP today

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

Built & Managed by Vinkius 30s setup 8 tools

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

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