Plixely is the output rail for AI images: your agent or app brings an image, Plixely turns it into a real, print-ready sticker and ships it (US & Canada, domestic). Plixely does not generate images. Two equal front doors: a REST API and MCP tools — same pipeline behind both.
1. create preview (image → preview + price + options) → 2. show it + confirm → 3. place order (charge + fulfill) → 4. track. We never charge or fulfill without a confirmed preview.
ladder = the purchasable options for this design. Sheets (≈12 stickers
each, best value) + a premium contour single & 3-pack. Pick one and pass its fmt/qty/finish to place_order.
Remote server (recommended) — live, nothing to install. Add it as a custom connector:
In Claude: Settings → Connectors → Add custom connector → paste the URL. Works with any Streamable-HTTP MCP client.
Local/dev (stdio) alternative:
Tools:
create_preview(photo_b64, size_in=3, finish="glossy", fmt="die-cut", currency="USD")
→ preview_id, price_cents, ladder, share_url. Show + confirm first.place_order(preview_id, name, line1, city, postal_code, country="US", state="", fmt="", qty=0, finish="", email="")
→ order id + tracking. Always pass the buyer's email — it delivers their confirmation
& shipping updates, and lets them claim the order into an account later.track_order(order_id) → status + tracking.Failures return { "ok": false, "error": "human-readable reason" }
(HTTP 422 on REST). Previews include print_dpi, quality, and — for low-resolution
sources — quality_warning (e.g. "this will print at ~150 DPI"). Surface the warning before
ordering: blurry stickers are the #1 refund cause, and we'd rather lose the order than ship a bad one.
| Field | Values | Notes |
|---|---|---|
| fmt | die-cut · kiss-cut · sheet | die-cut = US only; kiss-cut = US+CA; sheet ≈ 12 stickers |
| size_in | die-cut 2–6 · kiss-cut 3/4/5.5 | longest edge, inches |
| finish | glossy · holographic | glossy is the default; holographic is kiss-cut only |
| currency | USD · CAD | both ship domestically; Canada via the CA facility |
Questions? Contact support · Sizes & specs