Skip to main content
Glama
Anujsup

Milkbasket MCP Server

by Anujsup

Related Servers

Alternatives to Milkbasket MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      A
      quality
      D
      maintenance
      Enables AI assistants to manage shopping lists and items (create, edit, delete, mark as purchased) via integration with a backend API.
      8
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables AI assistants to interact with Rohlik Group's online grocery delivery services across multiple countries, including product search, cart management, and account info.
      27 npm
      120
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables AI assistants to interact with Picnic online supermarket for grocery shopping, meal planning, cart management, delivery tracking, and budget-conscious shopping in Netherlands and Germany.
      103 npm
      101
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables interaction with Amazon services through AI assistants, allowing users to search products, manage their cart, view order history, and place orders using natural language.
      3 npm
      MIT

    TDQS

    A4.1/5.0

    Scored across 16 tools

    Disambiguation4/5

    Tools are mostly distinct, with clear separation between auth, catalog, cart, and flash deal operations. The main potential confusion is between get_basket and get_extended_basket, and between add_to_cart and add_flash_deal_to_cart, but detailed descriptions explicitly differentiate them.

    Naming Consistency4/5

    Tool names follow a readable snake_case convention, but mix prefixes: 'get_' for retrievals, 'auth_' for authentication, and action verbs like list_, search_, add_, remove_. This is predictable within each functional area, though not a single uniform verb_noun pattern across all tools.

    Tool Count4/5

    16 tools is slightly above the typical 3-15 well-scoped range, but appropriate for the breadth of features: authentication, catalog browsing, cart management, wallet, and flash deals. Each tool serves a clear purpose without excessive redundancy.

    Completeness4/5

    The core shopping lifecycle is well covered: browse/search products, view cart (light and detailed), add/remove items, and handle flash deals. Authentication and wallet access are also included. Minor gaps exist, such as no explicit 'update quantity' tool and no checkout flow, but these are workable via existing tools or are out of scope.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues