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

yaktool-labels-mcp

v0.3.1

Published

Print-ready labels as an MCP server: Amazon FBA (FNSKU) labels (30-up sheets, A4, thermal) and GS1 logistic/SSCC pallet labels (A6-A5, PDF or ZPL) - Code 128/GS1-128 bars on the printer dot grid, exact physical size, official GS1 numbers, calibration page

Readme

yaktool-labels-mcp

Print-ready labels as an MCP server — the label-domain suite of yaktool.com.

Bars are drawn on the target printer's dot grid rather than scaled to fit, so what comes out measures what it claims to. Every input is validated before anything is drawn.

Tools

  • generate_fnsku_labels — lay out Amazon FBA (FNSKU) labels as an exact-physical-size PDF: 30-up US Letter (Avery 5160 geometry), A4 24-up, or 2"×1" / 2.25"×1.25" thermal rolls. Code 128 bars are aligned to the target printer dot grid (203/300 dpi); every row is validated first (X00 and B0 forms accepted, UPC-pasted-in-the-wrong-column called out); titles outside WinAnsi are replaced with disclosure, never silently. Pass calibrationOnly: true for a ruler test page (1" must measure 25.4 mm — catches "fit to page" scaling). Never overwrites existing files. Zero network.

  • generate_logistic_labels — GS1 logistic (SSCC pallet) labels as PDF or ZPL, A6–A5: GS1-128 bars from structured element input (no parenthesis guessing — the classic way these get built wrong), fixed-length AIs ordered first so no FNC1 separator is needed, and an AI lint gate (LGL-001~008) that refuses a symbol it cannot vouch for. The ZPL path draws the bars itself (^GB, not ^BC) from the same geometry as the PDF, so both outputs are the same label.

  • render_zpl — render ZPL (Zebra label code) to an exact-size PDF preview without a printer. The parser covers a documented subset and says what it skipped (ZPV-001~005) rather than quietly dropping commands — an unrendered field is reported, never invisible.

Install

claude mcp add yaktool-labels -- npx -y yaktool-labels-mcp

Same engine and documented rules as the browser tools at yaktool.com/ecommerce/fnsku-label-generator, logistic-label-generator and zpl-viewer.