Revuo
R
Revuo
/products.get

products.get

Get full details for a product by slug, including MCP integration data, product-bound agent artifacts (Agent Skills, Grok Bots), and agent readiness scores. Age

liveverifiedunknown~5s typical
mcpprobedrevuo
$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-ai-revuo-revuo /products.get for me.

Input

FieldTypeDescription
slug*stringProduct slug (URL-friendly identifier)

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-ai-revuo-revuo","endpoint":"/products.get","input":{"slug":"..."}}'
cli
npx cracked-ai run -p mcp-ai-revuo-revuo -e /products.get -i '{"slug":"..."}'
mcp
run_tool({ provider: "mcp-ai-revuo-revuo", endpoint: "/products.get", input: {"slug":"..."} })

Try it

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