Use Cases Outside Retail #93
Replies: 4 comments 1 reply
-
|
Absolutely! I think the service and subscription economy is actually one of the strongest use cases for UCP. We are currently building Totl Digital, a subscription management platform, and we see UCP as the missing link for "Agentic" service discovery. Instead of building custom APIs for every single SaaS or streaming provider, UCP would allow our agent to dynamically discover alternative plans or bundles for our users (e.g., finding a cheaper 'Family Plan' or a better 'Yearly Rate'). We've even started implementing a mock client against the Alpha SDK to test this flow. Excited to see more service-based providers join the registry! |
Beta Was this translation helpful? Give feedback.
-
|
Interesting thread! I've been personally exploring UCP for fixed-price services. I work in the home services space (think plumbers, cleaners, movers, etc.), and I've been curious whether UCP could apply beyond traditional retail. While not traditional retail, fixed-price services share some interesting parallels:
The main adaptation needed is around scheduling and fulfillment semantics (when/where the service happens vs. shipping a physical product), but the core commerce primitives—catalog, pricing, checkout, payment—map surprisingly well. Curious if others are looking at UCP for services, appointments, or other non-tangible goods. Would love to compare notes on where the protocol fits naturally vs. where it needs extension. |
Beta Was this translation helpful? Give feedback.
-
|
Great examples from @baha-ai and @dhananjay2021. I'd add a couple of angles: The checkout state machine generalizes well beyond retail: This maps to subscription sign-ups, service bookings, digital downloads, API credit purchases — anything where you need to collect info, get buyer input, and finalize a transaction. Specific non-retail use cases I see potential in:
The main gap is fulfillment semantics — UCP's fulfillment extension currently assumes physical shipping. For services, you'd need scheduling/appointment primitives. For digital, you'd need download/access-key delivery. Both feel like natural extension candidates. |
Beta Was this translation helpful? Give feedback.
-
|
Jumping in from the WooCommerce side — we've been thinking about this exact question while building [UCPReady](#297). Two things from our implementation experience: B2C with wallet payments — our current live deployment ([houseofparfum.nl](https://houseofparfum.nl)) uses store credit as a payment instrument surfaced via UCP. The agent discovers the wallet balance, selects it, and calls B2B procurement — we're building The protocol's core primitives are more general than the retail framing suggests:
The main gap worth flagging to the TC: scheduling semantics. There's no native concept of a time-slot or availability window in the current fulfillment spec, which matters for services, appointments, and capacity-constrained bookings. The fulfillment Full implementation details and live endpoint in our Show and Tell post: #297 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone see use cases for UCP outside of retail currently?
Beta Was this translation helpful? Give feedback.
All reactions