Easily customizable
Pick exactly what the UCP protocol exposes, product by product. Override, remap, enrich.
UCPhub normalizes your product catalog into the Universal Commerce Protocol — the structured format AI shopping agents, assistants and marketplaces need to compare, recommend and purchase from your store.
trusted by merchants integrating with
§ 01
AI agents now decide what gets shown, compared, recommended and bought. Meanwhile, stores still ship platform-specific feeds that AI systems can’t reliably parse.
§ 02
Three steps, from your storefront to every agent that matters.
Install a native plugin. WooCommerce is live today, Shopify is next. No re-platforming, no checkout changes.
Products, variants, pricing, offers, availability and metadata get structured into the Universal Commerce Protocol — automatically and on every change.
The same UCP feed powers AI shopping, search, marketplaces, headless builds and channels that don’t exist yet. No re-mapping. No lock-in.
§ 03
AI systems don’t understand screenshots or theme layouts. Flip the switch and see what UCPhub actually publishes — the exact payload an agent sees when it queries your store.
<div class="product-hero"> <h1>Merino Crew Sweater</h1> <span class="price">$48.00</span> <div class="swatches"> <button>Stone</button> <button>Navy</button> <button disabled>Moss</button> </div> <p>Free shipping over $75.</p> <button>Add to cart</button> </div> // An agent reads: ??? price ??? in stock ??? // availability, variants and policies are lost.
{ "@ucp": "1.2", "product": { "id": "prod_mc014", "name": "Merino Crew Sweater", "brand": "Northfield", "category": "apparel/men/knitwear" }, "offers": [{ "price": 48.00, "currency": "USD", "availability": "in_stock", "shipping": { "free_above": 75.00 } }], "variants": [ { "color": "Stone", "in_stock": true }, { "color": "Navy", "in_stock": true }, { "color": "Moss", "in_stock": false } ] } // An agent reads: exact price, stock, variants, // shipping threshold. Ready to recommend or buy.
§ 04
Pick exactly what the UCP protocol exposes, product by product. Override, remap, enrich.
Edge-cached UCP feeds that regenerate on product change, not on cron.
Structured for search engines and answer engines. One source, both audiences.
Keep your storefront, checkout, CMS. UCPhub sits alongside, not underneath.
Explicit intents and capabilities so agents know what’s purchasable, shippable and returnable.
One schema for channels that don’t exist yet. Ship once, ride every future commerce wave.
§ 05
Your storefront stays. Your checkout stays. UCPhub quietly publishes an AI-readable mirror of your catalog so agents can recommend, compare and buy your products across ChatGPT, Gemini, Perplexity and every channel that comes next.
Stop rebuilding product feeds per client per channel. Define the mapping once, roll it across your entire book, and own the AI-commerce layer your competitors don’t have yet.
Stop reverse-engineering HTML. UCP gives your agent a deterministic, schema-stable view of real inventory, real prices and real offers — the kind of substrate production systems need.
GET /ucp/v1.2/catalog
200 OK
content-type: application/ucp+json
cache: EDGE hit · 12ms
{ products: 4,217,
currency: "USD",
last_updated: "t-00:00:08" }
§ 06
Finally, product data that AI actually understands. UCPhub was the first tool that clearly explained what “AI-readable commerce data” actually means. Once we connected our store, it was obvious how much context was missing before.
No migration, no disruption — just future-proofing. We installed the plugin, connected UCPhub, and suddenly our catalog was structured in a way that made sense beyond our website.
One clean integration instead of constant custom feeds. We now focus on defining the product data correctly once, instead of endlessly adapting it. A massive reduction in complexity.
Exactly the data layer we needed for AI commerce. UCPhub gave us a structured, predictable way to consume real commerce data without guesswork. Product comparison and pricing logic got dramatically more reliable.
§ 07
ready when you are
install in < 5 min · no credit card · cancel anytime