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

How to Use the Upzelo MCP in CrewAI

Orchestrate specialized teams to manage customer retention with CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Upzelo MCP to CrewAI

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

Collaborative Customer Data Gathering

Imagine a team: Agent A gathers the list of users using `list_customers`. Then, Agent B takes that raw data and uses it to find specific details for each one with `get_customer`. The shared memory between agents makes this possible. Agent B doesn't need you to manually pass the IDs; it just knows who Agent A found.

Automated Retention Flow Management

You can define a process where one agent checks campaign readiness using `list_flows`. Then, another specialized agent initiates the campaign via `start_flow`. This is autonomous operation. The agents manage the handoff from checking data to executing the flow without any human intervention.

Executing Multi-Step Subscription Changes

One agent can be assigned the role of 'Billing Specialist.' This specialist uses `update_subscription` to change attributes. If the update needs a customer ID, another agent retrieves it using `get_customer` first. The agents collaborate sequentially: research (A), analyze/retrieve data (B), and act (C).

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You assign roles to your agents. One agent can be responsible for running `list_customers`, and another specialized agent uses that output to call `save_customer` for segmentation.
Yes. You set up a process where an initial agent checks flow details with `get_flow`, and a subsequent agent executes the campaign by calling `start_flow`.
This MCP Server handles customer records and subscription attributes, specifically touching **customer details** and **subscription attributes**. The agents treat this data as shared memory for their task execution.
The crew structure ensures reliability. One agent can pull the full list using `list_subscriptions`, and a second agent can then use that information to verify specific details via `get_subscription`.
Absolutely. You assign the task of retrieving data using `get_customer`. The agent executes this tool, retrieves the details, and passes them to the next agent for analysis.

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