INDIVIDUAL MCP TOOL
get_popular_products
Most-wishlisted products (180-day demand signal across all LMK lists, aggregate counts only).
LIVE ENDPOINT
https://lmk.today/api/ucp/mcp
Connect to this endpoint to inspect the live schema for get_popular_products and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search— Search LMK products; returns citable results, each with a canonical LMK product-page URL.fetch— Fetch full detail for one product by id (from a prior search result).search_catalog— Search LMK's curated cross-merchant catalog.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.get_price_history— Get price history and stats for a product over a trailing window (default 90 days).get_deals— Today's best deals, ranked by LMK's deal-quality scoring (discount depth, price sweet spot, merchant quality).