About
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
Install Barcode & GTIN Validator in Claude Desktop, Claude Code & Cursor
unyly install barcode-amp-gtin-validatorInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add barcode-amp-gtin-validator -- npx -y @pipeworx/mcp-gtinStep-by-step: how to install Barcode & GTIN Validator
FAQ
Is Barcode & GTIN Validator MCP free?
Yes, Barcode & GTIN Validator MCP is free — one-click install via Unyly at no cost.
Does Barcode & GTIN Validator need an API key?
No, Barcode & GTIN Validator runs without API keys or environment variables.
Is Barcode & GTIN Validator hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Barcode & GTIN Validator in Claude Desktop, Claude Code or Cursor?
Open Barcode & GTIN Validator 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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Barcode & GTIN Validator with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
