You're viewing a demo portfolio

Join the waitlist
PRSM

kroger_product_search

Active

Tool of Kroger

declared in 0.1.0

Search grocery products at Kroger-family supermarkets with real shelf prices, promo/sale prices, stock level, and aisle. Answers "how much does milk cost", "is X in stock", grocery price comparison. Give a zip_code (or location_id) to get store-specific prices; without one, only the national product catalog is returned (no prices). Example: kroger_product_search({ term: "whole milk", zip_code: "45202" })

Parameters schema

{
  "type": "object",
  "required": [
    "term"
  ],
  "properties": {
    "term": {
      "type": "string",
      "description": "Product search term, e.g. \"whole milk\", \"cage free eggs\", \"diet coke 12 pack\""
    },
    "brand": {
      "type": "string",
      "description": "Optional brand filter, e.g. \"Kroger\", \"Organic Valley\""
    },
    "limit": {
      "type": "number",
      "description": "Max products to return, 1-50 (default 10)"
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional: your own Kroger API credentials as \"client_id:client_secret\" (free at developer.kroger.com)"
    },
    "zip_code": {
      "type": "string",
      "description": "US ZIP code — the nearest store is auto-selected so prices and stock appear"
    },
    "location_id": {
      "type": "string",
      "description": "Exact store location_id from kroger_store_locator (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 →