Skip to main content
Glama
samson10504

Shopify Admin GraphQL Gateway MCP

by samson10504

Related Servers

Alternatives to Shopify Admin GraphQL Gateway MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      A
      maintenance
      A read-only MCP server that exposes the full Shopify Admin GraphQL API through 6 universal tools, with multi-store support and mutation rejection at the parser level for safety.
      6
      143 PyPI
      1
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Safe-write Shopify operations MCP server with plan-before-execute writes, out-of-band approval, and tamper-evident audit trail.
      31 npm
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      MCP server for managing Shopify stores via the Admin GraphQL API, providing tools to read/update products, orders, customers, inventory, and create discount codes.
      12
      1,258 npm
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server for Magento 2, exposing store data and operations via REST Admin API, GraphQL, and read-only SQL, with safety confirmations for destructive actions.
      20 npm
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Production-grade MCP server for the Shopify Admin GraphQL API, exposing typed tools for AI agents to manage products, orders, customers, and more.
      12 npm
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables management of Shopify store via GraphQL, including products, orders, inventory, and discounts with security features like preview mode and write protection.
      -

    TDQS

    A4.4/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: product counts, read-only queries, mutation preview, and mutation execution. There is no overlap or ambiguity between them.

    Naming Consistency4/5

    All tools share the consistent 'shopify_admin' prefix and use snake_case. The three GraphQL tools follow a clear 'graphql_<action>' pattern, but 'product_counts' deviates as a noun phrase rather than a verb_noun structure.

    Tool Count5/5

    With only 4 tools, the server is tightly scoped to its purpose as a GraphQL gateway. Each tool is necessary and covers a distinct aspect of the interaction model.

    Completeness5/5

    The set provides complete lifecycle coverage for the gateway domain: read operations via query, mutation handling via preview and execute, and a convenience count tool. No obvious missing operations within the stated scope.