Skip to main content
Glama

Related Servers

Alternatives to MCP E-commerce Server

No user-submitted related servers found.

    Related Servers

    TDQS

    B3.2/5.0

    Scored across 4 tools

    Disambiguation2/5

    add_product and add_product_smart have heavily overlapping purposes—both create a product, differing only in whether a description is AI-generated. An agent could easily pick the wrong one, and there is no guidance on when to prefer the 'smart' variant.

    Naming Consistency4/5

    All names are snake_case with a verb-first pattern (add_*, get_*, delete_*), which is mostly predictable. Minor deviations exist: the 'smart' suffix and 'by_id' qualifier break the strict verb_noun mold but remain readable.

    Tool Count3/5

    Four tools is on the thin side for an e-commerce domain and the set is dominated by creation variants. It's not egregiously small, but it feels under-scoped given the domain.

    Completeness2/5

    The surface covers create (twice), read-by-id, and delete, but lacks update and any list/search operation—core operations for managing a product catalog. Agents will hit dead ends when they need to modify or enumerate products.