Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Barcode & GTIN Validator

БесплатноНе проверен

Barcode and GTIN validation for AI agents.

GitHubEmbed

Описание

Barcode and GTIN validation for AI agents.

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

Установить Barcode & GTIN Validator в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install barcode-amp-gtin-validator

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add barcode-amp-gtin-validator -- npx -y @pipeworx/mcp-gtin

Пошаговые гайды: как установить Barcode & GTIN Validator

FAQ

Barcode & GTIN Validator MCP бесплатный?

Да, Barcode & GTIN Validator MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Barcode & GTIN Validator?

Нет, Barcode & GTIN Validator работает без API-ключей и переменных окружения.

Barcode & GTIN Validator — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Barcode & GTIN Validator в Claude Desktop, Claude Code или Cursor?

Открой Barcode & GTIN Validator на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Barcode & GTIN Validator with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai