Woot Search MCP Server
Woot Search runs a public Model Context Protocol (MCP) server, so assistants like Claude and ChatGPT can search current Woot.com deals, pull featured and most-clicked offers, and retrieve your latest search alerts directly in conversation.
https://wootsearch.com/mcp HTTP transport. Search and browsing tools work immediately with no authentication. The get_notifications tool needs your Woot Search account — the first time you use it, your client will prompt you to sign in.
Set it up
Claude (claude.ai / Desktop)
Add to Claude.aiOpens claude.ai and pre-fills the connector details — you'll still need to confirm adding it.
Manual Setup
- Go to Settings → Connectors (in Claude Desktop: Settings → Connectors; on claude.ai: click your profile → Settings → Connectors).
- Click Add custom connector.
- Enter a name, e.g. Woot Search, and paste the server URL above.
- Save, then enable the connector in a chat via the tools/search menu.
- Ask something like "find deals on headphones under $50" and Claude will call the tools automatically.
- Ask something like "what are my latest Woot Search notifications?" and Claude will prompt you to sign in with your Woot Search account.
ChatGPT
- Go to Settings → Connectors and enable Developer mode if you haven't already.
- Choose Create (or Add custom connector) and give it a name, e.g. Woot Search.
- Paste the server URL above as the MCP server address. Leave authentication as-is — the server advertises OAuth itself, so no key or secret to enter.
- Save, then enable the connector for a chat and turn on "Deep research" or the relevant tool toggle if prompted.
- Ask ChatGPT to look up a deal and it will call the connector's tools as needed.
- Ask for your notification alerts and ChatGPT will open a Woot Search sign-in window the first time — sign in and approve access to continue.
How to use it
Once it's connected, just ask in plain language — the assistant picks the right tool for you. A few things to try:
What are today's featured deals from Woot?
What are my latest Woot Search notifications?
What are today's Woot Search alerts?
Are there any LEGO deals available on Woot?
Find headphones under $50 with at least 30% off on Woot.
Sort current Woot deals by biggest discount.
Tools
All parameters below are optional, unless marked. Defaults are indicated, where applicable.
get_featured_offersReturns the currently featured deals — the same set shown in the homepage "Featured" carousel.
No parameters.
get_most_popular_offersReturns the most-clicked active offers, matching the homepage "Most clicked" carousel. Excludes sold-out and featured offers (available via get_featured_offers).
limitMax number of offers to return (1–50). Defaults to 12.search_offersSearch current, active deals by keyword, with optional filters for category, sort order, price range, discount, and sold-out status.
queryKeyword search text, e.g. "headphones". Leave blank to browse/filter without one.categoryCategory slug to filter by (see list_categories).sortprice, -price, end_date, -start_date, discount, popularity (all-time clicks), or trending (clicks in the last 24 hours).priceMin / priceMaxPrice range in USD.discountMinMinimum discount percentage off list price.includeSoldOutInclude sold-out offers. Defaults to false.pagePage number, 1-indexed.get_offerGet full details for a single offer by its UUID (the id field from a search or featured/popular result), including the full description, specs, and individual items.
idRequiredThe offer's UUID.get_notifications Sign-in required Get your recent saved search alerts. Deals that have expired since the notification will not be included. Requires connecting your Woot Search account; you'll be prompted to sign in the first time you use it.
limitMax number of alerts to return (1–100). Defaults to 20.sinceOnly include alerts from on/after this date, e.g. "2026-08-03". Defaults to the current date, US Central time.list_categoriesLists all Woot Search category slugs, for use as the category filter in the other tools.
No parameters.
The MCP server exposes the same data as the search on this site and does not place orders. Search and browsing tools work without signing in; get_notifications requires connecting your Woot Search account via OAuth to read your own saved-search alerts — it can't see or affect anyone else's account. Deal data comes from Woot's APIs and can change quickly, so always confirm details on Woot.com before buying.