Are you the author? Sign in to claim
MCP server and Claude skills for PPC landing pages, A/B experiments, and first-party conversion tracking. Build Google A
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.
Use this repository when you are looking for:
Core connection points:
https://uxon.ai/api/skillshttps://uxon.ai/api/mcphttps://uxon.ai/api/external/commandsThis 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.
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.
The skills folder splits the command surface by capability so developers and AI agents can retrieve the exact area they need:
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.branding.* for branding overview and safe color, logo, font, custom font, and voice adjustments.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.UXON is designed for governed agent execution. Agents should:
idempotencyKey so retries do not create duplicates.tools/list as the current MCP schema, including one-of ID requirements like landingPageId or id.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.
Use the runbooks for repeatable operating workflows:
Use the examples folder for copy-paste starting points:
The knowledge base mirrors UXON Help Center guidance in public Markdown:
This repository is being built in layers:
https://uxon.ai/api/skillshttps://uxon.ai/api/mcphttps://uxon.ai/api/external/commandsRun Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows