{
  "schema_version": "2025-06-01",
  "name": "LMK.today",
  "description": "Universal wishlist & price-tracking commerce surface. Curated cross-merchant product search, real price history, demand signals (most-wishlisted), and editorial gift collections. Every product link is an LMK product page.",
  "homepage": "https://lmk.today",
  "documentation": "https://lmk.today/mcp",
  "contact": "hello@lmk.today",
  "mcp": {
    "endpoint": "https://lmk.today/api/ucp/mcp",
    "transport": "streamable-http",
    "protocol": "mcp",
    "tools": [
      "search_catalog",
      "lookup_catalog",
      "get_product",
      "compare_prices",
      "get_price_history",
      "get_deals",
      "get_popular_products",
      "get_trending_products",
      "get_gift_ideas",
      "list_collections",
      "get_collection"
    ]
  },
  "feeds": [
    {
      "name": "products",
      "url": "https://lmk.today/feeds/products.jsonl",
      "format": "application/x-ndjson"
    },
    {
      "name": "deals",
      "url": "https://lmk.today/feeds/deals.jsonl",
      "format": "application/x-ndjson"
    },
    {
      "name": "popular-gifts",
      "url": "https://lmk.today/feeds/popular-gifts.jsonl",
      "format": "application/x-ndjson"
    }
  ],
  "discovery": {
    "llms": "https://lmk.today/llms.txt",
    "llms_full": "https://lmk.today/llms-full.txt",
    "sitemap": "https://lmk.today/sitemap.xml",
    "robots": "https://lmk.today/robots.txt"
  },
  "monetization": {
    "model": "affiliate",
    "note": "All product links resolve to LMK product pages; outbound clicks are attributed and monetized via the /c/ handler. LMK is not the merchant of record."
  }
}