Kiuki — agentic shopping

Kiuki is a UK online grocery, and this is its MCP server: search ~16,000 products, check live stock and delivery, and hand your human a filled basket — they pay on the site. Read-only, no key needed.

search_productsSearch Kiuki's live catalogue (~16,000 UK grocery and household products). Returns matches with price, seller, live stock and product-page URL. All results are lines Kiuki can actually fulfil.
get_productFull detail for one product by slug, SKU or GTIN/barcode: price, RRP, live stock, categories, dietary tags and nutrition per 100g where known.
list_categoriesThe department tree (departments with product counts and their subcategories) and the dietary tags in use.
browse_categoryList products in a department, optionally narrowed to one subcategory or dietary tag.
check_stockLive in-stock check for up to 100 SKUs at once (fresher than the nightly feed).
delivery_infoDelivery rate, free-delivery threshold and minimum order — and whether a UK postcode is serviceable at all (Northern Ireland, the Scottish Highlands and the islands currently are not). Optionally computes delivery for a basket subtotal.
create_basket_linkTurn a list of products into a link that fills a shopper's basket on kiuki.com. The shopper reviews and pays there — agents cannot spend money on Kiuki. Validates every line and prices the basket, including delivery.
order_statusTrack an existing order by its KIU- reference and the email it was placed with. Returns the stage, ETA once it is with the supplier, and any messages from the Kiuki team.

Connect: Claude → Settings → Connectors → Add custom connector, and paste this URL. Plain HTTP feeds, if you'd rather skip MCP: the full catalogue and llms.txt.

GET ?format=json returns this description as JSON.