validate_gtin
ActiveTool of 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.
Parameters schema
{
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"description": "A barcode/GTIN, e.g. \"0036000291452\" or \"4006381333931\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Gtin
https://github.com/pipeworx-io/mcp-gtin
2/7 registries