The Future of Grocery Shopping? How Supermarkets Will Use MCP
What if a customer could describe what they want to eat, let an AI plan the week and finish with a supermarket basket ready for checkout? This concept demo shows the journey — and the opportunity for grocery retailers.
Online grocery shopping still tends to begin with a catalogue. The customer searches for products, opens categories, compares alternatives and assembles a basket one item at a time.
Conversational shopping reverses that flow. It begins with the outcome the customer wants: feed two people, prepare lunches for the working week, hit a protein target, keep salt low, use ingredients across several meals and include the household essentials.
The assistant can then translate that intent into recipes, quantities and products. The retailer becomes the fulfilment layer behind the plan.
01What the demonstration asks for
The prompt in the demo deliberately combines several requirements:
- five high-protein lunches, prepared on Sunday for Monday to Friday;
- two dinners that cover four days for two people;
- high carbohydrate and fibre content;
- low-salt ingredients;
- additional household supplies;
- an itemised basket ready for checkout.
The assistant reasons across the whole request rather than treating each line as a separate product search. It proposes meals, checks the ingredients against the example database and only recommends recipes that can be mapped to products it can find.
The customer can then iterate conversationally. They can change a recipe, add a forgotten household item or ask the assistant to complete the order without restarting the shop.
02From a meal plan to a basket
The useful part is not recipe generation on its own. General-purpose AI can already suggest meals. The commercial step is turning those suggestions into a reliable, itemised basket using products the retailer can actually sell.
That requires the assistant to keep track of quantities, serving sizes, overlapping ingredients and non-food items. It must also show the customer what will be ordered and what the basket costs.
The important question is not only whether AI can recommend recipes. It is whether the assistant can actually buy the ingredients from your supermarket.
03What a live MCP connection changes
The current demonstration uses a small mock database. A live Model Context Protocol (MCP) integration could expose a defined set of retailer tools to the assistant, subject to the retailer's authentication, permissions and business rules.
| Retail capability | What the assistant needs it for |
|---|---|
| Product search | Match recipes and customer requests to real catalogue items. |
| Availability and location | Recommend products that are actually available to the customer's chosen store or delivery area. |
| Live pricing | Show an accurate basket total and respond to a customer's budget. |
| Substitutions | Offer suitable alternatives when the first-choice item is unavailable. |
| Basket management | Create a basket, add or remove items and preserve the customer's changes. |
| Authentication | Connect actions to the customer's supermarket account with explicit permission. |
Once the customer has authenticated, the same conversation can work with real products, prices and stock. A basket-management call can populate the retailer's own basket. Today, checkout can continue through the supermarket's normal website or app; tighter platform-native checkout could follow where the retailer and conversational platform support it.
04Two routes for supermarkets
Retailers have two practical routes into conversational shopping. They are not mutually exclusive.
| Route | Experience | Strategic advantage |
|---|---|---|
| First party | The supermarket embeds its own assistant into its website or app. | More control over the customer relationship, interface, data and merchandising. |
| Third party | The retailer connects its catalogue and basket services to platforms such as ChatGPT or Claude. | The retailer is available where customers are already planning meals and making decisions. |
A first-party assistant can improve the retailer's existing digital experience. A third-party connection can capture demand earlier — before the customer has chosen which supermarket website to open.
05The first-mover opportunity
Conversational platforms may initially offer only a small number of retailer connections. If a customer has already planned their week inside an AI assistant, the easiest retailer to buy from could become the default choice.
That creates a potential distribution advantage for supermarkets that make their catalogue and basket services easy for assistants to use. The prize is not simply a better chatbot. It is being present at the point where the purchasing decision is formed.
The technical starting point may also be less dramatic than it sounds. Many supermarkets already have the underlying services for product search, pricing, availability, customer accounts and basket management. MCP can provide a consistent way for an AI assistant to discover and call a carefully controlled subset of those capabilities.
06What a production version still needs
A real implementation would need more than the happy path shown in a short demo. Retailers would need to design for:
- customer consent, authentication and revocation;
- dietary accuracy, allergens and clear limits on nutritional guidance;
- regional availability, changing prices and delivery slots;
- transparent substitutions and customer approval;
- basket reconciliation when products change or go out of stock;
- security, monitoring, rate limits and audit trails;
- clear ownership of the customer experience when something goes wrong.
Those are implementation questions, not reasons to ignore the opportunity. The concept is straightforward: let customers describe the result they want, use AI to build the plan and connect that plan to the retailer that can fulfil it.
If you work in grocery retail, ecommerce or conversational commerce and would like to discuss the practical opportunity, get in touch.
Sources & further reading
- James Bell, The Future of Grocery Shopping? How Supermarkets Will Use MCP, concept demonstration, 21 July 2026.
- Model Context Protocol, Introduction to MCP.