Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Gtin

FreeNot checked

Barcode / GTIN validation MCP (EAN-13, UPC-A, EAN-8, GTIN-14).

GitHubEmbed

About

Barcode / GTIN validation MCP (EAN-13, UPC-A, EAN-8, GTIN-14).

README

Barcode / GTIN validation MCP (EAN-13, UPC-A, EAN-8, GTIN-14).

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
validate_gtin Validate a barcode number — EAN-13, UPC-A (12), EAN-8, or GTIN-14 (keyless, offline). Checks the mod-10 check digit, reports the format, normalizes to GTIN-14, and returns the GS1 prefix + issuing country/region. Spaces/dashes ignored. Validates the number, not the product.
gtin_check_digit Compute the mod-10 check digit for GTIN/EAN/UPC data digits (all digits EXCEPT the check digit). Use to generate or repair a barcode.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "gtin": {
      "url": "https://gateway.pipeworx.io/gtin/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Gtin data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-gtin

Installing Gtin

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/pipeworx-io/mcp-gtin

FAQ

Is Gtin MCP free?

Yes, Gtin MCP is free — one-click install via Unyly at no cost.

Does Gtin need an API key?

No, Gtin runs without API keys or environment variables.

Is Gtin hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Gtin in Claude Desktop, Claude Code or Cursor?

Open Gtin on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Gtin with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs