saq-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@saq-mcpshow me new arrivals in red wine"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
saq-mcp
A Model Context Protocol server for SAQ.com (Société des alcools du Québec).
Search wines and spirits, track new arrivals, monitor restocks, and filter alerts by geographic area — all from Claude or any MCP-compatible client.
Features
Tool | Description |
| Full-text search with filters: category, country, region, grape, price, availability |
| Product details by SKU (country, region, grape, ABV, sugar, taste profile, rating, store count) |
| Products sorted by arrival date, optionally filtered by category |
| Products with "Available shortly" or "Lottery soon" status |
| Which stores currently carry a product |
| Add a SKU to the restock watchlist |
| Remove from watchlist |
| Monitor the entire SAQ catalog (~35k products) for any restock |
| Disable catalog-wide monitoring |
| Manually trigger a restock check for all watched products |
| Show watchlist status and last snapshot |
| Restrict restock alerts to stores within a radius of a city or coordinates |
| Remove geographic filter |
Related MCP server: MCP SearXNG Enhanced
How it works
SAQ's website runs on Adobe Commerce with the Live Search catalog service. On first run, a headless Chromium browser intercepts an outgoing request to catalog-service.adobe.io to extract the public API key, which is then cached locally. All subsequent calls go directly to the GraphQL endpoint — no browser overhead.
Restock detection compares each product's store_availability_list (a full list of store IDs returned inline by the search API) against a saved snapshot. A restock fires when new store IDs appear or availability status improves (e.g. Sold out → In store).
Requirements
Node.js 20+
macOS (for the launchd agent; the MCP server itself is cross-platform)
Installation
git clone https://github.com/MonoPaul/saq-mcp.git
cd saq-mcp
npm install
npx playwright install chromium # one-time: downloads headless browser
npm run buildAdd to Claude Code
Add to ~/.claude.json under mcpServers:
{
"mcpServers": {
"saq": {
"command": "node",
"args": ["/path/to/saq-mcp/dist/index.js"]
}
}
}Schedule daily restock checks (macOS)
bash install.shThis fills in the com.saq-mcp.watcher.plist.template with your local paths, writes it to ~/Library/LaunchAgents/, and loads it with launchctl. The watcher runs daily at 05:30 and sends a macOS notification for any restock detected.
You can also run it manually at any time:
node dist/watcher.js --notifyGeographic filtering
Restock alerts can be scoped to stores within a configurable radius:
# In Claude:
set_location_filter city="Montréal" radius_km=30The city is geocoded using SAQ's own store directory (no external geocoding API). The filter applies to both individually watched products and the full catalog scan.
Data stored locally
All runtime data lives in ~/.saq-mcp/:
File | Contents |
| Cached API key (extracted once from the SAQ website) |
| Watched SKUs, store snapshots, location filter |
| Full catalog snapshot for watch-all mode |
| SAQ store directory with coordinates (refreshed weekly) |
| Append-only log of every watcher run |
None of these files are committed to git.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityCmaintenanceA Model Context Protocol server enabling product searches across e-commerce platforms, price history tracking, and product specification-based searches using natural language prompts.Last updated219MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables web search with category support, website content scraping with citation metadata, and timezone-aware date/time tools.Last updated54MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables AI assistants to search for alcohol products, manage shopping carts, and place orders on Drizly. It uses browser automation to check product availability, discover local stores, and track delivery status.Last updated1230MIT
- AlicenseAqualityAmaintenanceA Model Context Protocol server for real-time Swiss grocery shopping that searches and compares products across 8 major Swiss retailers (Migros, Coop, Aldi, Denner, Lidl, Farmy, Volgshop, Otto’s), normalizes per-unit prices, surfaces promotions, computes optimal multi-store shopping plans, and works with any MCP-compatible client without API keys or accounts.Last updated713524AGPL 3.0
Related MCP Connectors
Unofficial read-only MCP server for VeryChic hotel offers
MCP server for ScanMalware.com URL scanning, malware detection, and analysis.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MonoPaul/saq-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server