kroger_store_locator
ActiveTool of Kroger
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)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Kroger
https://github.com/pipeworx-io/mcp-kroger
2/7 registries