Skip to main content
Glama

Kroger MCP Server

bulk_add_to_cart

Add multiple groceries to your Kroger cart in one step. Specify product IDs, quantities, and choose pickup or delivery for streamlined shopping.

Instructions

Add multiple items to the user's Kroger cart in a single operation. 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: items: List of items to add. Each item should have: - product_id: The product ID or UPC - quantity: Quantity to add (default: 1) - modality: PICKUP or DELIVERY (default: PICKUP) Returns: Dictionary with results for each item

Input Schema

NameRequiredDescriptionDefault
itemsYes

Input Schema (JSON Schema)

{ "properties": { "items": { "items": { "additionalProperties": true, "type": "object" }, "title": "Items", "type": "array" } }, "required": [ "items" ], "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