4 comments

  • ucpready 2 months ago

    WooCommerce vendor partner here — we’re shipping UCPReady to close this exact gap.

    Shopify has MCP. That’s platform-specific.

    UCP is different: it’s an open protocol layer so AI agents can talk directly to any store — WooCommerce, custom builds, BigCommerce, etc. No approval gate, no proprietary API dependency.

    The problem right now isn’t that AI agents can’t shop. It’s that most stores don’t expose machine-readable commerce endpoints in a standardized way.

    UCPReady adds:

    • .well-known/ucp discovery • UCP shopping capabilities (products, checkout, order lifecycle) • Version negotiation per spec • Structured schema alignment • Hardened REST endpoints + rate limiting • Enterprise-grade logging/observability

    Merchants stay merchant-of-record. No marketplace lock-in.

    We’re seeing the same pattern as early SEO — protocol adoption precedes traffic.

    If AI agents become a real acquisition channel, stores that implemented early won’t need to retrofit later.

  • vladeta 2 months ago

    Hey HN! I built this free UCP Store Checker after Google and Shopify launched Universal Commerce Protocol in January 2026.

    The problem: AI shopping agents (ChatGPT, Gemini, Perplexity) are starting to browse and buy from online stores. But 99% of stores are invisible to them. It's like the early 2000s web before robots.txt existed.

    What is UCP? Think robots.txt for AI commerce. It's Google & Shopify's open standard that makes your store machine-readable so AI agents can discover products, check availability, and complete purchases.

    What I built: The tool instantly checks if your store: - Exposes machine-readable product data - Has protocol-compliant endpoints - Can be discovered by AI shopping agents - Is ready for agentic commerce

    No signup. Just paste your URL and hit enter. Try it: https://ucphub.ai/ucp-store-check/

    I tested 500+ stores before launch. Only 0.1% are UCP-ready. Most merchants don't even know this standard exists yet, but AI commerce traffic is already starting to flow.

    The check runs in ~2 seconds and shows you exactly what's missing. Built this because I kept seeing merchants confused about why their products weren't showing up in AI agent results.

    Technical details: Next.js frontend, validates UCP endpoints, checks for structured data schemas, analyzes protocol compliance. Open to feedback on what else to check for.

    Curious what HN thinks. Is this the beginning of a major shift in e-commerce, or will AI agents never really take off for shopping?

    • codenstuff 2 months ago

      Quite interested in this space - good idea and I think agent commerce will grow.

      If I understand correctly, at least for Shopify I can already find products using: https://shopify.dev/docs/agents/catalog/mcp

      and if I want to checkout I can use https://shopify.dev/docs/agents/checkout/mcp.

      Although I think at least currently I need to request approval from Shopify to even use the checkout API - I believe they are rolling it out slowly (?)

      Is it correct to say that your tool looks allows me to skip Shopify APIs and create my own AI agent to speak UCP directly to merchants?

      • vladeta 2 months ago

        Great question! Let me clarify the difference between Shopify's MCP endpoints and UCP: Shopify MCP vs UCP are solving different problems:

        Shopify MCP (what you linked): - Shopify's proprietary API for AI agents to talk to Shopify stores - Requires Shopify authentication/approval - Only works with Shopify stores - Agent → Shopify API → Store

        UCP (Universal Commerce Protocol): - Open standard by Google + Shopify + 25+ partners - Works across ALL ecommerce platforms (WooCommerce, BigCommerce, Magento, custom stores, etc.) - No approval needed - it's an open protocol - Agent → UCP endpoint → Any store

        Think of it this way: MCP is like building an app that only works with iOS. UCP is like building for the open web.

        What our checker does: It validates if ANY store (not just Shopify) has UCP implemented correctly. So an AI agent can discover and interact with that store without needing platform-specific integrations. For example:

        A WooCommerce store with UCP - can be discovered by AI agents A custom-built store with UCP - can be discovered by AI agents A Shopify store without UCP - is only accessible through Shopify's MCP (if approved)

        The bet is that AI agents won't want to integrate with 50 different platform APIs. They'll want one standard (UCP) that works everywhere - just like they use robots.txt instead of platform-specific crawling rules.

        Does that help clarify?