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
__init__.py•460 B
"""
Tools package for Kroger MCP server
This package contains all the tool modules organized by functionality:
- location_tools: Store location search and management
- product_tools: Product search and details
- cart_tools: Shopping cart management with local tracking
- info_tools: Chain and department information
- profile_tools: User profile and authentication
- auth_tools: OAuth authentication tools
- shared: Common utilities and client management
"""