Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.bguillow-rgb/pour-picks

NPM · POUR-PICKS-MCP · SCANNED AUG 18

Search the Pour Picks bourbon & whiskey database: 4,700+ bottles with tasting profiles and prices.

Available components

69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 98 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 707 tokens (~88/item across 8 items; 8 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 96% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · pour-picks-mcp

# add to Claude Code
claude mcp add bguillow-rgb-pour-picks -- npx -y pour-picks-mcp
# add to Codex CLI
codex mcp add bguillow-rgb-pour-picks -- npx -y pour-picks-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bguillow-rgb-pour-picks": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "pour-picks-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add bguillow-rgb-pour-picks --command npx --arg -y --arg pour-picks-mcp
# ~/.hermes/config.yaml
mcp_servers:
  bguillow-rgb-pour-picks:
    command: "npx"
    args: ["-y", "pour-picks-mcp"]
// mcp.json
{
  "mcpServers": {
    "bguillow-rgb-pour-picks": {
      "command": "npx",
      "args": [
        "-y",
        "pour-picks-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 13 Aug 26 69

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 18 Aug 2026 · Analysed npm/pour-picks-mcp@1.0.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 98 packages
Packages resolved 98
Stale 30
Tree resolution Complete
MCP tools · 8 exposed · ~707 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
compare_bottles ~65

Side-by-side comparison of two bottles: proof, age, price, flavor profile, shared and distinct tasting notes, and community ratings.

NameTypeReqDescription
bottle_astringyesFirst bottle — UUID or name
bottle_bstringyesSecond bottle — UUID or name

No output schema declared.

No examples provided.

find_cheaper_alternative ~70

Bottles in the same style with a similar flavor profile at a lower price than the given bottle. Great for 'what tastes like X without the price tag' questions.

NameTypeReqDescription
bottle_idstringyesBottle UUID or name
limitintegerMax results (default 5)

No output schema declared.

No examples provided.

find_similar ~72

Bottles with a similar flavor profile to a given bottle, ranked by shared flavor notes and body/sweetness/char proximity. Deterministic scoring over the Pour Picks structured tasting data.

NameTypeReqDescription
bottle_idstringyesBottle UUID or name
limitintegerMax results (default 5)

No output schema declared.

No examples provided.

get_bottle ~65

Detailed record for one bottle: tasting profile, flavor notes, pairings, price, community ratings. Accepts a Pour Picks bottle ID (UUID) or a bottle name.

NameTypeReqDescription
slug_or_idstringyesBottle UUID or a name like 'Eagle Rare 10'

No output schema declared.

No examples provided.

get_recommendations ~142

Personalized bottle picks from taste preferences (flavor keywords like 'caramel', 'smoke', 'cherry'), a budget in USD, and an occasion (e.g. 'gift', 'everyday sipper', 'celebration', 'introducing a friend to bourbon').

NameTypeReqDescription
budgetnumberMax price in USD
categorystringRestrict to one spirit category
limitintegerMax results (default 5)
occasionstringWhat the bottle is for
taste_preferencesarrayyesFlavor keywords the drinker enjoys, e.g. ['caramel','vanilla','oak']

No output schema declared.

No examples provided.

pour_tonight_suggestion ~87

A pour suggestion for right now, based on mood (e.g. 'unwinding', 'celebratory', 'contemplative'), occasion (e.g. 'nightcap', 'with friends', 'after dinner'), and season.

NameTypeReqDescription
moodstringHow you're feeling
occasionstringThe setting
seasonstring

No output schema declared.

No examples provided.

search_bottles ~143

Full-text search across 4,700+ bourbons, ryes, scotches, and other spirits in the Pour Picks database. Filter by category, price (USD), and proof. Returns structured tasting profiles with source attribution.

NameTypeReqDescription
categorystringSpirit category filter
limitintegerMax results (default 10)
price_maxnumberMaximum price in USD
price_minnumberMinimum price in USD
proof_maxnumberMaximum proof
proof_minnumberMinimum proof
querystringFree-text search: distillery, bottle name, or expression

No output schema declared.

No examples provided.

trending_bottles ~63

Bottles Pour Picks users are adding to their cellars most over the last 30 days (falls back to catalog popularity when live activity data is unavailable). The method used is labeled in the response.

NameTypeReqDescription
limitintegerMax results (default 10)

No output schema declared.

No examples provided.