kroger_store_locator

Pack: kroger · Endpoint: https://gateway.pipeworx.io/kroger/mcp

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

NameTypeRequiredDescription
zip_codestringyesUS ZIP code to search near, e.g. “45202”
radius_milesnumbernoSearch radius in miles, 1-100 (default 10)
chainstringnoOptional chain filter, e.g. “Kroger”, “Ralphs”, “Fred Meyer”
limitnumbernoMax stores to return, 1-50 (default 5)
_apiKeystringnoOptional: your own Kroger API credentials as “client_id:client_secret” (free at developer.kroger.com)

Example call

curl -X POST https://gateway.pipeworx.io/kroger/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"kroger_store_locator","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "kroger": {
      "url": "https://gateway.pipeworx.io/kroger/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 16, 2026