Vinkius
UserEcho logo
Vinkius
Vinkius runs on CrewAI

How to Use the UserEcho MCP in CrewAI

Build autonomous support operations with CrewAI and the MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

UserEcho MCP on Cursor AI Code Editor MCP Client UserEcho MCP on Claude Desktop App MCP Integration UserEcho MCP on OpenAI Agents SDK MCP Compatible UserEcho MCP on Visual Studio Code MCP Extension Client UserEcho MCP on GitHub Copilot AI Agent MCP Integration UserEcho MCP on Google Gemini AI MCP Integration UserEcho MCP on Lovable AI Development MCP Client UserEcho MCP on Mistral AI Agents MCP Compatible UserEcho MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on CrewAI

Connect UserEcho MCP to CrewAI

Create your Vinkius account to connect UserEcho to CrewAI — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Orchestrate Ticket Management Across Teams

You can set up a dedicated Agent to handle ticketing. One agent uses `list_tickets` to monitor status, while another specialized agent runs `get_ticket_details` when an escalation is required. The collaborative nature of CrewAI means the Monitor Agent watches both tools and decides if a new ticket needs opening via `create_support_ticket`.

Map Community Knowledge Bases

Need to gather all available resources? A research agent can use `list_kb_articles` while another lists community forums using `list_forums`. The specialized agents share this memory. The system runs sequentially, ensuring the user gets a full view of both structured knowledge and general discussion areas.

Identify Platform Users and Resources

A dedicated agent can run `list_account_users` to verify identities. Another agent can compile all available support options by running `list_forums` alongside `list_kb_articles`. This lets you build a comprehensive view of the entire customer feedback ecosystem using specialized, collaborating roles.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You assign an agent to use `get_ticket_details` with the necessary ID. The shared memory ensures that other agents are aware of this critical piece of data once retrieved.
Yes, an agent can execute `list_tickets`. This action provides the raw input for subsequent tasks, like deciding which ticket needs a new record via `create_support_ticket`.
You define an action requiring the `create_support_ticket` tool. The process is autonomous: once all required inputs are gathered by specialized agents, the final agent executes the creation.
You can list account users (`list_account_users`), available forums (`list_forums`), knowledge base articles (`list_kb_articles`), and existing ticket records via `list_tickets`.
It manages ticket records, providing a list of ticket IDs and their associated status information through the `list_tickets` tool.

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

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.