Skip to main content
Glama

Kroger MCP Server

search_products

Search for Kroger products using a specific term, store location, and filters like fulfillment method or brand to return relevant results for grocery needs.

Instructions

Search for products at a Kroger store. Args: search_term: Product search term (e.g., "milk", "bread", "organic apples") location_id: Store location ID (uses preferred location if not provided) limit: Number of results to return (1-50) fulfillment: Filter by fulfillment method (csp=curbside pickup, delivery, pickup) brand: Filter by brand name Returns: Dictionary containing product search results

Input Schema

NameRequiredDescriptionDefault
brandNo
fulfillmentNo
limitNoNumber of results to return (1-50)
location_idNo
search_termYes

Input Schema (JSON Schema)

{ "properties": { "brand": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Brand" }, "fulfillment": { "anyOf": [ { "enum": [ "csp", "delivery", "pickup" ], "type": "string" }, { "type": "null" } ], "default": null, "title": "Fulfillment" }, "limit": { "default": 10, "description": "Number of results to return (1-50)", "maximum": 50, "minimum": 1, "title": "Limit", "type": "integer" }, "location_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Location Id" }, "search_term": { "title": "Search Term", "type": "string" } }, "required": [ "search_term" ], "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