Cellarion Wine Registry
CW
Cellarion Wine Registry
/drink_window_for

Drink window for a wine

Sommelier-curated drink windows for a registry wine: per vintage, when it is young, at peak, and in late maturity, with where the vintage stands right now. Call

liveverifiedunknown~5s typical
mcpprobedcellarionwineregistry
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-cellarion-wine-registry /drink_window_for for me.

Input

FieldTypeDescription
wine_id*stringRegistry wine id (from search_registry)
vintagestringOne vintage year; omit for all curated vintages of the wine

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-cellarion-wine-registry","endpoint":"/drink_window_for","input":{"wine_id":"..."}}'
cli
npx cracked-ai run -p mcp-app-cellarion-wine-registry -e /drink_window_for -i '{"wine_id":"..."}'
mcp
run_tool({ provider: "mcp-app-cellarion-wine-registry", endpoint: "/drink_window_for", input: {"wine_id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.