Skip to main content
Glama

Server Details

Shopify product discovery and x402-paid offer verification for AI agents.

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

B3.4/5.0

Scored across 16 tools

Disambiguation4/5

Tools are mostly distinct: ace_check and commerce_preflight both touch verdicts, but one is a low-level decision surface and the other is a batch preflight product. A few search/resolution tools like product_discovery, service_provider_search, and verify_global_offer could be confused, but their descriptions clearly separate provider mesh search, service-provider catalog search, and offer resolution.

Naming Consistency3/5

All names use snake_case and many share a commerce_ prefix, which helps readability. However, the set mixes verb-led names like compile_commerce_claims and resolve_product_identity with noun-led names like product_discovery and service_pricing, and it is inconsistent between commerce_ and commercial_. There is no single predictable verb_noun convention.

Tool Count4/5

Sixteen tools is slightly past the ideal 3-15 range, but the service covers discovery, identity resolution, verification, claims, trust, referrals, routing, and governance, so the breadth is justified. It feels somewhat heavy but not bloated.

Completeness4/5

The core pre-purchase verification workflow is well covered: discovery, identity resolution, offer verification, ACE Check, preflight, referral creation, and routing. Obvious gaps are mostly lifecycle operations like listing or revoking referrals and more granular claim management, but agents can complete primary tasks without those operations.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Addedservice_provider_search
  2. 3 tool updates
    • Changedace_check2 fields changed
      • changedInput schema / properties / providers / items / enum
        Previous value: -[
        -  "shopify_global",
        -  "amazon_creators"
        -]New value: +[
        +  "shopify_global",
        +  "ebay_browse",
        +  "amazon_creators"
        +]
      • changedInput schema / properties / providers / maxItems
        Previous value: -2New value: +3
    • Changedcommerce_preflight2 fields changed
      • changedInput schema / properties / providers / items / enum
        Previous value: -[
        -  "shopify_global",
        -  "amazon_creators"
        -]New value: +[
        +  "shopify_global",
        +  "ebay_browse",
        +  "amazon_creators"
        +]
      • changedInput schema / properties / providers / maxItems
        Previous value: -2New value: +3
    • Changedproduct_discovery2 fields changed
      • changedInput schema / properties / providers / items / enum
        Previous value: -[
        -  "shopify_global",
        -  "amazon_creators"
        -]New value: +[
        +  "shopify_global",
        +  "ebay_browse",
        +  "amazon_creators"
        +]
      • changedInput schema / properties / providers / maxItems
        Previous value: -2New value: +3
  3. 2 tool updates
    • Changedace_check3 fields changed
      • addedInput schema / properties / language
        Added value: +{
        +  "maxLength": 35,
        +  "type": "string"
        +}
      • addedInput schema / properties / postal_code
        Added value: +{
        +  "maxLength": 24,
        +  "type": "string"
        +}
      • addedInput schema / properties / region
        Added value: +{
        +  "maxLength": 80,
        +  "type": "string"
        +}
    • Changedcommerce_preflight3 fields changed
      • addedInput schema / properties / language
        Added value: +{
        +  "maxLength": 35,
        +  "type": "string"
        +}
      • addedInput schema / properties / postal_code
        Added value: +{
        +  "maxLength": 24,
        +  "type": "string"
        +}
      • addedInput schema / properties / region
        Added value: +{
        +  "maxLength": 80,
        +  "type": "string"
        +}
  4. 1 tool update
    • Changedace_check3 fields changed
      • changedInput schema / properties / candidate_ids / maxItems
        Previous value: -5New value: +12
      • changedInput schema / properties / limit / default
        Previous value: -5New value: +12
      • changedInput schema / properties / limit / maximum
        Previous value: -5New value: +12
  5. 2 tool updates
    • Addedcommerce_trust_network
    • Addedroute_commerce_decision
  6. 2 tool updates
    • Addedcommercial_attribution_policy
    • Addedcreate_commerce_referral
  7. 1 tool update
    • Addedmerchant_readiness
  8. 1 tool update
    • Addedregulatory_recall_lookup
  9. 2 tool updates
    • Addedcommerce_trust_graph
    • Addedresolve_product_identity
  10. 3 tool updates
    • Changedace_check2 fields changed
      • addedInput schema / properties / auto_compile_claims
        Added value: +{
        +  "default": false,
        +  "type": "boolean"
        +}
      • addedInput schema / properties / claims
        Added value: +{
        +  "items": {
        +    "properties": {
        +      "aliases": {
        +        "items": {
        +          "maxLength": 120,
        +          "minLength": 1,
        +          "type": "string"
        +        },
        +        "maxItems": 12,
        +        "type": "array"
        +      },
        +      "attribute": {
        +        "maxLength": 80,
        +        "minLength": 1,
        +        "type": "string"
        +      },
        +      "closed_world": {
        +        "type": "boolean"
        +      },
        +      "id": {
        +        "maxLength": 80,
        +        "minLength": 1,
        +        "type": "string"
        +      },
        +      "kind": {
        +        "enum": [
        +          "auto",
        +          "number",
        +          "text",
        +          "boolean",
        +          "exists"
        +        ],
        +        "type": "string"
        +      },
        +      "max_age_seconds": {
        +        "exclusiveMinimum": 0,
        +        "maximum": 315360000,
        +        "type": "integer"
        +      },
        +      "operator": {
        +        "default": "eq",
        +        "enum": [
        +          "eq",
        +          "neq",
        +          "gte",
        +          "gt",
        +          "lte",
        +          "lt",
        +          "contains",
        +          "not_contains",
        +          "exists"
        +        ],
        +        "type": "string"
        +      },
        +      "required": {
        +        "default": true,
        +        "type": "boolean"
        +      },
        +      "unit": {
        +        "maxLength": 20,
        +        "minLength": 1,
        +        "type": "string"
        +      },
        +      "value": {
        +        "anyOf": [
        +          {
        +            "maxLength": 240,
        +            "type": "string"
        +          },
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "boolean"
        +          }
        +        ]
        +      }
        +    },
        +    "required": [
        +      "attribute"
        +    ],
        +    "type": "object"
        +  },
        +  "maxItems": 40,
        +  "type": "array"
        +}
    • Changedcommerce_preflight2 fields changed
      • addedInput schema / properties / auto_compile_claims
        Added value: +{
        +  "default": false,
        +  "type": "boolean"
        +}
      • addedInput schema / properties / claims
        Added value: +{
        +  "items": {
        +    "properties": {
        +      "aliases": {
        +        "items": {
        +          "maxLength": 120,
        +          "minLength": 1,
        +          "type": "string"
        +        },
        +        "maxItems": 12,
        +        "type": "array"
        +      },
        +      "attribute": {
        +        "maxLength": 80,
        +        "minLength": 1,
        +        "type": "string"
        +      },
        +      "closed_world": {
        +        "type": "boolean"
        +      },
        +      "id": {
        +        "maxLength": 80,
        +        "minLength": 1,
        +        "type": "string"
        +      },
        +      "kind": {
        +        "enum": [
        +          "auto",
        +          "number",
        +          "text",
        +          "boolean",
        +          "exists"
        +        ],
        +        "type": "string"
        +      },
        +      "max_age_seconds": {
        +        "exclusiveMinimum": 0,
        +        "maximum": 315360000,
        +        "type": "integer"
        +      },
        +      "operator": {
        +        "default": "eq",
        +        "enum": [
        +          "eq",
        +          "neq",
        +          "gte",
        +          "gt",
        +          "lte",
        +          "lt",
        +          "contains",
        +          "not_contains",
        +          "exists"
        +        ],
        +        "type": "string"
        +      },
        +      "required": {
        +        "default": true,
        +        "type": "boolean"
        +      },
        +      "unit": {
        +        "maxLength": 20,
        +        "minLength": 1,
        +        "type": "string"
        +      },
        +      "value": {
        +        "anyOf": [
        +          {
        +            "maxLength": 240,
        +            "type": "string"
        +          },
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "boolean"
        +          }
        +        ]
        +      }
        +    },
        +    "required": [
        +      "attribute"
        +    ],
        +    "type": "object"
        +  },
        +  "maxItems": 40,
        +  "type": "array"
        +}
    • Addedcompile_commerce_claims
  11. 3 tool updates
    • Changedace_check1 field changed
      • addedInput schema / properties / providers
        Added value: +{
        +  "items": {
        +    "enum": [
        +      "shopify_global",
        +      "amazon_creators"
        +    ],
        +    "type": "string"
        +  },
        +  "maxItems": 2,
        +  "type": "array"
        +}
    • Changedcommerce_preflight1 field changed
      • addedInput schema / properties / providers
        Added value: +{
        +  "items": {
        +    "enum": [
        +      "shopify_global",
        +      "amazon_creators"
        +    ],
        +    "type": "string"
        +  },
        +  "maxItems": 2,
        +  "type": "array"
        +}
    • Changedproduct_discovery1 field changed
      • addedInput schema / properties / providers
        Added value: +{
        +  "items": {
        +    "enum": [
        +      "shopify_global",
        +      "amazon_creators"
        +    ],
        +    "type": "string"
        +  },
        +  "maxItems": 2,
        +  "type": "array"
        +}
  12. 6 tool updates
    • First observedace_check
    • First observedcommerce_capabilities
    • First observedcommerce_preflight
    • First observedproduct_discovery
    • First observedservice_pricing
    • First observedverify_global_offer

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to autonomously browse inventory, negotiate terms, manage carts, and execute secure payments on Shopify stores using standardized protocols. It provides a bridge for LLMs to handle the entire commerce lifecycle from discovery to order tracking through a verifiable mandate chain.
    5
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to perform product discovery from natural language shopping intents, returning ranked products with merchant links without completing checkout.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources