Databases
pourpicks.app
Provides search and personalized recommendations for spirits, including similar bottles and cheaper alternatives based on flavor profiles and budget.
ENDPOINT 1
https://nqnigdqkcvrziwcbgily.supabase.co/functions/v1/mcp
MCP server metadata
- Name
- pour-picks
- Version
- 1.0.2
Known tools 8
search_bottlesFull-text search across 4,700+ bourbons, ryes, scotches, and other spirits in the Pour Picks database.
Inferred read-onlyget_bottleDetailed record for one bottle: tasting profile, flavor notes, pairings, price, community ratings.
Inferred read-onlyfind_similarBottles with a similar flavor profile to a given bottle, ranked by shared flavor notes and body/sweetness/char proximity.
Inferred read-onlyfind_cheaper_alternativeBottles in the same style with a similar flavor profile at a lower price than the given bottle.
Inferred read-onlyget_recommendationsPersonalized bottle picks from taste preferences (flavor keywords like 'caramel', 'smoke', 'cherry'), a budget in USD, and an occasion (e.
Inferred read-onlycompare_bottlesSide-by-side comparison of two bottles: proof, age, price, flavor profile, shared and distinct tasting notes, and community ratings.
Inferred read-onlytrending_bottlesBottles 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.