Conversion rates, lift, z-score, p-value and significance for two variants.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
conversions_a | number | required | Conversions in variant A |
visitors_a | number | required | Visitors in variant A |
conversions_b | number | required | Conversions in variant B |
visitors_b | number | required | Visitors in variant B |
confidence | number | optional | Confidence level 0..1 (default 0.95) |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "ab_test", "arguments": {"conversions_a": 100, "visitors_a": 100, "conversions_b": 100, "visitors_b": 100}}}'curl -s https://wingmanprotocol.com/tools/ab_test \
-H 'Content-Type: application/json' \
-d '{"conversions_a": 100, "visitors_a": 100, "conversions_b": 100, "visitors_b": 100}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/ab_test from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).