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

The Droplinked backend serves a 25-tool Model Context Protocol surface over HTTP — catalog search, cart composition, order placement, refunds, and trust-fabric reads. Discover it at /.well-known/mcp.json and call it from 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

The MCP server exposes 25 tools spanning catalog discovery, cart + order, merchant discovery, and trust + financing. A few of the most-used: Tools are served over HTTP at https://apiv3.droplinked.com (/mcp/v1/tools/{list,call}), accept both a flat body and a JSON-RPC 2.0 envelope, and are discoverable from /.well-known/mcp.json. See Inventory MCP for the full roster and MCP Server for the transport.

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: 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.