UCPhub for WooCommerce

Description

UCPhub for WooCommerce enables your store to participate in the Universal Commerce Protocol (UCP) ecosystem. AI agents and platforms can discover your products, create checkouts, and complete purchases automatically.

Features

  • Serve a UCP discovery profile on your store’s /.well-known/ucp endpoint
  • Configure which UCP capabilities your store supports (checkout, orders, fulfillment, discounts)
  • Manage payment handler integrations for AI-driven purchases
  • Connect to UCPhub for centralized store management

Requirements

  • WordPress 5.8 or later
  • WooCommerce 5.0 or later (tested up to 10.6.1)
  • PHP 7.4 or later

External services

This plugin connects to the UCPhub API to enable UCP protocol functionality for your WooCommerce store.

UCPhub API (api.ucphub.ai)

This plugin sends requests to UCPhub at https://api.ucphub.ai in the following situations:

  • On plugin activation: The UCPhub API URL is stored as a setting.
  • When serving the UCP discovery profile: The plugin fetches your store’s UCP profile from UCPhub. This happens when any visitor or AI agent accesses /.well-known/ucp on your store.
  • When managing store settings: API key, store ID, and store configuration are sent to UCPhub when you connect, disconnect, or update your store settings in the WordPress admin.
  • When completing onboarding setup: Store URL, WooCommerce credentials, and selected capabilities are sent during the initial setup process.

Data sent includes: API key, store ID, store URL, WooCommerce REST API credentials (consumer key/secret), and store configuration settings.

This service is provided by UCPhub:

Source Code

The full source code for this plugin, including the React admin dashboard and build tools, is available at:
https://github.com/UCPHub/ucphub-for-woocommerce

Screenshots

  • Connect your store with your API Key and Store ID from the UCPhub dashboard.
  • General tab showing connection status, organization, and store details.
  • Configure which UCP capabilities are available to AI agents.
  • Enable payment handlers that AI agents can use for orders.
  • Set up policy links included in your UCP profile.
  • Tools to verify your UCP profile and test backend connectivity.

Installation

  1. Upload the ucphub-for-woocommerce folder to /wp-content/plugins/.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. Go to the UCPhub settings page and connect your store using your API key and Store ID from the UCPhub dashboard.

FAQ

What is UCP?

UCP (Universal Commerce Protocol) is a protocol that enables AI agents and platforms to discover products, create checkouts, and complete purchases on behalf of users. Learn more at ucp.dev.

Do I need a UCPhub account?

Yes. You need to create an account at app.ucphub.ai and set up your store to get an API key and Store ID.

Reviews

16 มีนาคม 2026
I’ve been using WooCommerce for years and kept hearing about AI agents like ChatGPT and Perplexity being used to find and recommend products. The problem was that there was no straightforward way for an average store owner to make their store actually readable by those agents, not just crawlable, but structured so an AI can understand your catalog, initiate checkouts, and send buyers directly to your products. UCPhub solves that. The plugin itself is dead simple to install: activate, paste in your API key and Store ID from the UCPHub dashboard, and you’re connected. What I appreciated most is that nothing changes on the storefront side. No performance impact, no conflicts with my existing plugins. The built-in tools tab to verify your UCP profile and test backend connectivity is a nice touch, took the guesswork out of knowing whether everything was actually working. Still early days for agentic commerce broadly, but I’d rather be set up for it now than scrambling later. If you’re on WooCommerce and want your store to be part of where shopping is heading, this is the plugin to start with.
Read all 2 reviews

Contributors & Developers

“UCPhub for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.4

  • Consume capabilities from the API. UCPHUB_API_SUPPORTED_VERSION defines exact UCP specification version we support and consume.
  • Fixed duplicate network requests when switching between admin tabs and saving settings.

1.0.3

  • Declared compatibility with WooCommerce High-Performance Order Storage (HPOS).
  • Added WooCommerce version compatibility headers.

1.0.2

  • Smarter reconnect handling — API key rotation no longer requires full re-onboarding.
  • Credentials are now validated against the backend before saving.
  • Fixed onboarding flow being interrupted after credential validation.

1.0.1

  • Fixed inline script for notice dismissal to use wp_enqueue_script and wp_add_inline_script per WordPress guidelines.

1.0.0

  • Initial release.