gtin_check_digit
ActiveTool of Gtin
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"type": "string",
"description": "The data digits without the check digit, e.g. \"400638133393\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Gtin
https://github.com/pipeworx-io/mcp-gtin
2/7 registries