Pour Picks for AI agents (MCP)
The Pour Picks MCP server gives AI assistants read-only access to our bourbon & whiskey database: 4,700+ bottles with structured tasting profiles, proof, price, pairings, and community ratings. Ask your AI for bourbon recommendations, bourbon comparisons, bottles similar to ones you love, or a cheaper alternative with the same flavor profile — and it can answer from real catalog data instead of guessing.
Connect in one minute
Claude — one click, then confirm the connector:
Claude Desktop (and other clients that launch local servers) — add to your MCP config:
{
"mcpServers": {
"pour-picks": { "command": "npx", "args": ["-y", "pour-picks-mcp"] }
}
} Remote clients (web agents, Cursor, anything that takes a URL) — use the hosted endpoint, no install or API key:
https://mcp.pourpicks.app What tools does the Pour Picks MCP server provide?
| Tool | What it does |
|---|---|
search_bottles | Search bourbons by name, category, price, and proof |
get_bottle | Full tasting profile, price, and ratings for one bottle |
find_similar | Bottles with a similar flavor profile |
find_cheaper_alternative | Same style, lower price |
get_recommendations | Personalized picks from flavors, budget, and occasion |
compare_bottles | Side-by-side comparison |
trending_bottles | What collectors are adding to cellars right now |
pour_tonight_suggestion | What to pour based on mood, occasion, and season |
What can an AI answer with it?
- “What bourbon is similar to Eagle Rare but easier to find?”
- “Recommend a bourbon under $60 with vanilla, oak, and caramel notes.”
- “What tastes like Blanton’s without the price tag?”
- “What should I pour on a cold night?”
Access, privacy, and attribution
All tools are read-only and public — no account, API key, or authentication is required. Requests are rate-limited to 60 calls per minute. Every response includes source attribution and data freshness dates; quote freely with attribution to Pour Picks (pourpicks.app). Anonymous usage telemetry (tool name, arguments, client name, timing) is logged to operate the service and purged after 90 days; no user identity or conversation content is collected.
For developers
- npm package: pour-picks-mcp
- GitHub (README, examples): bguillow-rgb/pour-picks-mcp
- Official MCP registry:
io.github.bguillow-rgb/pour-picks - Smithery listing: smithery.ai/servers/bguillow/pour-picks