MCP Server
Connect AI assistants to your A/B test data via Model Context Protocol
Client Endpoints
inne inne
MCP endpoint scoped to inne's A/B test data
https://vwo-d1-mcp.ancient-glitter-9ac9.workers.dev/inne/mcp
{
"mcpServers": {
"vwo-inne": {
"type": "sse",
"url": "https://vwo-d1-mcp.ancient-glitter-9ac9.workers.dev/inne/mcp"
}
}
}
Baybella baybella
MCP endpoint scoped to Baybella's A/B test data
https://vwo-d1-mcp.ancient-glitter-9ac9.workers.dev/baybella/mcp
{
"mcpServers": {
"vwo-baybella": {
"type": "sse",
"url": "https://vwo-d1-mcp.ancient-glitter-9ac9.workers.dev/baybella/mcp"
}
}
}
Vetsak vetsak
MCP endpoint scoped to Vetsak's A/B test data
https://vwo-d1-mcp.ancient-glitter-9ac9.workers.dev/vetsak/mcp
{
"mcpServers": {
"vwo-vetsak": {
"type": "sse",
"url": "https://vwo-d1-mcp.ancient-glitter-9ac9.workers.dev/vetsak/mcp"
}
}
}
Available Tools
- get_tests List A/B tests with latest scrape data (days running, conversions, visitors, variation performance). Filter by status.
- get_test_detail Full detail for a specific test by ticket ID (e.g. INNE-123, BBAB-356, VETS-45). Includes actions and winner data.
- get_actions Action log: disables, archives, winner declarations, errors. Filter by action type.
- get_winners Declared winners list with improvement data.
- query Custom read-only SQL query. First
?binds to client name. Only SELECT allowed. - schema List all database tables or describe a specific table's columns.
Database Tables
clients
tests
winners
scrape_history
actions_log
weekly_reports
weekly_report_tests
monthly_reports