Skip to main content
Droplinked meets merchants where they already publish their inventory and projects it into agentic surfaces — so an AI agent (ChatGPT, Claude, Cursor, and others) can discover a product, start a purchase, and route affiliate revenue, without the merchant rebuilding anything.

Building blocks

MCP server

droplinked-mcp exposes the public catalog + checkout as Model Context Protocol tools (search_products, get_product, list_shop_products, start_checkout, get_feed). Install it in any MCP client.

ACP feed

A Stripe Agentic Commerce Protocol product feed at https://apiv3.droplinked.com/feed/acp.json — the inventory surface agentic shopping consumes.

x402 micropayments

Pay-per-call settlement + the 70/20/10 affiliate revenue split, so agents (and the publishers that route them) earn on every conversion.

MCP tools

ToolPurpose
search_productsFree-text search across the public Droplinked catalog
get_productFetch a single product by id
list_shop_productsPaginate a shop’s catalog by slug
start_checkoutBegin a purchase (closing the loop via Stripe ACP)
get_feedReturn the Stripe ACP product-feed URL
All tools call the public API at DROPLINKED_API_BASE (defaults to https://apiv3.droplinked.com) and validate input with zod.

The merchant story

A merchant who already sells on Droplinked (or connects an existing store) gets agentic distribution for free: their catalog is published to the ACP feed and the MCP server, agents surface it to buyers, and the affiliate engine attributes and splits the revenue. This is the on-chain, agent-native distribution layer on top of the standard commerce APIs.
This section is being expanded with end-to-end integration guides (install the MCP server, register your inventory to the ACP feed, and close the agent purchase loop).

Integration shortcuts

This docs site exposes several agent-friendly entry points out of the box:
SurfaceURLUse
llms.txthttps://docs.droplinked.com/llms.txtCompact index of every page in this site, for LLM context loading
llms-full.txthttps://docs.droplinked.com/llms-full.txtFull Markdown corpus for retrieval/embedding
OpenAPI spechttps://apiv3.droplinked.com/swagger/jsonMachine-readable spec backing the API Reference tab
ACP feedhttps://apiv3.droplinked.com/feed/acp.jsonStripe Agentic Commerce Protocol product feed
/healthhttps://apiv3.droplinked.com/healthJSON health for the public API (see the API Status page)
Every page in this site also surfaces a contextual toolbar with one-click “open in Claude / open in ChatGPT / copy as Markdown / add as MCP server” shortcuts — handy when wiring this documentation into an agent’s context.