This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. Universal Commerce Protocol (UCP) for WooCommerce

Universal Commerce Protocol (UCP) for WooCommerce

Enable the Universal Commerce Protocol (UCP) for WooCommerce. Let AI agents discover, browse, and purchase products for your customers safely.

20+ active installsFree on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Universal Commerce Protocol (UCP) for WooCommerce running.

WordPress compatibility
Tested to 6.9.5 — 1 branch behind 7.0
Tested against the WordPress branch in use today.
Last updated
5 months ago
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
5.8
Requires other plugins
woocommerce
These must be installed and active first.
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

20+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Universal Commerce Protocol (UCP) for WooCommerce is looked after — not on how many stores run it.

Solid
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 145 days ago.
WordPress compatibility
14 / 20
Tested to WP 6.9.5, 1 branch(es) behind.
Support responsiveness
Not enough data
Only 1 support thread(s) — not enough to judge.
Merchant satisfaction
Not enough data
No ratings yet.
Listing transparency
3 / 10
Provides: description
2 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-01 from the WordPress.org plugin registry.
Ratings

No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.

UCP Ready transforms your WooCommerce store into an AI-agent-friendly commerce platform by implementing the Universal Commerce Protocol (UCP).

AI agents like Google’s shopping assistants, ChatGPT plugins, and custom MCP clients can now:

  • 🔍 Discover your store’s capabilities via a .well-known/ucp endpoint
  • 📦 Browse your product catalog with AI-optimized metadata
  • 🛒 Create checkout sessions with full shipping and discount support
  • 🔐 Authenticate via OAuth 2.0 Identity Linking
  • 💬 Communicate over REST, MCP (JSON-RPC), or Embedded Protocol bindings

Key Features

  • Multi-Transport Support — REST API, MCP (Model Context Protocol), and Embedded Protocol (EP) bindings
  • AI-Optimized Catalog — Products are served with quick facts and FAQs designed for agent consumption
  • OAuth 2.0 Identity Linking — Agents can act on behalf of authenticated users
  • Shipping & Fulfillment — Full integration with WooCommerce Shipping Zones
  • Discount Codes — Agents can apply coupon codes during checkout
  • GDPR Compliance — Buyer consent management built-in
  • Order Tracking — Agents can query order status and fulfillment events
  • Bot Tracker — Monitor AI agent traffic on your store
  • Built-in Simulator — Test the full agent flow from your WordPress admin

Who Is This For?

  • Store owners who want to be ready for the AI commerce revolution
  • Developers building AI shopping agents or MCP clients
  • Agencies deploying WooCommerce stores that need to be AI-discoverable

How It Works

  1. Install and activate the plugin
  2. Your store automatically exposes a UCP discovery endpoint at /.well-known/ucp
  3. AI agents find your store, browse products, and create checkout sessions
  4. Customers complete payment through your existing WooCommerce checkout

Links

  • UCP Specification

External services

This plugin uses external JSON schemas from ucp.dev to define protocol responses.
* What the service is: ucp.dev is the central repository for the Universal Commerce Protocol schemas. The schema URLs are included in API responses so AI agents know how to parse the data.
* What data is sent and when: No personal, store, or customer data is sent to ucp.dev. The service is acting strictly as a static schema host.
* Service Policies: Terms of Use and Privacy Policy.

What is the Universal Commerce Protocol (UCP)?

UCP is an open protocol that enables AI agents to interact with online stores in a standardized way. It defines how agents discover stores, browse catalogs, create checkouts, and handle payments — all without screen scraping.

Do I need to modify my products?

No! The plugin works with your existing WooCommerce products out of the box. You can optionally add AI-optimized metadata (Quick Facts, FAQs) to enhance the agent experience.

Is this compatible with my payment gateway?

Yes. UCP creates standard WooCommerce orders. The customer completes payment through your existing checkout flow, so any payment gateway that works with WooCommerce will work with UCP.

What is MCP (Model Context Protocol)?

MCP is a JSON-RPC based protocol that allows AI models to call tools. UCP Ready exposes your store’s catalog and checkout as MCP tools that can be called by compatible AI agents.

Is the OAuth 2.0 flow secure?

Yes. The Identity Linking implementation follows RFC 6749 and RFC 8414 standards with:
* Authorization codes that expire in 5 minutes
* Token rotation on refresh
* Redirect URI validation
* Proper token revocation (RFC 7009)

Does this slow down my store?

No. The plugin only adds lightweight REST API endpoints and a small <link> tag to your HTML head. There is no impact on your storefront loading speed.

What data is shared with AI agents?

Only publicly available product data (name, price, description, images) is shared through the catalog API. Customer data is never exposed without explicit OAuth 2.0 authorization.

Can I restrict which agents access my store?

Yes. You can set an API key in the plugin settings. Only agents with the correct key can access the UCP endpoints.

Categories
AI assistants & chatbotsCheckout
Plugin details
Version1.0.4
Last updated2026-03-09 9:03am GMT
Added2026-03-09
Requires WordPress5.8
Tested up to6.9.5
Requires PHP7.4

Tags on WordPress.org
AI
AI agent
checkout
mcp
woocommerce
Alternatives
Other plugins in the same categories.
MxChat – AI Chatbot & Content Generation for WordPress
2K+ installs
5.0(29)
BotWriter – AI Writer & SEO Content Generator
3K+ installs
4.4(16)
AxiaChat AI – Free AI Chatbot (Answers Customers Automatically)
1K+ installs
5.0(12)
Notification for Telegram
4K+ installs
4.9(68)
AI ChatBot for WooCommerce – WoowBot
900+ installs
4.8(19)
Live Chat & AI Chatbot – onWebChat
700+ installs
4.7(24)
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy