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

How to Use the VWO MCP in CrewAI

Build autonomous VWO operations using specialized agent teams with CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect VWO MCP to CrewAI

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

Analyze specific campaign performance in VWO

Assign the `get_campaign_results` tool to an 'Analyst' agent. This agent researches the statistical outcomes for a given VWO test and compiles a summary report. The result is then passed to a separate 'Reporting' agent which formats it into actionable insights, all without human intervention.

Discover all available audience segments in VWO

Task the 'Discovery' agent with running `list_audience_segments`. This agent gathers every existing segment list from VWO. A subsequent 'Planning' agent then takes that full list and recommends which ones should be used for a new campaign, creating a cohesive plan.

Manage all VWO feature flags autonomously

Use the `toggle_feature_flag` tool within an agentic workflow. The 'Moderator' agent reviews the requested change and executes the toggle only after checking if the target environment is listed via `list_vwo_environments`. The CrewAI setup ensures that this decision-making process follows a strict, observable sequence.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

CrewAI assigns roles to agents: one researches the test using `get_campaign_details`, and another analyzes the retrieved data. The whole process runs autonomously, generating a complete report.
Yes. You can give an 'Inventory' agent the `list_conversion_goals` tool. This allows the crew to automatically build a master list of every tracked goal and metric.
Absolutely. You can give an 'Ops' agent access to `list_vwo_environments`. This allows the crew to verify that a feature flag change is only attempted in the correct, designated environment.
An 'Auditing' agent can use `get_vwo_account_info` to pull baseline details about the VWO account. This initial data serves as shared memory for all subsequent, more complex tasks.
This server touches operational configuration data, including campaign results and feature flag settings. It provides access to non-PII metadata about A/B tests.

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