Skip to main content
Glama
CupOfOwls

Kroger MCP Server

by CupOfOwls

Related Servers

Alternatives to Kroger MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      An MCP server for grocery shopping at Kroger-owned stores, enabling product search, store finder, cart management, and more through AI assistants.
      7 npm
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A 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.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      MCP 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
    • F
      license
      Not graded
      quality
      D
      maintenance
      A 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.
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      Control 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.
      8
      AGPL 3.0

    TDQS

    A3.5/5.0

    Scored across 30 tools

    Disambiguation4/5

    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.

    Naming Consistency5/5

    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.

    Tool Count3/5

    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.

    Completeness4/5

    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.

    Maintenance

    ActivityMaintained
    ResponsivenessSlow