Kroger MCP
UnclaimedA FastMCP server that provides AI assistants like Claude with access to Kroger's grocery shopping functionality through the Model Context Protocol (MCP). This server enables AI assistants to find stores, search products, manage shopping carts, and access Kroger's comprehensive grocery data via the kroger-api python library.
Install
uvx kroger-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (28)
add_items_to_cart
Add a single item to cart
bulk_add_to_cart
Add multiple items to cart in one operation
bulk_search_products
Run up to 25 product searches in a single call
check_chain_exists
Check if a chain exists
check_department_exists
Check if a department exists
check_location_exists
Verify if a location ID is valid
clear_current_cart
Clear all items from local cart tracking
force_reauthenticate
Clear tokens and force re-authentication
get_authentication_info
Get detailed authentication status
get_chain_details
Get details about a specific chain
get_current_datetime
Get current system date and time
get_department_details
Get details about a specific department
get_location_details
Get detailed information about a specific store
get_preferred_location
Get the currently set preferred store
get_product_details
Get detailed product information including pricing
get_product_images
Get product images from specific perspective (front, back, etc.)
get_user_profile
Get authenticated user's profile information
list_chains
Get all Kroger-owned chains
list_departments
Get all store departments
mark_order_placed
Move current cart to order history
remove_from_cart
Remove items from local cart tracking
search_locations
Find Kroger stores near a zip code
search_products
Search for products by name, brand, or other criteria
search_products_by_id
Find products by their specific product ID
set_preferred_location
Set a preferred store for future operations
test_authentication
Test if authentication token is valid
view_current_cart
View items currently in your local cart tracking
view_order_history
View history of placed orders