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:

Connect to Claude

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?

ToolWhat it does
search_bottlesSearch bourbons by name, category, price, and proof
get_bottleFull tasting profile, price, and ratings for one bottle
find_similarBottles with a similar flavor profile
find_cheaper_alternativeSame style, lower price
get_recommendationsPersonalized picks from flavors, budget, and occasion
compare_bottlesSide-by-side comparison
trending_bottlesWhat collectors are adding to cellars right now
pour_tonight_suggestionWhat to pour based on mood, occasion, and season

What can an AI answer with it?

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