Skip to content
VS Code

Gtin for VS Code

io.github.pipeworx-io/gtin

Barcode / GTIN validation MCP (EAN-13, UPC-A, EAN-8, GTIN-14).

client:VS Code transport:streamable-http

Install Gtin in VS Code

.vscode/mcp.json

{
  "servers": {
    "gtin": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/gtin/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Gtin in other clients