Write Once,
Sell Everywhere.
Don't build UCP for Google. Don't build ACP for OpenAI. Install UCP Commerce once. We automatically translate your store into both formats.
UCP Commerce is the universal translator for the agentic web. Connect your legacy store (WooCommerce, Magento, Custom Stack) once, and be visible on Gemini AND ChatGPT instantly. No format wars. No breaking changes. Just one integration that speaks both UCP and ACP.
Join 400+ developers & agencies preparing for the shift.
Native compatibility with leading Agentic engines
The Universal Translator
One integration. Both protocols. Zero compromise.

Don't choose between Google and OpenAI. We translate your store into both standards automatically.
Protocol Compliance
Fully compatible with the official specifications
Multi-Agent Support
We handle the complexity of the Format Wars. Whether it's Google's UCP or OpenAI's ACP, our middleware ensures your products are formatted correctly for every agent.
Google Gemini (UCP)
Your products are automatically formatted according to the Universal Commerce Protocol specification. Appear in Gemini shopping results and Google Search AI Overviews.
ChatGPT / OpenAI (ACP)
Simultaneously formatted for the Agentic Commerce Protocol. Enable instant checkout inside ChatGPT conversations without any additional configuration.
Make your checkout agent-ready
Implement the UCP & ACP specification to configure your checkout for agentic commerce, so that any compatible agent can securely initiate checkout.
Here are some options to check out:
REST and MCP compatible
Publish your checkout configuration with a traditional API or MCP. UCP & ACP work with any integration pattern and technology stack.
Works with your existing infrastructure
Create and control agent-facing endpoints that integrate with your existing commerce backend and payment processor.
Secure and PCI compliant
Securely pass payment credentials from your buyers to AI agents, without exposing underlying payment credentials.
Don't Get Caught in the Middle
Google speaks UCP. OpenAI speaks ACP.
The Format Wars have started. Google wants merchants to speak UCP. OpenAI wants merchants to speak ACP. If you build for one, you lose the other.
This is VHS vs. Betamax for AI Shopping
Merchants are going to hate this. They will say: "Wait, I have to build one integration for Google and a DIFFERENT one for ChatGPT? No way."
UCP Commerce handles the translation layer so you never have to worry about breaking changes. Be visible on Gemini AND ChatGPT instantly.
UCP (Google)
Backed by Google & Shopify. Powers shopping on Gemini and Google Search.
ACP (OpenAI)
Backed by OpenAI & Stripe. Powers Instant Checkout inside ChatGPT.
See It In Action
Watch how AI agents discover, negotiate, and complete purchases using the Universal Commerce Protocol
See how AI agents discover, negotiate, and purchase products using UCP
Why Now?
The format wars have started. Don't get caught choosing sides.
Search traffic is dropping.
Zero-click searches are rising. Users are buying inside AI chat interfaces. Traditional SEO is no longer enough.
Schema First.
We instantly map your REST API to the UCP Standard. No migration required—works with your existing infrastructure.
Direct Offers.
Inject dynamic coupons and personalized offers directly into AI conversations. Negotiate pricing in real-time.
How It Works
Three simple steps to make your store AI-visible
Ingest
We hook into your legacy WooCommerce/Magento API. No migration required.
Translate
Our engine maps your raw SKUs to the UCP Standard. We inject semantic context (e.g., 'Best for hiking') that agents look for.
Transact
We handle the AP2 Handshake. The agent negotiates, your store fulfills. Safe, tokenized payments.
Protocol Flow
How UCP Negotiates the Sale
1. Checkout
Support complex cart logic, dynamic pricing, tax calculations, and more across millions of businesses through unified checkout sessions.
2. Identity Linking
3. Order Management
4. AP2 Payment
{
"ucp": { ... },
"id": "chk_123456789",
"status": "ready_for_complete",
"currency": "USD",
"buyer": {
"email": "e.beckett@example.com",
"first_name": "Elisa",
"last_name": "Beckett"
},
"line_items": [
{
"id": "li_1",
"item": {
"id": "item_123",
"title": "Monos Carry-On Pro suitcase",
"price": 26550
},
"quantity": 1
}
],
"fulfillment": {
"methods": [{
"id": "method_1",
"type": "shipping",
"selected_destination_id": "dest_1",
"destinations": [{
"id": "dest_1",
"full_name": "Elisa Beckett",
"street_address": "1600 Amphitheatre Pkwy",
"address_locality": "Mountain View",
"address_region": "CA",
"postal_code": "94043",
"address_country": "US"
}]
}]
}
}Built for the Entire Commerce Lifecycle
UCP facilitates the complete commerce journey, from product discovery to post-purchase support
Checkout
Support complex cart logic, dynamic pricing, tax calculations, and more across millions of businesses through unified checkout sessions.
- • Complex cart logic
- • Dynamic pricing
- • Tax calculations
- • Multi-destination shipping
Identity Linking
OAuth 2.0 standard enables agents to maintain secure, authorized relationships without sharing credentials.
- • OAuth 2.0 compliant
- • Secure account linking
- • No credential sharing
- • Verifiable credentials
Order Management
From purchase confirmation to delivery. Real-time webhooks power status updates, shipment tracking, and return processing.
- • Real-time webhooks
- • Shipment tracking
- • Return processing
- • Status updates
Co-developed and Adopted by Industry Leaders
UCP was built by the industry, for the industry to solve fragmented commerce journeys and enable agentic commerce.
Integration in < 5 minutes
Built for developers, by developers
// ucp.config.js
export default {
store_url: "https://mystore.com",
platform: "woocommerce",
agent_rules: {
allow_negotiation: true, // Allow agents to offer up to 10% off
inventory_sync: "realtime",
semantic_tags: ["winter", "outdoor", "waterproof"]
}
}Killer Use Cases
See how UCP Commerce drives real revenue
The Liquidation Bot
Tell the AI to clear old inventory. It will autonomously offer deep discounts to high-intent buyers until stock is gone.
The Contextual Upsell
User buys a tent? The Agent checks your stock and instantly offers a matching sleeping bag at 15% off in the same chat.
Zero-Click SEO
Get featured in Google's 'AI Overviews' with live price and stock data, pushing you above Amazon rankings.
The 4 Pillars of Agentic Commerce
Whether you use UCP (Google) or ACP (OpenAI), the ecosystem relies on these four actors working in sync.
Buyer (User)
Initiates intent ('Buy me boots') via ChatGPT or Gemini. Grants the 'Cart Mandate'.
AI Agent
Orchestrates the discovery. Translates natural language into UCP/ACP protocol queries.
Merchant (You)
The 'Merchant of Record'. Receives the structured order via UCP Commerce middleware.
Payment (PSP)
Handles the 'Shared Payment Token'. Validates the AP2 cryptographic proof.
Frequently Asked Questions
Everything you need to know about UCP Commerce
Do I need to migrate off WooCommerce?
No. We are a layer on top. UCP Commerce connects to your existing WooCommerce, Magento, or custom stack API without requiring any migration. Your current infrastructure stays intact.
Is this secure?
Yes. We use the AP2 (Agent Payments Protocol) standard. We never store raw credit card data. All payments are handled through secure, tokenized mandates with cryptographic proof of user consent.
Which AI agents support this?
Currently Google Gemini (Alpha) and custom MCP Agents support UCP. OpenAI support is coming in Q4 2026. The protocol is open-source and any AI platform can implement it.
How long does integration take?
Integration takes less than 5 minutes. Simply configure your store URL and platform type in our config file, and we handle the rest. No code changes required.
Can I use my existing payment processor?
Yes. UCP Commerce works with any payment processor that supports AP2. Stripe is the first compatible PSP with Shared Payment Tokens, and more providers are being added.