Skip to main content
Glama

Kroger MCP Server

add_items_to_cart

Add products to a Kroger cart with specified quantity and fulfillment method (PICKUP or DELIVERY). Confirms item addition and tracks it locally for seamless shopping.

Instructions

Add a single item to the user's Kroger cart and track it locally. If the user doesn't specifically indicate a preference for pickup or delivery, you should ask them which modality they prefer before calling this tool. Args: product_id: The product ID or UPC to add to cart quantity: Quantity to add (default: 1) modality: Fulfillment method - PICKUP or DELIVERY Returns: Dictionary confirming the item was added to cart

Input Schema

NameRequiredDescriptionDefault
modalityNoPICKUP
product_idYes
quantityNo

Input Schema (JSON Schema)

{ "properties": { "modality": { "default": "PICKUP", "title": "Modality", "type": "string" }, "product_id": { "title": "Product Id", "type": "string" }, "quantity": { "default": 1, "title": "Quantity", "type": "integer" } }, "required": [ "product_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CupOfOwls/kroger-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server