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_products | Search 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_product | Full detail for one product by slug, SKU or GTIN/barcode: price, RRP, live stock, categories, dietary tags and nutrition per 100g where known. |
list_categories | The department tree (departments with product counts and their subcategories) and the dietary tags in use. |
browse_category | List products in a department, optionally narrowed to one subcategory or dietary tag. |
check_stock | Live in-stock check for up to 100 SKUs at once (fresher than the nightly feed). |
delivery_info | Delivery 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_link | Turn 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_status | Track 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.