AW
ARVI Wine Catalog
/find_similar_products
Alternatives to a product
Alternatives around a reference product id: other vintages and formats of the same wine, other wines from the same producer, and comparable in-stock wines from
liveverifiedunknown~5s typical
mcpprobedarviwinecatalog
$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-ch-arvi-catalog /find_similar_products for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Reference product id. |
| locale | string | Catalog language code. Defaults to 'en'. |
| limit | integer | Max results per section. Default 8. |
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-ch-arvi-catalog","endpoint":"/find_similar_products","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-ch-arvi-catalog -e /find_similar_products -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-ch-arvi-catalog", endpoint: "/find_similar_products", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.