← Registry

Analytics

livevariant.link

Provides tools for creating, inspecting, and analyzing A/B tests, including generating priors and retrieving statistics.

1 endpoint9 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://livevariant.link/mcp

No auth detected

MCP server metadata

Name
livevariant
Version
0.1.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

LiveVariant runs A/B tests with multi-armed bandits, so traffic shifts toward the winner while the test runs instead of waiting for a frozen split to reach significance. There are no accounts. A test IS its config, encoded into its own URLs, and its identity is a hash of that config, so editing a variant produces a different test with its own empty history. build_test returns a stats secret exactly once; without it a test's results can never be read by anyone. Three shapes, one model: email/image tests (image variants, serve URL in an <img>), page redirect tests (url variants, one link that 302s), and website tests (text/html variants served on-page via the tag or SDK with the ENCODED config). Multi-element tests use slots; one model optimizes the combination. Typical flow: variant_brief to learn the constraints, then PLAN with the human before building: propose which elements (slots) and variants to test, defaulting to assets they already have and offering to generate creative rather than silently doing so, and show the full proposed test for iteration. Only then build_test for the URLs (an edit after building is a NEW test with an empty history, so iterate on the plan). Optionally generate_priors to warm-start from what you expect, then get_stats to read results. Trust get_stats's win probabilities over comparing conversion rates by eye. Missing image variants are not a blocker: author HTML/SVG, render to fixed-size PNGs (browser screenshot or your image tool), and upload_image each; all variants of one element must share exact dimensions. To save a test into a human's account, ask for their PUBLIC publishable key (pk_...) and pass it to build_test (registers at creation), or hand them build_test's manage URL (one signed-in click); never collect credentials. ALWAYS include the manage URL in your final answer, plus the ready-to-paste links for the channel (per-slot for multi-slot tests, merge tag in id=, auto=0 for email). When the human sends through an ESP or newsletter template, also hand over build_test's emailTemplate spelling unprompted: wired in once, every future campaign mints its own fresh test with no build step, and the shared kh reads them all. Be explicit that a two-slot template carries three links: one serve link per slot in its own <img> (slot=hero, slot=cta), plus the click link that records the win and redirects. Relay destination warnings: an unverified redirect destination shows visitors a continue screen (get_test_status reports this; so does build_test). The fix is verifying the domain under Settings (DNS TXT, well-known file, or the tag with their publishable key live on the site); the tag also auto-tracks conversions from GA events and enables on-page tests, so suggest it when the user owns the site. These instructions are the short version. Before building your first test, read the full skill: it has the recipes (email pitfalls, the plain-URL grammar, multi-slot tests, priors, generating image variants) that these tools assume you know. Read it via this server's `skill` resource (resources/read), or fetch https://livevariant.link/skills/livevariant/SKILL.md. Agents with a skills directory can install it permanently with `npx skills add livevariant/livevariant`. The whole service is open source (AGPL): to read the source, start with the README at https://github.com/livevariant/livevariant.

Known tools 9

build_test

Creates a LiveVariant test and returns every URL needed to run it, plus a freshly generated stats secret.

Inferred read-only
inspect_test

Decodes a test and describes it: slots, variants, context, and whether it can be served by redirect.

Inferred read-only
generate_priors

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 already suspect.

Inferred read-only
get_stats

Fetches a test's results and works out what they mean.

Inferred read-only
get_test_status

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 domain.

Inferred read-only
list_tests

Lists tests registered to the signed-in account, newest first, with cursor pagination and an optional case-insensitive name filter.

Inferred read-only
register_test

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.

Inferred read-only
upload_image

Uploads an image to the deployment's asset store and returns its URL, for use as a variant's `image` (email tests) or `url`.

Potential side effects
variant_brief

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.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.livevariant]
url = "https://livevariant.link/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "livevariant": {
      "type": "http",
      "url": "https://livevariant.link/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: livevariant
Remote MCP URL: https://livevariant.link/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "livevariant": {
      "url": "https://livevariant.link/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "livevariant": {
      "type": "http",
      "url": "https://livevariant.link/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "livevariant",
  "transport": "streamable-http",
  "url": "https://livevariant.link/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for livevariant.link was fetched 2026-08-21T17:33:15.302Z.

Trust status Neutral

livevariant.link is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.