CW
Cellarion Wine Registry
/find_similar_wines
Find similar wines ("more like this")
Given a registry wine_id (or, on an authenticated connection, one of the user's bottle_ids), returns wines with the closest taste/style profile from the shared
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 /find_similar_wines for me.
Input
| Field | Type | Description |
|---|---|---|
| wine_id | string | Registry wine id (24-hex) from search_registry or a bottle's wine |
| bottle_id | string | Alternatively: one of the user's bottle ids (24-hex). Needs an authenticated connection — |
| limit | integer | How many to return (1-10, default 8; larger values are capped, not rejected) |
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":"/find_similar_wines","input":{}}'cli
npx cracked-ai run -p mcp-app-cellarion-wine-registry -e /find_similar_wines -i '{}'mcp
run_tool({ provider: "mcp-app-cellarion-wine-registry", endpoint: "/find_similar_wines", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.