# today.lmk/commerce (remote · lmk.today)

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

- Trust score: 74/100 (medium)
- Change this week: +8
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `lmk.today`: 74/100 (this document), [markdown](https://verifymcp.io/servers/today-lmk-commerce/api-ucp-mcp.md), [page](https://verifymcp.io/servers/today-lmk-commerce/api-ucp-mcp)

## Channel facts

- Endpoint: `https://lmk.today/api/ucp/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 892 tokens (~68/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 77/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 18% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http today-lmk-commerce https://lmk.today/api/ucp/mcp
```

### Codex

```toml
[mcp_servers.today-lmk-commerce]
url = "https://lmk.today/api/ucp/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "today-lmk-commerce": {
      "type": "remote",
      "url": "https://lmk.today/api/ucp/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add today-lmk-commerce --url https://lmk.today/api/ucp/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  today-lmk-commerce:
    url: "https://lmk.today/api/ucp/mcp"
```

### Other

```json
{
  "mcpServers": {
    "today-lmk-commerce": {
      "type": "http",
      "url": "https://lmk.today/api/ucp/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 73, +5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 68, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 66, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 66)

First indexed and scored.

## MCP tools (13)

### `search` (~64 tokens)

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.

Input parameters:

- `limit` (integer)
- `query` (string, required): Natural-language product search query

Output parameters:

- `results` (array)

### `fetch` (~56 tokens)

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.

Input parameters:

- `id` (string, required): Product id or slug from a search result

Output parameters:

- `id` (string)
- `metadata` (object)
- `text` (string)
- `title` (string)
- `url` (string)

### `search_catalog` (~87 tokens)

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

Input parameters:

- `brand` (string)
- `limit` (integer)
- `maxPrice` (number)
- `minPrice` (number)
- `onSale` (boolean)
- `query` (string, required): Natural-language product search query

Output parameters:

- `products` (array)
- `sources` (array): Which backends contributed, e.g. typesense, affiliate
- `total` (number): Total matches available (not just returned)

### `lookup_catalog` (~32 tokens)

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

Input parameters:

- `ids` (array, required)

Output parameters:

- `products` (array)

### `get_product` (~60 tokens)

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

Input parameters:

- `idOrSlug` (string, required): Product slug, id, or external id

Output parameters:

- `buyingOptions` (array)
- `priceStats`
- `product` (object): An LMK catalog product. `url` is always an LMK product-page link.

### `compare_prices` (~41 tokens)

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

Input parameters:

- `idOrSlug` (string, required)

Output parameters:

- `highestPrice`
- `lowestPrice`
- `offers` (array)
- `product` (object): An LMK catalog product. `url` is always an LMK product-page link.

### `get_price_history` (~52 tokens)

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

Input parameters:

- `daysBack` (integer)
- `idOrSlug` (string, required)

Output parameters:

- `average`
- `current`
- `daysTracked` (number)
- `highest`
- `history` (array)
- `isAtLowest` (boolean)
- `lowest`
- `points` (number)

### `get_deals` (~65 tokens)

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.

Input parameters:

- `category` (string)
- `limit` (integer)
- `minDiscountPercent` (number)

Output parameters:

- `deals` (array)
- `generatedAt` (string)
- `totalDealCount` (number)

### `get_popular_products` (~59 tokens)

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

Input parameters:

- `limit` (integer)
- `maxPrice` (number)
- `minPrice` (number)

Output parameters:

- `products` (array)

### `get_trending_products` (~37 tokens)

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

Input parameters:

- `limit` (integer)

Output parameters:

- `products` (array)

### `get_gift_ideas` (~75 tokens)

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

Input parameters:

- `limit` (integer)
- `maxPrice` (number)
- `minPrice` (number)
- `query` (string): Recipient/occasion, e.g. "gifts for new dad"

Output parameters:

- `products` (array)

### `list_collections` (~36 tokens)

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

Input parameters:

- `limit` (integer)

Output parameters:

- `collections` (array)

### `get_collection` (~34 tokens)

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

Input parameters:

- `limit` (integer)
- `slug` (string, required)

Output parameters:

- `description`
- `products` (array)
- `slug` (string)
- `theme`
- `title` (string)
- `url` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/today-lmk-commerce/api-ucp-mcp#diagnostics

## Score history

- 2026-08-03: 74
- 2026-08-02: 74
- 2026-08-01: 73
- 2026-07-31: 73
- 2026-07-30: 68
- 2026-07-29: 68
- 2026-07-28: 67
- 2026-07-27: 66
- 2026-07-26: 66

## Links

- Remote endpoint: https://lmk.today/api/ucp/mcp
- Website: https://lmk.today/mcp
- Changelog RSS feed: https://verifymcp.io/servers/today-lmk-commerce/api-ucp-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/today-lmk-commerce/api-ucp-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/today-lmk-commerce/api-ucp-mcp
