Order stock from Kiuki's wholesale suppliers, conversationally — from Claude or any MCP client. Shows what is low or out of stock in a shop, matches it to a supplier's live catalogue by barcode, prices the order and drafts it.
Connected supplier: CLF Distribution. More can be added without changing these tools.
wfe_replenishment | ★ MAIN TOOL. Show which products are low or out of stock in the shop that a supplier can resupply. Reads WFE's live Shopify stock (third-party Branded lines — the range CLF supplies, not WFE own-brand), matches each to CLF by barcode, and returns only what CLF can actually supply, with trade cost, case size and CLF's stock level. Read-only. |
product_image | Get the product image URL for a SKU or barcode. Most CLF images are already mirrored to public storage, so this usually returns a URL instantly with no supplier call. If one is not mirrored yet it is fetched from CLF live and returned as a data URI. Useful for packaging work, listings and anything that needs the pack shot. |
clf_check | Check live stock and trade price at CLF for specific SKUs (comma or space separated). |
clf_draft_order | Price and validate an order WITHOUT placing it. Always run this first and show the user the total. Lines are "SKU x QTY", one per line. Places nothing, spends nothing. |
clf_email_order | RAISES A REAL PURCHASE ORDER WITH CLF BY EMAIL. This commits WFE to buying the stock — treat it as final. Run clf_draft_order first, show the user the total, and only call this after they explicitly approve. Requires confirm="SEND ORDER" exactly. Nothing is submitted to CLF's ordering API: their order desk receives a formatted PO and keys it in, so expect a written confirmation by reply rather than an instant order number. |
Connect: Claude → Settings → Connectors → Add custom connector, and paste this URL
with ?key=YOUR_KEY on the end. A key is required — this places real orders.
GET ?format=json returns this description as JSON.