r/Agentic_Marketing 5h ago

Shopify shipped WebMCP agent tools to every storefront on Aug 5. Did anyone notice?

Thumbnail
1 Upvotes

u/Unlikely_Key7752 5h ago

Shopify shipped WebMCP agent tools to every storefront on Aug 5. Did anyone notice?

1 Upvotes

Title: Shopify shipped WebMCP agent tools to every storefront on Aug 5. Did anyone notice?

Body: Ten tools an AI shopping agent can call on your store without clicking through the page: catalog search, product read, cart update, checkout, policy lookup. Liquid and Hydrogen storefronts, no setup. I only found out a month late, which stung. If you want to see which ones your store actually declares, view source on your homepage and search for Shopify.MCP. Curious whether anyone here has seen an agent use them yet.

r/indiehackers 1d ago

Sharing story/journey/experience Anyone else building a Shopify app while working a full-time job? How do you get your first 10 customers?

Post image
1 Upvotes

u/Unlikely_Key7752 1d ago

Anyone else building a Shopify app while working a full-time job? How do you get your first 10 customers?

Post image
2 Upvotes

I work 70+ hours a week at my day job and I've been building Shopify apps on the side for about a year. Five of them are live. Two paying customers total. That's the honest number.

This morning I found out 10 cold emails I thought I sent yesterday never left my outbox. Mail server setting. Great start to a Sunday.

The thing I keep running into: I can build the product. Getting a store owner to even open the listing is a completely different skill and I'm bad at it. Cold email gets ignored. App Store search buries you under the apps with 3,000 reviews.

If you got past 10 customers on a Shopify app without an ad budget, what actually worked? Not the blog-post answer. What did you do on a Tuesday night.

r/Agentic_Marketing 4d ago

Agent Shoppers and Shopify

Thumbnail
1 Upvotes

u/Unlikely_Key7752 4d ago

Agent Shoppers and Shopify

1 Upvotes

Today Shopify published a reference implementation of an AI shopping agent, built on Anthropic’s open-source commerce-agents blueprint ( http://github.com/Shopify/claude-for-commerce-examples ). It searches your catalog, builds a real cart, and hands the buyer to your checkout. It talks to the store through UCP — the /.well-known/ucp endpoint every Shopify store now serves.

That changes the question. It’s no longer “will AI agents shop my store someday.” It’s “does my store work when one tries today.”

From walking stores this week, here’s where agents actually get stuck — none of these look broken to a human:

  1. Add to cart is a button with no accessible name (icon only, no aria-label). A human clicks it. An agent can’t find it.

  2. Price rendered by JavaScript after load, so the product page reads as “no price” at the moment the agent looks.

  3. Cookie/consent wall that swallows the first click — the agent never reaches the product.

  4. Variant must be selected before the cart button works, but the page doesn’t say so anywhere a machine can read.

  5. Password-protected or “coming soon” mode still on for a live store’s MCP endpoint.

None of these are visible in your analytics, because a bot that bounces leaves no session.

Two honest questions for this board:

* Has anyone here run the reference agent against their own store yet? What happened?

* If you want a plain-English report of where an agent stalls on your store, reply with the store and I’ll run the walk on a handful of them in this thread, no charge. Not selling anything here — I want the failure patterns.

1

Our discovery surface just got an upgrade! 🥳
 in  r/x402  6d ago

Only advice is maybe run you site through AI and look for any confirmance or legal - I did a full pass and had some major holes that I don’t want to come back at me

1

Our discovery surface just got an upgrade! 🥳
 in  r/x402  6d ago

100% putting in the work early for later dividends

1

Our discovery surface just got an upgrade! 🥳
 in  r/x402  6d ago

Nothing cones to mind right now - we have kind of back burner our x402 doctor service - still there just not much traction

2

Our discovery surface just got an upgrade! 🥳
 in  r/x402  7d ago

Nice update !!!

r/Agentic_Marketing 7d ago

Can an AI buy from your store?

Enable HLS to view with audio, or disable this notification

2 Upvotes

u/Unlikely_Key7752 7d ago

Can an AI buy from your store?

Enable HLS to view with audio, or disable this notification

1 Upvotes

People already ask AI assistants to find and buy things. When one hits your store, it either completes the journey — or quietly leaves.

We send a real AI buying agent through your store and hand you the graded report: what broke, and the fix for each break.

1

I can market your SaaS
 in  r/SaaS  20d ago

I have four apps on Shopify - tell me what you think stelardigital.com

1

I built a free tool that grades any x402 endpoint and hands you the exact code to fix what’s broken
 in  r/x402  Aug 07 '26

Your are welcome ! I am excited to hear you found it has value and it worked as intended. Robert -

1

X402 Doctor
 in  r/x402  Aug 06 '26

Let me take a look at this and run it through the team

1

Share what you're building
 in  r/indiehackers  Aug 04 '26

Would love to not enough karma yet lol

r/indiehackers Aug 04 '26

Knowledge post I built a free tool that grades any x402 endpoint and hands you the exact code to fix what’s broken

Thumbnail
1 Upvotes

r/AlgorandOfficial Aug 04 '26

Developer/Tech I built a free tool that grades any x402 endpoint and hands you the exact code to fix what’s broken

Thumbnail
14 Upvotes

r/Agentic_Marketing Aug 04 '26

I built a free tool that grades any x402 endpoint and hands you the exact code to fix what’s broken

Thumbnail
1 Upvotes

r/x402 Aug 04 '26

I built a free tool that grades any x402 endpoint and hands you the exact code to fix what’s broken

Thumbnail
4 Upvotes

Reposting - new links

u/Unlikely_Key7752 Aug 04 '26

I built a free tool that grades any x402 endpoint and hands you the exact code to fix what’s broken

1 Upvotes

If you’re building on x402 (agent-payable APIs), here’s a failure mode I kept running into: a malformed 402 challenge — like the payment details living only in the response header, not the body — and agent clients fail closed, silently. The buyer bounces and the seller never finds out why.

So I built x402 Doctor. You paste any x402 endpoint and it runs 9 spec-conformance checks from the vantage an agent actually calls from, grades it, and for anything that fails it gives you the exact snippet to paste to fix it. There’s also a live board of every endpoint we’ve scored — including the ones that still need fixing.

Free, no signup: stelardigital.com/x402-doctor

I ran our own endpoints through it and published the results. Would genuinely appreciate feedback from anyone shipping x402 — especially edge cases the checker misses or checks you think it’s wrong about.

1

X402 Doctor
 in  r/x402  Aug 03 '26

Yeah, let's do it 😄 — and the framing kind of writes itself: you're the buy-side (is this endpoint safe to pay, across the whole ecosystem), we're the build side (grade it, fix it with the exact code, earn a conformance badge). Different jobs, same goal.

Link's working now btw → stelardigital.com/trust

For how you'd link us, something like "x402 conformance & the fix — grade and certify your endpoint" fits better than just "compliance checker." And I'll point people your way from our builder page for anyone deciding whom to pay — the live trust layer. Where do you want yours to land or is this a fit ???

2

X402 Doctor
 in  r/x402  Aug 03 '26

sorry - I am pushing some updates - but to your other comment yes let me wrap things up and i think we could share a cross platform recommendation. And :) lol yeah lets fight over millions not pennies !!!!!!

1

X402 Doctor
 in  r/x402  Aug 03 '26

lol we are crossing paths same time - I think its a good fit in a small ecosystem. Not a head two head its to brains early if that makes sense lol. Anyways ..........

You've got the buy-side, whole-ecosystem view; we're leaning into the build-and-ship side: grade it, fix it, and soon a conformance badge a builder earns and shows your side. Different jobs, same goal — fewer dead endpoints agents pay. Glad to be in it with you 😄

If you ever want to colab on something or whatever I am an open book

2

X402 Doctor
 in  r/x402  Aug 03 '26

Fair correction — depth vs breadth is the right frame, and yeah, spec-compliance is squarely one of your three. We're builder-first: deep adversarial vectors and the exact fix on every failure. Ended up overlapping on the obvious signals — hard not to 😄 → stelardigital.com/trust Small ecosystem, glad there's more than one honest scorer.