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