Tools
The 11 LIVE tools as of 2026-06-13, returned by the canonical MCP discovery doc:| Tool | Purpose |
|---|---|
findInventory | Discover SKUs across a merchant’s shops, with stock + warehouse signals |
getStockoutAlerts | Surface critical stockout signals (privacy-aware per merchant attestation policy) |
getProductDetail | Full SKU detail including variants, pricing, fulfillment metadata |
getShopInfo | Shop-level metadata — owner, plan tier, PSP authorizations |
searchProducts | Free-text search across the public catalog |
listMerchants | Discover merchants on the platform (paginated) |
placeOrderAgentic | Single-call order placement that also returns the payment-intent for downstream PSP redirect |
getOrderReceipt | Customer/agent-facing receipt — items, totals, payment method (PSP-invisible) |
getOrderStatus | Light-weight fulfillment polling — state machine projection only |
refundOrder | Agent-initiated refund routed through the existing PSP refund chokepoint |
queryEventLog | SUPER_ADMIN observability into the Pillar 5 EventBus (admin-only via shared-secret bridge) |
https://apiv3.droplinked.com as the canonical base.
Discovery
Privacy + cost-efficiency
Inventory + attestation tools respect each merchant’sMerchantAttestationPolicy:
- Default: opt-in private —
findInventoryreturns a redacted attestation status for merchants who have not opted in to on-chain publishing lenders_onlyscope — visible to allowlisted lenders via authenticated callspublicscope — visible to anyone
Where to go next
- MCP Server reference — install instructions for Claude Desktop, Cursor, Continue, and other MCP clients
- Storefront MCP discovery — per-shop discovery for embedding the MCP surface in customer-facing storefronts
- Connect your store — onboard a merchant + opt-in to attestation publishing
- InventoryOS concept — the architectural model underlying the Inventory MCP surface