Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

today.lmk/commerce

today.lmk/commerce

Cross-merchant product search with real price history, comparisons, and demand signals.

Uptime
100.0%
1 direct probes · 30d
Response
655ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
0
available

Tools · 13

search

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.

fetch

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.

search_catalog

Search LMK's curated cross-merchant catalog. Returns products with LMK product-page links. Use for "find me X" shopping queries.

lookup_catalog

Batch-resolve products by LMK slug, id, or external/merchant id.

get_product

Get a single product with full detail: enriched card, 90-day price stats (lowest/highest/average + is-at-lowest), and cross-merchant buying options.

compare_prices

Compare a product's price across merchants. Returns offers plus lowest/highest, all linking to the LMK product page.

get_price_history

Get price history and stats for a product over a trailing window (default 90 days). LMK-proprietary price intelligence.

get_deals

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.

get_popular_products

Most-wishlisted products (180-day demand signal across all LMK lists, aggregate counts only). Unique LMK demand data.

get_trending_products

Products gaining momentum — most-added to wishlists in the last 30 days (aggregate counts only).

get_gift_ideas

Gift recommendations for a recipient/occasion within a budget. Blends curated search with LMK demand signals.

list_collections

List LMK's published editorial collections (occasions, holidays, beauty, style, sports).

get_collection

Get a single editorial collection and its curated products by slug.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "today.lmk/commerce": {
      "url": "https://lmk.today/api/ucp/mcp",
      "transport": "streamable-http"
    }
  }
}