You're viewing a demo portfolio

Join the waitlist
PRSM

kroger_store_locator

Active

Tool of Kroger

declared in 0.1.0

Find Kroger-family grocery stores and supermarkets near a US ZIP code — covers Kroger, Ralphs, Fred Meyer, King Soopers, Fry's, Harris Teeter, QFC, Smith's, Dillons, Food 4 Less, Mariano's and more. Returns store names, addresses, phone, hours, and the location_id needed for price lookups. Example: kroger_store_locator({ zip_code: "45202" })

Parameters schema

{
  "type": "object",
  "required": [
    "zip_code"
  ],
  "properties": {
    "chain": {
      "type": "string",
      "description": "Optional chain filter, e.g. \"Kroger\", \"Ralphs\", \"Fred Meyer\""
    },
    "limit": {
      "type": "number",
      "description": "Max stores to return, 1-50 (default 5)"
    },
    "_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 to search near, e.g. \"45202\""
    },
    "radius_miles": {
      "type": "number",
      "description": "Search radius in miles, 1-100 (default 10)"
    }
  }
}

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 →
kroger_store_locator — Kroger — PRSM MCP