@stithy/pod
v0.1.1
Published
Print-on-demand multi-platform MCP server — manage Printify, Printful, and Gelato from one prompt
Maintainers
Readme
@stithy/pod
Manage Printify, Printful, and Gelato from one prompt. Sync products, track orders, calculate margins — without leaving your AI client.
Stithy POD is an MCP server that wraps the official APIs of the major print-on-demand platforms behind a single conversational interface. It's not a workflow-automation tool — it's an AI-native bulk operator: "list these 50 designs across Printify and Gelato with these prices and SEO titles" in one prompt.
Outcomes
- One prompt to rule them all. Sync products, push prices, pull orders across every connected platform.
- See your real margins. Cached price + cost across providers, sorted by margin %.
- Stop missing low stock. A single tool call surfaces every SKU at risk on Printify.
- Credentials never leave your machine. API keys are AES-256-GCM encrypted at rest with a per-machine master key.
Install
npx -y @stithy/pod installThen run, in your AI client:
configure_provider provider=printify api_key=<your key> shop_id=<your shop id>Repeat for printful / gelato as desired.
v0.1 Provider Coverage
| Capability | Printify | Printful | Gelato | |---|---|---|---| | List products | ✅ | ✅ | ✅ | | List orders | ✅ | ✅ | ✅ | | Update pricing | ✅ | — | — | | Pause / unpause listing | ✅ | — | — | | Stock query | ✅ | — | — |
Full Printful and Gelato write paths land in v0.2.
Tools (12)
configure_provider, list_providers, remove_provider, list_products, update_product_pricing, pause_listing, unpause_listing, list_orders, calculate_margins, low_stock_alert, revenue_summary, platform_health.
Security & Platform Risk
- API keys are encrypted at rest. The master key is generated per-machine and stored in
~/.stithy/.pod_master(chmod 600). Override withSTITHY_POD_MASTER_KEYin production. - Each buyer brings their own platform API keys. Stithy POD does not syndicate API access (Printify ToS compliant — no relay of one shop's credentials to another user).
- We don't control Printify, Printful, or Gelato uptime, rate limits, or policy changes. The adapter pattern means a single provider going dark won't break the others.
- Etsy is intentionally not supported. Etsy banned new sellers from third-party POD sync in 2026; existing sellers can already use Printify/Printful/Gelato sync directly.
License
BUSL-1.1. Free for personal and commercial use under $1M annual revenue. Commercial license via mcp-marketplace.io.
Maintained
Active maintenance, 7-day bug-fix turnaround, 30-day refund. Issues: https://github.com/resolceo-ai/stithy-mcp/issues
