Enables Large Language Models to interact with Kroger's grocery services.
This tool implements a Model Context Protocol (MCP) server that wraps the Kroger API, allowing Large Language Models (LLMs) to interface with Kroger's grocery services. It provides functionalities such as product search, store lookup, and cart management, enabling users to leverage LLMs for their Kroger shopping needs through a standardized protocol.
Key Features
01Retrieval of detailed product information (price, availability)
021 GitHub stars
03Product search by keyword and store location
04Cart management: adding items to user shopping cart
05OAuth2 Authentication for API access and user cart operations
06Store location lookup by ZIP code
Use Cases
01Enabling LLMs to find the nearest Kroger store for specific products.
02Automating the process of adding items to a user's Kroger cart through natural language commands.
03Allowing LLMs to build shopping lists based on user prompts.