Skip to content
Back to search
100
MCP live MCP 2026-07-28 http

com.kitsdeals/deals

com.kitsdeals/deals

Curated, human-reviewed deal feed for AI agents — live deal search + price watches. No auth.

Uptime
100.0%
1 direct probes · 30d
Response
3400ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

search_deals

Search live, human-reviewed deals by keyword. Matching is token-AND over product name, brand, category, and merchant. Returns up to 5 active deals (best score first) with price, discount, condition, m…

latest_deals

The newest approved deals, freshest first — or Kit's curated picks when highlighted_only=true. Returns up to 5 (max 10) compact deals with server-verified human_summary sentences and a highlighted fla…

get_deal

Fetch one deal by id. Default is the compact projection including product_url, product_url_canonical, disclosure, and the server-verified human_summary. `product_url` is the human purchase link. Prese…

register_watch

Register a standing deal watch. Writes the intent to the sourcing pipeline and returns delivery channels: a one-time token-gated Atom feed plus an optional webhook that activates after interpretation.…

check_watch

Status of a watch by watch_id: interpretation progress, channel states, live matches, next_check_recommended_at, and monitoring contract. `product_url` is the human purchase link. Present it to the hu…

cancel_watch

Stop deliveries for a watch: the feed URL dies immediately and the webhook deactivates. Idempotent. Sourcing for an already-promoted product continues (shared watchlist state) — cancellation affects t…

report_outcome

Record what happened after a deal was acted on. Outcomes: purchased, deal_dead, wrong_price, out_of_stock, irrelevant, checkout_failed. Feedback feeds deal ranking, and deal_dead / wrong_price reports…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.kitsdeals/deals": {
      "url": "https://mcp.kitsdeals.com",
      "transport": "http"
    }
  }
}