← stickerlab.io

INDIVIDUAL MCP TOOL

create_checkout

Create a Stripe Checkout session for the given sticker order and return the payment URL.

stickerlab.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent endpoint

stickerlab.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.stickerlab-mcp]
url = "https://stickerlab.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stickerlab-mcp": {
      "type": "http",
      "url": "https://stickerlab.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stickerlab-mcp
Remote MCP URL: https://stickerlab.io/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "stickerlab-mcp": {
      "url": "https://stickerlab.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stickerlab-mcp": {
      "type": "http",
      "url": "https://stickerlab.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stickerlab-mcp",
  "transport": "streamable-http",
  "url": "https://stickerlab.io/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • configure_sticker — Build a deep-link URL into the StickerLab configurator pre-filled with phrase, size and color.
  • list_products — List ready-made sticker designs in the StickerLab catalog (slug, phrase, gradient, size, mockup).
  • list_phrases — List approved sticker phrases that agents may use with configure_sticker.
  • get_quote — Calculate the order total (EUR, VAT incl.) and per-item unit price for a list of stickers.
  • shipping_info — Look up shipping options for a destination country (ISO-3166-1 alpha-2 code).
  • render_sticker — Render a transparent-background PNG of the sticker (text with gradient fill + dark stroke, same look as the configurator).