Agent Checkout
AC
Agent Checkout
/get_product

get product

Get detailed product and variant information after search_products identifies a product and merchant. Use before purchase when the user needs details, options,

liveunknown~5s typical
mcpagentcheckout
$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-com-agentcheckoutapi-agent-checkout /get_product for me.

Input

FieldTypeDescription
site_slug*string
product_id*string

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-com-agentcheckoutapi-agent-checkout","endpoint":"/get_product","input":{"site_slug":"...","product_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-agentcheckoutapi-agent-checkout -e /get_product -i '{"site_slug":"...","product_id":"..."}'
mcp
run_tool({ provider: "mcp-com-agentcheckoutapi-agent-checkout", endpoint: "/get_product", input: {"site_slug":"...","product_id":"..."} })

Try it

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