S
store
/search_products_task
Search Products Task
Task-based product search for long-running MCP clients. Use task polling to retrieve the result.
liveverifiedunknown~5s typical
mcpprobedstore
$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-bolotstudio-store /search_products_task for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Search term (e.g. 'metal print', 'gift', 'cinematic') |
| handle | string | Product handle: 'the-legacy-print', 'the-cinematic-print', or 'the-address-sign' |
| country | string | ISO 3166-1 alpha-2 or alpha-3 country code for geo-pricing (e.g. 'PL', 'DE', 'GB', 'DEU', |
| locale | string | Locale code for localized URLs (e.g. 'en', 'pl', 'de') |
| locale_contract | string (legacy | strict) | Language-resolution contract. Legacy discloses multilingual-country ambiguity; strict requ |
| detail | boolean | Only used together with `handle` (single-product lookup). When true, returns the full enri |
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-bolotstudio-store","endpoint":"/search_products_task","input":{}}'cli
npx cracked-ai run -p mcp-com-bolotstudio-store -e /search_products_task -i '{}'mcp
run_tool({ provider: "mcp-com-bolotstudio-store", endpoint: "/search_products_task", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.