Skip to main content
Glama

Kroger MCP Server

search_products_by_id

Locate specific products at Kroger stores using their unique product ID. Optionally specify a store location to find availability. Returns detailed product information for matching items.

Instructions

Search for products by their specific product ID. Args: product_id: The product ID to search for location_id: Store location ID (uses preferred location if not provided) Returns: Dictionary containing matching products

Input Schema

NameRequiredDescriptionDefault
location_idNo
product_idYes

Input Schema (JSON Schema)

{ "properties": { "location_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Location Id" }, "product_id": { "title": "Product Id", "type": "string" } }, "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