You're viewing a demo portfolio

Join the waitlist
PRSM

validate_gtin

Active

Tool of Gtin

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Gtin

https://github.com/pipeworx-io/mcp-gtin

2/7 registries
View full server →
validate_gtin — Gtin — PRSM MCP