Skip to main content
Glama

Server Details

Agentic commerce with 58 MCP tools for product search, checkout, A2A negotiation, C-Suite analytics.

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
Uptime
0.0% over 40 days
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.2/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: batch vs single product query, price comparison, inventory status, coupon lookup, product search, and trending. Overlaps (e.g., get_product and get_inventory both involve inventory) are minimal and well-justified by different granularities.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: batch_get, compare, get, get, query, search, trending. No mixing of styles or ambiguous verbs.

Tool Count5/5

7 tools is well-scoped for an e-commerce information retrieval server. It covers core operations (search, detail, price, inventory, coupons, trending) without being too few or too many.

Completeness3/5

The tool set is strong on querying but lacks any transactional actions (e.g., add to cart, purchase, manage orders). For a full commerce agent, this is a notable gap. However, it covers the stated 'query and compare' domain adequately.

Tool Schema Changelog

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

  1. 7 tool updates
    • Addedbatch_get_products
    • Addedcompare_price
    • Addedget_inventory
    • Changedget_product2 fields changed
      • changedInput schema / properties / store_id / description
        Previous value: -"Store ID from search_products results — identifies which store to query"New value: +"Store ID from search_products results"
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "properties": {
        +    "currency": {
        +      "type": "string"
        +    },
        +    "in_stock": {
        +      "type": "boolean"
        +    },
        +    "price": {
        +      "type": "number"
        +    },
        +    "product_id": {
        +      "type": "string"
        +    },
        +    "product_url": {
        +      "type": "string"
        +    },
        +    "sale_price": {
        +      "type": "number"
        +    },
        +    "store_name": {
        +      "type": "string"
        +    },
        +    "title": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Addedquery_coupon
    • Changedsearch_products3 fields changed
      • changedInput schema / properties / category / description
        Previous value: -"Filter by product category (e.g. \"electronics\", \"clothing\", \"home\")"New value: +"Filter by product category"
      • changedInput schema / properties / query / description
        Previous value: -"What product to search for. Be specific — include brand, features, or use case (e.g. \"Sony noise-canceling headphones under $200\" or \"lightweight running shoes for marathon training\")"New value: +"What product to search for. Be specific."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "properties": {
        +    "query": {
        +      "description": "The search query used",
        +      "type": "string"
        +    },
        +    "results": {
        +      "description": "Array of product results",
        +      "type": "array"
        +    },
        +    "total": {
        +      "description": "Total number of results",
        +      "type": "integer"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedtrending_products1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "properties": {
        +    "rankings": {
        +      "description": "Array of trending products ranked by search volume",
        +      "type": "array"
        +    }
        +  },
        +  "type": "object"
        +}
  2. 3 tool updates
    • Changedget_product4 fields changed
      • changedInput schema / properties / product_id / description
        Previous value: -"Product ID"New value: +"Product ID from search_products results"
      • changedInput schema / properties / product_id / type
        Previous value: -"integer"New value: +"string"
      • addedInput schema / properties / store_id
        Added value: +{
        +  "description": "Store ID from search_products results — identifies which store to query",
        +  "type": "integer"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "product_id"
        -]New value: +[
        +  "product_id",
        +  "store_id"
        +]
    • Changedsearch_products4 fields changed
      • addedInput schema / properties / category
        Added value: +{
        +  "description": "Filter by product category (e.g. \"electronics\", \"clothing\", \"home\")",
        +  "type": "string"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Max results (default 10, max 50)",
        +  "type": "integer"
        +}
      • addedInput schema / properties / max_price
        Added value: +{
        +  "description": "Maximum price filter in USD",
        +  "type": "number"
        +}
      • changedInput schema / properties / query / description
        Previous value: -"Search keyword"New value: +"What product to search for. Be specific — include brand, features, or use case (e.g. \"Sony noise-canceling headphones under $200\" or \"lightweight running shoes for marathon training\")"
    • Addedtrending_products
  3. 2 tool updates
    • First observedget_product
    • First observedsearch_products

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Agentic commerce infrastructure for AI agents. MCP-native product discovery, contextual ad matching, and purchase facilitation with European privacy compliance (nDSG/GDPR).
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents and humans to search products across multiple stores, compare prices, and place real orders directly from the terminal using 46 MCP tools.
    22 npm
    2
    MIT
  • A
    license
    D
    quality
    D
    maintenance
    Enables natural-language control of e-commerce operations including product management, order processing, inventory tracking, customer service, content generation, and advertising analytics through 15 integrated MCP tools. Provides a local-first commerce automation solution with SQLite storage and extensible channel adapters for end-to-end online store workflows.
    15
    3
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources