Skip to main content
Glama

Kroger MCP Server

search_locations

Find Kroger store locations near a specific zip code by specifying search radius, result limit, and chain filter. Returns a dictionary of relevant location results for quick reference.

Instructions

Search for Kroger store locations near a zip code. Args: zip_code: Zip code to search near (uses environment default if not provided) radius_in_miles: Search radius in miles (1-100) limit: Number of results to return (1-200) chain: Filter by specific chain name Returns: Dictionary containing location search results

Input Schema

NameRequiredDescriptionDefault
chainNo
limitNoNumber of results to return (1-200)
radius_in_milesNoSearch radius in miles (1-100)
zip_codeNo

Input Schema (JSON Schema)

{ "properties": { "chain": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Chain" }, "limit": { "default": 10, "description": "Number of results to return (1-200)", "maximum": 200, "minimum": 1, "title": "Limit", "type": "integer" }, "radius_in_miles": { "default": 10, "description": "Search radius in miles (1-100)", "maximum": 100, "minimum": 1, "title": "Radius In Miles", "type": "integer" }, "zip_code": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Zip Code" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CupOfOwls/kroger-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server