MCP Tools Reference
run_ab_test
Section titled “run_ab_test”Launch AI-generated A/B tests on a URL.
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The page URL to test |
Returns: Created test run with test names and IDs.
get_test_status
Section titled “get_test_status”List running tests with live metrics.
| Parameter | Type | Required | Description |
|---|---|---|---|
domainId | string | No | Domain ID (uses default if omitted) |
Returns: Test list with impressions, conversions, status.
get_results
Section titled “get_results”Get variant performance data.
| Parameter | Type | Required | Description |
|---|---|---|---|
domainId | string | No | Domain ID |
testId | string | No | Specific test ID |
Returns: Per-variant metrics: impressions, conversions, CTR, uplift vs control, confidence.
stop_test
Section titled “stop_test”Emergency stop controls.
| Parameter | Type | Required | Description |
|---|---|---|---|
testId | string | No | Stop a specific test |
domainId | string | No | Domain-wide kill switch |
resume | boolean | No | Resume instead of stop |
Returns: Confirmation with affected test count.
list_domains
Section titled “list_domains”List all domains.
No parameters.
Returns: Domain list with host, ID, kill switch status.
get_domain_health
Section titled “get_domain_health”Domain overview with usage against limits.
| Parameter | Type | Required | Description |
|---|---|---|---|
domainId | string | Yes | Domain ID |
Returns: Running test count, MAU, kill switch status, usage vs free tier limits.