AC
AirShelf Catalog
/request_quote
Request a quote from a merchant
Send a quote request for catalog products to a merchant's sales team on behalf of a named buyer. This is a two-step, double opt-in flow. The first call emails
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 /request_quote for me.
Input
| Field | Type | Description |
|---|---|---|
| merchant* | string | Merchant slug or id (from list_merchants), or "airshelf-network" for network-catalog brand |
| products* | array | Catalog slugs the buyer is interested in |
| quantity | integer | Units the buyer wants |
| contact* | object | Buyer contact details |
| notes | string | Any extra context from the buyer |
| brandSlug | string | Manufacturer slug (from search results) — required with merchant:"airshelf-network" so the |
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":"/request_quote","input":{"merchant":"...","products":[],"contact":{}}}'cli
npx cracked-ai run -p mcp-ai-airshelf-catalog -e /request_quote -i '{"merchant":"...","products":[],"contact":{}}'mcp
run_tool({ provider: "mcp-ai-airshelf-catalog", endpoint: "/request_quote", input: {"merchant":"...","products":[],"contact":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.