uxon-ai

uxon-ai

MCP server and Claude skills for AI agents to build landing pages, run A/B experiments, and track first-party conversions. Lets agents onboard clients, create and publish pages, manage variants, and pull performance reports via the UXON API.

Category
Visit Server

README

UXON AI Claude Skills, MCP Server, And CRO API

UXON AI is a Claude skills-style agent playbook, MCP server, and CRO API for creating landing pages, running A/B experiments, split-testing funnels, and tracking conversions across domains.

Developers and AI agents use UXON to manage the post-click marketing workflow: programmatic landing page creation, custom code page imports, cross-domain A/B testing, first-party attribution, conversion reporting, and repeatable agency operations through one API and MCP connector.

UXON supports Claude connector workflows, Claude Code page imports, API-key automation, and external agents that need controlled access to marketing execution tasks.

The strongest agent resource in this repository is SKILLS.md: a detailed Claude skill / agent command playbook for UXON API and MCP workflows. Agents that need the newest command contract should use the latest live SKILLS page.

Claude Skills And MCP

Use this repository when you are looking for:

  • Claude skills for landing page creation, CRO reporting, and split testing.
  • Claude Code skill guidance for publishing generated landing pages into UXON.
  • An MCP server for A/B testing, conversion tracking, domains, goals, and reports.
  • API examples for agentic CRO workflows and post-click optimization.

Core connection points:

  • Live Claude skill / agent playbook: https://uxon.ai/api/skills
  • MCP server endpoint: https://uxon.ai/api/mcp
  • API command endpoint: https://uxon.ai/api/external/commands

What UXON Does

  • Create blank landing pages, submit AI landing page briefs, poll generation jobs, and publish approved pages through API commands or guided agent workflows.
  • Import externally coded landing page bundles from Claude Code, Codex, Cursor, v0, or custom build systems.
  • Launch A/B experiments across UXON pages, external URLs, or URL-pattern targets.
  • Track conversions with first-party attribution across pages, variants, channels, contacts, and revenue events.
  • Configure tracking through GTM or direct GA4/Meta setup with duplicate-loading guardrails.
  • Pull CRO reports from agents, automations, dashboards, and recurring workflows.
  • Onboard agency client accounts with branding, tracking, domain, and reporting setup.

Repository Scope

This repository is public technical documentation for UXON. It contains command references, examples, runbooks, and agent workflow guidance.

This repository does not contain the private UXON application source code. UXON runs as a hosted platform at uxon.ai.

Quick Start

Use the hosted UXON API command endpoint:

POST https://uxon.ai/api/external/commands

Send commands with a UXON API key:

curl -X POST 'https://uxon.ai/api/external/commands' \
  -H 'Authorization: Bearer uxon_live_REPLACE_WITH_REAL_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "command": "subaccounts.list",
    "input": {}
  }'

For Claude connector users, use the MCP endpoint:

https://uxon.ai/api/mcp

See QUICKSTART.md for the short setup path.

Core Concepts

Capability Guides

The skills folder splits the command surface by capability so developers and AI agents can retrieve the exact area they need:

Common API Commands

All API-key commands use this envelope:

{
  "command": "landing_pages.create",
  "input": {
    "siteId": "site_uuid",
    "name": "Spring Offer"
  }
}

High-value command families include:

  • landing_pages.* for blank page creation, AI brief generation, job polling, variant operations, publishing, review links, duplication, deletion, and custom code uploads.
  • experiments.* for draft creation, inspection, targeting updates, lifecycle changes, and cross-domain testing.
  • reports.* for landing page, experiment, channel, trend, contact, and revenue reporting.
  • tracking.setup for GTM or direct GA4/Meta setup.
  • goals.* for conversion goal management.
  • domains.* for connected domain workflows.
  • docs.* for Help Center article search and retrieval.

Agent Workflows

UXON is designed for governed agent execution. Agents should:

  1. Resolve account and resource IDs before writes.
  2. Send minimal payloads.
  3. Keep high-impact actions confirmable.
  4. For MCP create-style tools, send a stable idempotencyKey so retries do not create duplicates.
  5. Treat tools/list as the current MCP schema, including one-of ID requirements like landingPageId or id.
  6. Read back changed resources after write commands.
  7. Use reporting commands to close the loop after traffic starts.

Example Claude prompt:

Start first client setup for Acme Dental, website https://acmedental.com.

The guided onboarding workflow collects missing inputs, starts automatic brand/media import from the website URL, prepares setup steps, and keeps domain and tracking work inside a controlled UXON flow.

Runbooks And Examples

Use the runbooks for repeatable operating workflows:

Use the examples folder for copy-paste starting points:

Knowledge Base

The knowledge base mirrors UXON Help Center guidance in public Markdown:

Documentation Roadmap

This repository is being built in layers:

  1. Root README, quickstart, and public-safe agent playbook.
  2. Capability-specific command pages.
  3. Agency runbooks and copy-paste examples.
  4. Curated knowledge-base articles.
  5. Full published Help Center export with source collection structure.

Links

  • UXON website: https://uxon.ai
  • Latest SKILLS page: https://uxon.ai/api/skills
  • MCP endpoint: https://uxon.ai/api/mcp
  • API command endpoint: https://uxon.ai/api/external/commands

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured