If you’re connecting an existing Shopify store specifically (with step-by-step webhook setup, app-install instructions, catalog sync, and lender-routing pickup), see the dedicated Connect your Shopify store guide.
What you get
An ACP feed
Your products are published to the Stripe ACP feed so agentic shopping
surfaces can ingest them.
MCP tools
Your catalog is queryable through the MCP server by any agent.
Affiliate revenue
Conversions settle through x402 + the 70/20/10 split, so the publishers and agents that
surface you are incentivized to.
Per-merchant MCP surface
Beyond the platform-wide MCP server, every Droplinked shop is projected as its own path-prefixed MCP surface atmcp.droplinked.com/{shopSlug}/.... An agent that lands on a single storefront can pin to
just that shop’s tools — no shop-slug filter argument needed on every call, no risk of
fanning out across the catalog.
Endpoints (per merchant)
| Endpoint | Purpose |
|---|---|
GET mcp.droplinked.com/{shopSlug}/manifest | Discoverable per-shop manifest (shop metadata + tool URLs) |
GET mcp.droplinked.com/{shopSlug}/mcp/tools | Scoped tool list — same shape as the platform list, pre-bound to this shop |
POST mcp.droplinked.com/{shopSlug}/mcp/tools/{name} | Invoke a scoped tool (e.g. search_products, start_checkout) on this shop |
How agents discover it
Two paths, agent’s choice:- Storefront-advertised — your storefront page advertises its MCP URL via a meta tag the
agent reads at page-load time:
- Canonical platform discovery — the platform-wide well-known doc carries a
merchantDiscovery.pathTemplatean agent can substitute any shop slug into:
For a complete guide to advertising your storefront’s MCP URL via the
<meta name="mcp-url"> tag (with snippets for custom Next.js, React, Shopify Liquid, and generic HTML storefronts), see Storefront MCP Discovery.Steps
Publish your catalog
List products on your Droplinked shop (physical, digital, or POD). The public catalog is
immediately available via
product-v2/public/shop/{shopName} and flows into the ACP feed.Expose via MCP
Point an agent at the MCP server and confirm
search_products /
list_shop_products return your catalog.