eCommerce
lmk.today
Provides product search and lookup across a cross-merchant catalog with pricing details.
ENDPOINT 1
https://lmk.today/api/ucp/mcp
MCP server metadata
- Name
- lmk-today
- Version
- 1.0.0
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
searchSearch LMK products; returns citable results, each with a canonical LMK product-page URL.
Inferred read-onlyget_productGet 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-onlyget_price_historyGet price history and stats for a product over a trailing window (default 90 days).
Inferred read-onlyget_dealsToday's best deals, ranked by LMK's deal-quality scoring (discount depth, price sweet spot, merchant quality).
Inferred read-onlyget_popular_productsMost-wishlisted products (180-day demand signal across all LMK lists, aggregate counts only).
Inferred read-onlyget_trending_productsProducts gaining momentum — most-added to wishlists in the last 30 days (aggregate counts only).
Inferred read-onlylist_collectionsList LMK's published editorial collections (occasions, holidays, beauty, style, sports).
Inferred read-onlyCONNECT 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.
lmk.today is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.