AI Commerce Intelligence
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
Scored across 16 tools
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.
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.
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.
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 tool update
- Added
service_provider_search
3 tool updates
- Changed
ace_check2 fields changed- changed
Input schema / properties / providers / items / enumPrevious value: -[ - "shopify_global", - "amazon_creators" -]New value: +[ + "shopify_global", + "ebay_browse", + "amazon_creators" +] - changed
Input schema / properties / providers / maxItemsPrevious value: -2New value: +3
- Changed
commerce_preflight2 fields changed- changed
Input schema / properties / providers / items / enumPrevious value: -[ - "shopify_global", - "amazon_creators" -]New value: +[ + "shopify_global", + "ebay_browse", + "amazon_creators" +] - changed
Input schema / properties / providers / maxItemsPrevious value: -2New value: +3
- Changed
product_discovery2 fields changed- changed
Input schema / properties / providers / items / enumPrevious value: -[ - "shopify_global", - "amazon_creators" -]New value: +[ + "shopify_global", + "ebay_browse", + "amazon_creators" +] - changed
Input schema / properties / providers / maxItemsPrevious value: -2New value: +3
2 tool updates
- Changed
ace_check3 fields changed- added
Input schema / properties / languageAdded value: +{ + "maxLength": 35, + "type": "string" +} - added
Input schema / properties / postal_codeAdded value: +{ + "maxLength": 24, + "type": "string" +} - added
Input schema / properties / regionAdded value: +{ + "maxLength": 80, + "type": "string" +}
- Changed
commerce_preflight3 fields changed- added
Input schema / properties / languageAdded value: +{ + "maxLength": 35, + "type": "string" +} - added
Input schema / properties / postal_codeAdded value: +{ + "maxLength": 24, + "type": "string" +} - added
Input schema / properties / regionAdded value: +{ + "maxLength": 80, + "type": "string" +}
1 tool update
- Changed
ace_check3 fields changed- changed
Input schema / properties / candidate_ids / maxItemsPrevious value: -5New value: +12 - changed
Input schema / properties / limit / defaultPrevious value: -5New value: +12 - changed
Input schema / properties / limit / maximumPrevious value: -5New value: +12
2 tool updates
- Added
commerce_trust_network - Added
route_commerce_decision
2 tool updates
- Added
commercial_attribution_policy - Added
create_commerce_referral
1 tool update
- Added
merchant_readiness
1 tool update
- Added
regulatory_recall_lookup
2 tool updates
- Added
commerce_trust_graph - Added
resolve_product_identity
3 tool updates
- Changed
ace_check2 fields changed- added
Input schema / properties / auto_compile_claimsAdded value: +{ + "default": false, + "type": "boolean" +} - added
Input schema / properties / claimsAdded 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" +}
- Changed
commerce_preflight2 fields changed- added
Input schema / properties / auto_compile_claimsAdded value: +{ + "default": false, + "type": "boolean" +} - added
Input schema / properties / claimsAdded 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" +}
- Added
compile_commerce_claims
3 tool updates
- Changed
ace_check1 field changed- added
Input schema / properties / providersAdded value: +{ + "items": { + "enum": [ + "shopify_global", + "amazon_creators" + ], + "type": "string" + }, + "maxItems": 2, + "type": "array" +}
- Changed
commerce_preflight1 field changed- added
Input schema / properties / providersAdded value: +{ + "items": { + "enum": [ + "shopify_global", + "amazon_creators" + ], + "type": "string" + }, + "maxItems": 2, + "type": "array" +}
- Changed
product_discovery1 field changed- added
Input schema / properties / providersAdded value: +{ + "items": { + "enum": [ + "shopify_global", + "amazon_creators" + ], + "type": "string" + }, + "maxItems": 2, + "type": "array" +}
6 tool updates
- First observed
ace_check - First observed
commerce_capabilities - First observed
commerce_preflight - First observed
product_discovery - First observed
service_pricing - First observed
verify_global_offer
Related MCP Connectors
AI-agent product catalog: search, lookup & purchase routing over verified merchant data.
Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop.
Product search for AI agents: Amazon + Shopify, cart-to-checkout buy path. Pay-per-call, no API key.
AI agent product discovery via open marketplace. Search, compare and discover advertiser products.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables 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.52MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to browse product catalogs, search products with filters, and initiate checkouts, generating order summaries and checkout URLs.-
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search products across Amazon and live Shopify storefronts, vet merchants, build carts, and obtain checkout URLs via a pay-per-call API with no API key or signup.-

Periskop MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to perform product discovery from natural language shopping intents, returning ranked products with merchant links without completing checkout.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.