AC
AirShelf Catalog
/get_product
Get product details
Get the full golden record (AirShelf's verified product record) and latest price for one catalog product by slug ("<manufacturer>-<model>"). Returns the produc
liveverifiedunknown~5s typical
mcpprobedairshelfcatalog
$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-airshelf-catalog /get_product for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Composite slug, e.g. keychron-q1-pro |
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-airshelf-catalog","endpoint":"/get_product","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-ai-airshelf-catalog -e /get_product -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-ai-airshelf-catalog", endpoint: "/get_product", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.