eCommerce
stickerlab.io
Provides sticker product catalog, configuration, pricing, and shipping information for an e-commerce platform.
ENDPOINT 1
https://stickerlab.io/api/mcp
MCP server metadata
- Name
- StickerLab MCP
- Version
- 1.0.0
StickerLab MCP — design and order custom car stickers. Typical agent flow: 1) `list_phrases` for inspiration → 2) `render_sticker` to get a transparent PNG of the design (read the returned text for instructions on producing a mockup with Gemini/gpt-image-1 and an optional user photo) → 3) `configure_sticker` to share a configurator deep-link with the user → 4) `get_quote` to price → 5) `create_checkout` for a Stripe URL the user can pay.
Known tools 7
configure_stickerBuild a deep-link URL into the StickerLab configurator pre-filled with phrase, size and color.
list_productsList ready-made sticker designs in the StickerLab catalog (slug, phrase, gradient, size, mockup).
list_phrasesList approved sticker phrases that agents may use with configure_sticker.
get_quoteCalculate the order total (EUR, VAT incl.) and per-item unit price for a list of stickers.
shipping_infoLook up shipping options for a destination country (ISO-3166-1 alpha-2 code).
render_stickerRender a transparent-background PNG of the sticker (text with gradient fill + dark stroke, same look as the configurator).
create_checkoutCreate a Stripe Checkout session for the given sticker order and return the payment URL.