You're viewing a demo portfolio

Join the waitlist
PRSM

kroger_product_details

Active

Tool of Kroger

declared in 0.1.0

Get full detail for one grocery product by its product_id — price, promo price, stock level, size, categories, aisle location, images. Pass zip_code or location_id for store-specific price/stock. Example: kroger_product_details({ product_id: "0001111041700", zip_code: "45202" })

Parameters schema

{
  "type": "object",
  "required": [
    "product_id"
  ],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "Optional: your own Kroger API credentials as \"client_id:client_secret\""
    },
    "zip_code": {
      "type": "string",
      "description": "US ZIP code — nearest store auto-selected for price/stock"
    },
    "product_id": {
      "type": "string",
      "description": "13-digit Kroger product ID from kroger_product_search"
    },
    "location_id": {
      "type": "string",
      "description": "Exact store location_id (overrides zip_code)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Kroger

https://github.com/pipeworx-io/mcp-kroger

2/7 registries
View full server →