mcpserver.lol
registry/livevariant
Connection check verified live · 27h ago

livevariant

Build, inspect and read adaptive A/B tests. Config travels in the URL; no account or API key needed.

Tools 9
GitHub stars
Installs / wk 863
Licence
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

9 tools

Read from the running server on 27h ago.

build_test nameslotsregioncontextvariantsredirectUrl +3
Creates a LiveVariant test and returns every URL needed to run it, plus a freshly generated stats secret. Pass `variants` to test one element, or `slots` to test several at once (…
generate_priors read-only testwhenconfigbeliefs*confidence
Takes YOUR estimate of how each variant will perform and converts it into the prior the model starts from, so a test does not spend its first visitors rediscovering what you alread…
get_stats read-only testconfigstatsSecret
Fetches a test's results and works out what they mean. Alongside the raw counts it returns the probability that each combination is genuinely best and the expected cost of stoppin…
get_test_status read-only testconfigstatsSecret
Reports what the deployment's registry knows about a test: whether it is claimed into an account (and by which organization), and whether each redirect destination is a verified do…
inspect_test read-only testconfig
Decodes a test and describes it: slots, variants, context, and whether it can be served by redirect. Also lints it for the mistakes that only show up once a campaign is out, such a…
list_tests read-only qlimitcursor
Lists tests registered to the signed-in account, newest first, with cursor pagination and an optional case-insensitive name filter. Only exists on deployments with accounts, and on…
register_test config*statsSecret*publishableKey*
Registers a test you built earlier to the organization a publishable key belongs to, so it shows under My tests and its stats are readable from the dashboard without the secret. U…
upload_image data*contentType*
Uploads an image to the deployment's asset store and returns its URL, for use as a variant's `image` (email tests) or `url`. The returned URL is deliberately not fetchable on its…
variant_brief read-only goal*countformat*channel*audience
Returns the constraints to write or generate test variants against, for email or web, plus the rules that decide whether a test can be read at all once it runs. The one that matte…