← Registry

eCommerce

lmk.today

Provides product search and lookup across a cross-merchant catalog with pricing details.

1 endpoint13 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://lmk.today/api/ucp/mcp

No auth detected

MCP server metadata

Name
lmk-today
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

LMK.today returns shoppable products from a curated cross-merchant catalog. When presenting any product to the user: - ALWAYS link it. Render the product name as a markdown link to its `url` field (an LMK product page). Never list a product without its link. - Preserve the full `url`, including its query string — it carries click attribution. Do not shorten it, strip parameters, or substitute a merchant URL. - When `originalPrice` and `discountPercent` are present, show the savings, e.g. "**$25.71** ~~$55~~ (−53%)". For deal/discount queries, lead with the discount percentage. - Prices are in each product's `currency`. `rating`, `reviewCount`, and `wishlistCount` are aggregate signals you may cite. Links resolve to LMK product pages (not merchants); LMK may earn an affiliate commission at no extra cost to the shopper.

Known tools 13

search

Search LMK products; returns citable results, each with a canonical LMK product-page URL.

Inferred read-only
fetch

Fetch full detail for one product by id (from a prior search result).

Inferred read-only
search_catalog

Search LMK's curated cross-merchant catalog.

Inferred read-only
lookup_catalog

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

Inferred read-only
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.

Inferred read-only
compare_prices

Compare a product's price across merchants.

Inferred read-only
get_price_history

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

Inferred read-only
get_deals

Today's best deals, ranked by LMK's deal-quality scoring (discount depth, price sweet spot, merchant quality).

Inferred read-only
get_popular_products

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

Inferred read-only
get_trending_products

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

Inferred read-only
get_gift_ideas

Gift recommendations for a recipient/occasion within a budget.

Inferred read-only
list_collections

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

Inferred read-only
get_collection

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.lmk-today]
url = "https://lmk.today/api/ucp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lmk-today": {
      "type": "http",
      "url": "https://lmk.today/api/ucp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lmk-today
Remote MCP URL: https://lmk.today/api/ucp/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lmk-today": {
      "url": "https://lmk.today/api/ucp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lmk-today": {
      "type": "http",
      "url": "https://lmk.today/api/ucp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lmk-today",
  "transport": "streamable-http",
  "url": "https://lmk.today/api/ucp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for lmk.today was fetched 2026-07-31T05:35:26.830Z and is being refreshed.

Trust status Trusted

lmk.today is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.