npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@stithy/pod

v0.1.1

Published

Print-on-demand multi-platform MCP server — manage Printify, Printful, and Gelato from one prompt

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 install

Then 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 with STITHY_POD_MASTER_KEY in 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