ARVI Wine Catalog
AW
ARVI Wine Catalog
/get_product_details

Get one product

Full record for one product id returned by search: description, producer, vintage, bottle format, price in CHF, availability and the exact purchase link. Call i

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 /get_product_details for me.

Input

FieldTypeDescription
id*stringProduct id from search results.
localestringCatalog language code. Optional.

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":"/get_product_details","input":{"id":"..."}}'
cli
npx cracked-ai run -p mcp-ch-arvi-catalog -e /get_product_details -i '{"id":"..."}'
mcp
run_tool({ provider: "mcp-ch-arvi-catalog", endpoint: "/get_product_details", input: {"id":"..."} })

Try it

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