S
store
/start_configuration
Start Configuration
Generate a direct URL to the Bolot Studio product configurator with pre-selected options. Optionally pre-select size and/or finish ('matte' or 'glossy'). Valid
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 /start_configuration for me.
Input
| Field | Type | Description |
|---|---|---|
| product_handle* | string (the-legacy-print | the-cinematic-print | the-address-sign) | Product to configure |
| country | string | ISO 3166-1 alpha-2 or alpha-3 country code for market-visible product availability (e.g. ' |
| locale | string | Locale code (en, de, pl, etc.) |
| size | string (keepsake-3-pack | classic | statement | intimate) | Pre-select size. Valid set depends on the product: 'the-legacy-print' → 'keepsake-3-pack', |
| finish | string (matte | glossy) | Pre-select finish. Not applicable to address sign. |
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":"/start_configuration","input":{"product_handle":"the-legacy-print"}}'cli
npx cracked-ai run -p mcp-com-bolotstudio-store -e /start_configuration -i '{"product_handle":"the-legacy-print"}'mcp
run_tool({ provider: "mcp-com-bolotstudio-store", endpoint: "/start_configuration", input: {"product_handle":"the-legacy-print"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.