Kroger MCP Server
Related Servers
Alternatives to Kroger MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server for grocery shopping at Kroger-owned stores, enabling product search, store finder, cart management, and more through AI assistants.7 npmMIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with a complete e-commerce application, providing authentication, product browsing, and shopping cart management through standardized MCP tools.-
- AlicenseNot gradedqualityDmaintenanceMCP server that connects Carrefour Drive to Claude and other MCP clients, enabling product search with real prices, nutriscore, availability, and natural language cart management.MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Online Boutique AI Assistant that exposes 18 e-commerce microservice functions via the Model Context Protocol, enabling any MCP client to manage products, carts, checkout, payments, and shipping.MIT
- FlicenseNot gradedqualityDmaintenanceA custom MCP server that turns Claude into an agentic shopping assistant for searching products, comparing options, managing a cart, and checking out with built-in guardrails for safe autonomous commerce.-
- AlicenseNot gradedqualityAmaintenanceControl your grocery cart with AI! This MCP server enables LLMs (like Claude) to search past orders, find products, and manage your shopping cart across all Loblaws-owned grocery banners.8AGPL 3.0
TDQS
Scored across 30 tools
Most tools have distinct purposes, but there is some overlap between 'add_items_to_cart' and 'bulk_add_to_cart' (both add items, differing only in single vs. batch operations), and between 'search_products' and 'search_products_by_id' (both search, differing by term vs. ID). The descriptions clarify the differences, but an agent might initially confuse these pairs.
Tool names follow a consistent verb_noun pattern throughout, such as 'add_items_to_cart', 'get_product_details', 'search_locations', and 'view_order_history'. All tools use snake_case with clear, descriptive verbs, making the naming highly predictable and readable.
With 30 tools, the count feels heavy for a grocery shopping server, as it includes many auxiliary tools (e.g., 'get_current_datetime', multiple authentication tools) that could be consolidated. While comprehensive, it may overwhelm agents with less essential operations, making it borderline excessive for the core domain.
The tool set covers key grocery shopping workflows well, including product search, cart management, location handling, and authentication. However, there are minor gaps, such as no direct tool for modifying cart items (only add/remove) and reliance on local tracking rather than real-time cart sync, which could limit some agent operations but are workable.