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
| Tool | Purpose |
|---|---|
search_products | Free-text search across the public Droplinked catalog |
get_product | Fetch a single product by id |
list_shop_products | Paginate a shop’s catalog by slug |
start_checkout | Begin a purchase (closing the loop via Stripe ACP) |
get_feed | Return the Stripe ACP product-feed URL |
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:| Surface | URL | Use |
|---|---|---|
llms.txt | https://docs.droplinked.com/llms.txt | Compact index of every page in this site, for LLM context loading |
llms-full.txt | https://docs.droplinked.com/llms-full.txt | Full Markdown corpus for retrieval/embedding |
| OpenAPI spec | https://apiv3.droplinked.com/swagger/json | Machine-readable spec backing the API Reference tab |
| ACP feed | https://apiv3.droplinked.com/feed/acp.json | Stripe Agentic Commerce Protocol product feed |
/health | https://apiv3.droplinked.com/health | JSON health for the public API (see the API Status page) |