Search the Pour Picks bourbon & whiskey database: 4,700+ bottles with tasting profiles and prices.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Query the Pour Picks bourbon & whiskey database from Claude, or any MCP-compatible AI client. Read-only access to 4,700+ bottles with structured tasting profiles, prices, pairings, and community ratings.
Pour Picks is the bourbon collector's journal for iOS β get it on the App Store.
| Tool | What it does |
|---|---|
search_bottles | Full-text catalog search with category, price, and proof filters |
get_bottle | Full record for one bottle (by ID or name): tasting profile, price, pairings, community ratings |
find_similar | Bottles with a similar flavor profile, ranked by shared notes and body/sweetness/char proximity |
find_cheaper_alternative | Same style, similar profile, lower price |
get_recommendations | Picks from flavor preferences + budget + occasion |
compare_bottles | Side-by-side: proof, age, price, shared and distinct flavors, ratings |
trending_bottles | What Pour Picks users are adding to their cellars right now |
pour_tonight_suggestion | A pour for tonight, from mood, occasion, and season |
Every response includes source attribution, a citation-ready summary line, links, and data freshness dates. All scoring is deterministic β no AI calls happen inside the server.
Requires Node.js 18+.
Add to your claude_desktop_config.json (Claude Desktop β Settings β Developer β Edit Config):
Restart Claude Desktop. No API key or configuration needed β the server ships with public read-only access.
The server works with zero configuration using Pour Picks' public read-only key. Environment variables override the defaults:
| Variable | Purpose |
|---|---|
SUPABASE_URL | Override the database URL |
SUPABASE_SERVICE_ROLE_KEY | Internal use only β unlocks live 30-day cellar-add trending. Never distribute this key. |
Without the service key, trending_bottles falls back to catalog popularity and labels the method in its response (method: "catalog_popularity_tier" vs "cellar_adds_last_30_days").
Streamable HTTP for web agents and MCP clients that take a URL:
Also listed on Smithery (gateway pour-picks--bguillow.run.tools) and the official MCP registry as io.github.bguillow-rgb/pour-picks.
Questions an agent can answer with these tools:
find_similarget_recommendations with taste_preferences: ["vanilla","oak","caramel"], budget: 60find_cheaper_alternativecompare_bottlespour_tonight_suggestion with season: "winter"trending_bottlesExample response shape (truncated):
The server speaks MCP over stdio. Catalog access is read-only by construction: every query path issues SELECTs against tables that are publicly readable under row-level security, and it is rate-limited to 60 calls/minute.
Usage telemetry: each tool call logs the tool name, its arguments, client name/version, duration, and success/failure to a write-only log table (insert-only under RLS; contents are not publicly readable). No user identity, account data, or conversation content is collected. Logging is fire-and-forget and never affects responses.
npm publish from this directory (the mcpName field in package.json links the package to the registry entry).server.json in this directory is the registry manifest. Publish with the mcp-publisher CLI after the npm package is live: mcp-publisher login github && mcp-publisher publish.Bottle data, tasting profiles, and pairings are curated by Pour Picks. Quote freely with attribution:
Source: Pour Picks β The Bourbon Collector's Journal (pourpicks.app)
Community rating counts are included with every rating so you can judge sample size. Freshness dates on each bottle reflect the last enrichment pass.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pour-picks)<a href="https://allmcps.com/mcp/pour-picks"><img src="https://allmcps.com/api/badge/pour-picks?style=directory" alt="Pour Picks on AllMCPs" /></a>