UPC/EAN Barcode Validator
Validate GTIN-12 (UPC), GTIN-13 (EAN), GTIN-8, and GTIN-14 product barcodes with check digit verification
API Documentation
This tool runs in the browser client and does not require a server API.
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-upc-ean-validator": {
"name": "upc-ean-validator",
"description": "Validate GTIN-12 (UPC), GTIN-13 (EAN), GTIN-8, and GTIN-14 product barcodes with check digit verification",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=upc-ean-validator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]