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
| Name | Type | Required | Description |
|---|---|---|---|
zip_code | string | yes | US ZIP code to search near, e.g. “45202” |
radius_miles | number | no | Search radius in miles, 1-100 (default 10) |
chain | string | no | Optional chain filter, e.g. “Kroger”, “Ralphs”, “Fred Meyer” |
limit | number | no | Max stores to return, 1-50 (default 5) |
_apiKey | string | no | Optional: 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.