Kameleoon Connector for AI agents.
10 live capabilities
Manage A/B tests and audience segments from your AI client.
Waiting for input…
Why people use Kameleoon
Stop Dashboard Fatigue with Kameleoon for A/B Testing
This Connector brings your experimentation data directly into your AI client. You can ask your agent to pull the experiment status or the targeting rules directly. You get the answers you need in a single chat window, letting you stay focused on the strategy instead of the navigation.
What Vinkius changes
You get a direct line to your experimentation data without the dashboard fatigue.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick Status Check
A PM asks the agent to check if the new checkout variants are live.
- Real-world use case 02
Targeting Audit
A growth engineer needs to know the rules for the 'Summer Sale' segment.
- Real-world use case 03
Automated Reporting
An analyst asks for the latest results of the 'Home Page Test'.
Complete set · 10capabilities
The complete Kameleoon capability set.
These are the exact actions your AI can choose when you ask it to work with Kameleoon.
01—04
4 capabilities in this set.
Part of 10 available through Kameleoon.
- 01 Capability
Create experiment
Create a new experiment by providing a name and the target site ID. This lets you launch new tests without leaving your workspace.
- 02 Capability
List custom data
View all custom data dimensions available in your account. This helps you see what specific metrics you can track for your tests.
- 03 Capability
List experiments
View all experiments to monitor campaign statuses and find active tests. You can quickly see what's running across your entire account.
- 04 Capability
Get site
Fetch the metadata and details for a specific site. Use this to quickly grab the details of a specific environment.
05—07
3 capabilities in this set.
Part of 10 available through Kameleoon.
- 05 Capability
Get experiment results
Request a results report for an experiment to see how it's performing. This is the fastest way to get performance data for your reports.
- 06 Capability
List targeting rules
View the targeting rules used to allocate traffic to different variants. This helps you audit who is seeing which version of your site.
- 07 Capability
List segments
List all audience segments defined in your account. Use this to see how your traffic is being split into groups.
08—10
3 capabilities in this set.
Part of 10 available through Kameleoon.
- 08 Capability
List sites
Get a full list of all sites registered in your Kameleoon profile. This is great for verifying your site inventory in one go.
- 09 Capability
List variations
See the different variations associated with a specific experiment. Use this to check exactly what options are available for a test.
- 10 Capability
Get experiment
Pull the specific details and configuration for a single experiment. This gives you a deep dive into the settings of any test.
Set up in minutes
One URL. Then ask Kameleoon to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Kameleoon from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_6gJb8h8nvE83qpO01DFnHsxpfAmKyDZOllD6tBbY/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Kameleoon, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Kameleoon for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_6gJb8h8nvE83qpO01DFnHsxpfAmKyDZOllD6tBbY/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Kameleoon URL.
- Step 03
Save and start
Save the connection and enable Kameleoon in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"kameleoon": {
"url": "https://edge.vinkius.com/vk_preview_6gJb8h8nvE83qpO01DFnHsxpfAmKyDZOllD6tBbY/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Kameleoon
Open Agent mode in chat and ask: "Using Kameleoon, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"kameleoon": {
"url": "https://edge.vinkius.com/vk_preview_6gJb8h8nvE83qpO01DFnHsxpfAmKyDZOllD6tBbY/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Kameleoon
Ask Copilot: "Using Kameleoon, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"kameleoon": {
"url": "https://edge.vinkius.com/vk_preview_6gJb8h8nvE83qpO01DFnHsxpfAmKyDZOllD6tBbY/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Kameleoon
Open Cascade and ask: "Using Kameleoon, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"kameleoon": {
"url": "https://edge.vinkius.com/vk_preview_6gJb8h8nvE83qpO01DFnHsxpfAmKyDZOllD6tBbY/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Kameleoon
Ask Cline: "Using Kameleoon, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add kameleoon --transport http "https://edge.vinkius.com/vk_preview_6gJb8h8nvE83qpO01DFnHsxpfAmKyDZOllD6tBbY/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Kameleoon
Ask Claude: "Using Kameleoon, show me...". 10 tools are ready
Where the request belongs
Work Kameleoon can move forward.
This is for growth teams who manage high-volume A/B testing and need to pull data quickly without constant tab-switching.
Growth Engineer
Quickly queries targeting rules and custom data dimensions from the IDE to verify launch configurations.
Product Manager
Monitors the status of live experiments and checks variant details during standups without logging into the dashboard.
Data Analyst
Automates the retrieval of experiment results and metadata for recurring performance reports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGrowthBook
Manage feature flags and experiments via GrowthBook. control environments, toggle features, and organize projects directly from your AI agent.
Flipt
Manage feature flags and rollouts via Flipt. list namespaces, flags, segments, and rules directly from your AI agent.
Optimizely
Manage A/B tests and feature flags via Optimizely. list projects, track experiments, and toggle features directly from any AI agent.
Statsig
Manage feature flags, dynamic configs, and experiments. Evaluate gates and log events directly from your AI agent.
Appier
Empower your AI agents to manage Appier campaigns, analyze predictive audiences, and fetch real-time conversion metrics directly from chat.
Braze
Manage customer engagement via Braze. track users, list campaigns, and trigger canvases directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Kameleoon connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Kameleoon.
The practical details behind the request, access and result.
Can I use the Kameleoon MCP to create new tests?
Yes, you can use the create_experiment capability to set up new tests via your AI client. This lets you launch new A/B tests using natural language commands.
How do I see if my A/B tests are actually live?
Your agent can use list_experiments to give you a real-time status of every campaign in your account. You'll see exactly what's running without opening the dashboard.
Can this Connector pull my conversion data?
Yes, you can request results reports using get_experiment_results to see how your variants are performing. It's the fastest way to get performance data for your reports.
Does this work for multiple sites?
Yes, it can query your entire site inventory using list_sites and list_segments. This makes it easy to manage experiments across different digital properties.
Is this for designing the variations?
No, this Connector is for managing, querying, and reporting on experiments, not for building the actual visual designs or creating the content of the variations.
How do I connect my account?
You just need your Kameleoon Client ID and Secret to link your account to your AI client. Once connected, your agent can access all the experimentation data you need.
How can I check if an experiment is currently active on a specific site?
Use the list_experiments capability to get a summary of all experiments, which includes their current status (e.g., 'ACTIVE', 'PAUSED') and assigned site IDs.
Can I see the defined variations for a particular experiment?
Yes, the list_variations capability takes an experiment ID and returns all variants configured for that test, along with their metadata.
Is it possible to list targeting rules and segments?
Absolutely. You can use the list_segments and list_targeting_rules capabilities to inspect how your traffic is being allocated across your experimentation ecosystem.
One connection away
Give your agent a direct line to Kameleoon.
Connect Kameleoon once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available