S
store
/get_shipping_estimate
Get Shipping Estimate
Get estimated delivery time, free shipping threshold, and carrier information for a specific country. Use this when a customer asks about shipping costs or deli
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 /get_shipping_estimate for me.
Input
| Field | Type | Description |
|---|---|---|
| country_code* | string | ISO 3166-1 alpha-2 or alpha-3 country code (e.g. 'PL', 'DE', 'GB', 'FR', 'DEU', 'GBR') |
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":"/get_shipping_estimate","input":{"country_code":"..."}}'cli
npx cracked-ai run -p mcp-com-bolotstudio-store -e /get_shipping_estimate -i '{"country_code":"..."}'mcp
run_tool({ provider: "mcp-com-bolotstudio-store", endpoint: "/get_shipping_estimate", input: {"country_code":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.