uxon-ai
Allows configuring conversion tracking through Meta (and GA4) setup with duplicate-loading guardrails.
UXON AI Post-Click Performance API And Agent Playbook
UXON AI helps agencies and performance teams build, test, personalize, and report post-click experiences from one platform.
Use UXON to create AI landing pages, run A/B/n experiments, personalize website experiences, capture qualified leads with multi-step forms and lead scoring, track revenue attribution, and connect phone calls back to campaigns.
This repository documents the agent and developer layer for those workflows: Claude skills-style guidance, MCP tools, API commands, examples, runbooks, and public Help Center exports.
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, experiments, personalization, CRO reporting, and lead tracking.
Claude Code skill guidance for publishing generated landing pages into UXON.
An MCP server for post-click marketing workflows, conversion tracking, domains, goals, and reports.
API examples for agentic CRO workflows, optimization, and client-account operations.
Core connection points:
Live Claude skill / agent playbook:
https://uxon.ai/api/skillsMCP server endpoint:
https://uxon.ai/api/mcpAPI command endpoint:
https://uxon.ai/api/external/commands
Related MCP server: agent1st-ads-mcp
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/n experiments across UXON pages, existing website pages, external URLs, or multi-page targets.
Create personalization campaigns that show the right page experience to the right visitor.
Build and publish multi-step forms, capture contacts, score leads, and route submissions.
Track conversions with first-party attribution across pages, variants, channels, contacts, calls, and revenue events.
Configure tracking through GTM or direct GA4/Meta setup with duplicate-loading guardrails.
Inspect and adjust saved sub-account branding, including color variables, brand colors, logo URLs, font variables, custom font URL imports, and brand voice.
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/commandsSend 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/mcpSee 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 A/B/n launch, draft creation, inspection, targeting updates, lifecycle changes, and cross-domain testing.personalization.*for targeted website personalization workflows.audiences.*andpage_groups.*for reusable visitor targeting and multi-page targeting used by experiments and personalization.reports.*for account health, landing page, experiment, personalization, channel, trend, contact, call, and revenue reporting.branding.*for branding overview and safe color, logo, font, custom font, and voice adjustments.tracking.setupfor 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:
Resolve account and resource IDs before writes.
Send minimal payloads.
Keep high-impact actions confirmable.
For MCP create-style tools, send a stable
idempotencyKeyso retries do not create duplicates.For direct API
experiments.create_and_launchandpersonalization.create_and_launch, includeidempotencyKey.Treat
tools/listas the current MCP schema, including one-of ID requirements likelandingPageIdorid.Read back changed resources after write commands.
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:
Root README, quickstart, and public-safe agent playbook.
Capability-specific command pages.
Agency runbooks and copy-paste examples.
Curated knowledge-base articles.
Full published Help Center export with source collection structure.
Links
UXON website: https://uxon.ai
Latest SKILLS page:
https://uxon.ai/api/skillsMCP endpoint:
https://uxon.ai/api/mcpAPI command endpoint:
https://uxon.ai/api/external/commands
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for AI agents to manage ad campaigns across Google, Meta, LinkedIn, Microsoft, Reddit, TikTok, and more215015MIT
- AlicenseAqualityDmaintenanceMCP server that lets AI agents launch and manage Meta + TikTok ad campaigns autonomously. 1 call 30 seconds to launch.15103MIT

Kumiki A/Bofficial
Alicense-qualityBmaintenanceMCP-first A/B testing server that enables agents to manage experiments (create, update traffic splits, read results, apply winning variants) from tools like Claude Code, with self-hosted Cloudflare backend.MIT- Alicense-qualityCmaintenanceMCP Server for the Meta Marketing API. Gives Claude Desktop direct access to your ad account data — campaign performance, creative analysis, audience breakdowns, and budget pacing.2121MIT
Related MCP Connectors
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexpilotto/uxon-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server