commerce
Server Details
Cross-merchant product search with real price history, comparisons, and demand signals.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
13 toolscompare_pricesRead-onlyIdempotentInspect
Compare a product's price across merchants. Returns offers plus lowest/highest, all linking to the LMK product page.
| Name | Required | Description | Default |
|---|---|---|---|
| idOrSlug | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| offers | Yes | |
| product | Yes | An LMK catalog product. `url` is always an LMK product-page link. |
| lowestPrice | No | |
| highestPrice | No |
fetchRead-onlyIdempotentInspect
Fetch full detail for one product by id (from a prior search result). Returns citable text with price, savings, 90-day price history, and buying options.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product id or slug from a search result |
Output Schema
| Name | Required | Description |
|---|---|---|
| id | Yes | |
| url | Yes | |
| text | Yes | |
| title | Yes | |
| metadata | Yes |
get_collectionRead-onlyIdempotentInspect
Get a single editorial collection and its curated products by slug.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| url | Yes | |
| slug | Yes | |
| theme | No | |
| title | Yes | |
| products | Yes | |
| description | No |
get_dealsRead-onlyIdempotentInspect
Today's best deals, ranked by LMK's deal-quality scoring (discount depth, price sweet spot, merchant quality). Optionally filter by category slug or minimum discount.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| category | No | ||
| minDiscountPercent | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| deals | Yes | |
| generatedAt | Yes | |
| totalDealCount | Yes |
get_gift_ideasRead-onlyIdempotentInspect
Gift recommendations for a recipient/occasion within a budget. Blends curated search with LMK demand signals.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Recipient/occasion, e.g. "gifts for new dad" | |
| maxPrice | No | ||
| minPrice | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| products | Yes |
get_popular_productsRead-onlyIdempotentInspect
Most-wishlisted products (180-day demand signal across all LMK lists, aggregate counts only). Unique LMK demand data.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| maxPrice | No | ||
| minPrice | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| products | Yes |
get_price_historyRead-onlyIdempotentInspect
Get price history and stats for a product over a trailing window (default 90 days). LMK-proprietary price intelligence.
| Name | Required | Description | Default |
|---|---|---|---|
| daysBack | No | ||
| idOrSlug | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| lowest | No | |
| points | Yes | |
| average | No | |
| current | No | |
| highest | No | |
| history | Yes | |
| isAtLowest | Yes | |
| daysTracked | Yes |
get_productRead-onlyIdempotentInspect
Get a single product with full detail: enriched card, 90-day price stats (lowest/highest/average + is-at-lowest), and cross-merchant buying options.
| Name | Required | Description | Default |
|---|---|---|---|
| idOrSlug | Yes | Product slug, id, or external id |
Output Schema
| Name | Required | Description |
|---|---|---|
| product | Yes | An LMK catalog product. `url` is always an LMK product-page link. |
| priceStats | Yes | |
| buyingOptions | Yes |
get_trending_productsRead-onlyIdempotentInspect
Products gaining momentum — most-added to wishlists in the last 30 days (aggregate counts only).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| products | Yes |
list_collectionsRead-onlyIdempotentInspect
List LMK's published editorial collections (occasions, holidays, beauty, style, sports).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| collections | Yes |
lookup_catalogRead-onlyIdempotentInspect
Batch-resolve products by LMK slug, id, or external/merchant id.
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| products | Yes |
searchRead-onlyIdempotentInspect
Search LMK products; returns citable results, each with a canonical LMK product-page URL. Use for shopping/discovery. For price/brand/on-sale filters, use search_catalog.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Natural-language product search query |
Output Schema
| Name | Required | Description |
|---|---|---|
| results | Yes |
search_catalogRead-onlyIdempotentInspect
Search LMK's curated cross-merchant catalog. Returns products with LMK product-page links. Use for "find me X" shopping queries.
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | ||
| limit | No | ||
| query | Yes | Natural-language product search query | |
| onSale | No | ||
| maxPrice | No | ||
| minPrice | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| total | Yes | Total matches available (not just returned) |
| sources | Yes | Which backends contributed, e.g. typesense, affiliate |
| products | Yes |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!