← Registry

Databases

pourpicks.app

Provides search and personalized recommendations for spirits, including similar bottles and cheaper alternatives based on flavor profiles and budget.

1 endpoint8 known toolsFirst detected August 22, 2026Last detected September 6, 2026

ENDPOINT 1

https://nqnigdqkcvrziwcbgily.supabase.co/functions/v1/mcp

No auth detected

MCP server metadata

Name
pour-picks
Version
1.0.2
Capabilities
tools.listChanged

Known tools 8

search_bottles

Full-text search across 4,700+ bourbons, ryes, scotches, and other spirits in the Pour Picks database.

Inferred read-only
get_bottle

Detailed record for one bottle: tasting profile, flavor notes, pairings, price, community ratings.

Inferred read-only
find_similar

Bottles with a similar flavor profile to a given bottle, ranked by shared flavor notes and body/sweetness/char proximity.

Inferred read-only
find_cheaper_alternative

Bottles in the same style with a similar flavor profile at a lower price than the given bottle.

Inferred read-only
get_recommendations

Personalized bottle picks from taste preferences (flavor keywords like 'caramel', 'smoke', 'cherry'), a budget in USD, and an occasion (e.

Inferred read-only
compare_bottles

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

Inferred read-only
trending_bottles

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).

Inferred read-only
pour_tonight_suggestion

A pour suggestion for right now, based on mood (e.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pour-picks]
url = "https://nqnigdqkcvrziwcbgily.supabase.co/functions/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pour-picks": {
      "type": "http",
      "url": "https://nqnigdqkcvrziwcbgily.supabase.co/functions/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pour-picks
Remote MCP URL: https://nqnigdqkcvrziwcbgily.supabase.co/functions/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pour-picks": {
      "url": "https://nqnigdqkcvrziwcbgily.supabase.co/functions/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pour-picks": {
      "type": "http",
      "url": "https://nqnigdqkcvrziwcbgily.supabase.co/functions/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pour-picks",
  "transport": "streamable-http",
  "url": "https://nqnigdqkcvrziwcbgily.supabase.co/functions/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for supabase.co was fetched 2026-08-24T06:42:13.245Z.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.