← Back to browse

gs1belu-mpm-upload

Indexed by io.github.WimSuenens

About

Unofficial MCP tool surface for GS1 Belgium & Luxembourg's My Product Manager Upload API (v17).

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGS1BELU_ENVIRONMENT GS1BELU_API_VERSION GS1BELU_UPLOAD_CLIENT_ID GS1BELU_UPLOAD_CLIENT_SECRET GS1BELU_UPLOAD_SUBSCRIPTION_KEY
Claude Code
claude mcp add --env GS1BELU_ENVIRONMENT= --env GS1BELU_API_VERSION= --env GS1BELU_UPLOAD_CLIENT_ID= --env GS1BELU_UPLOAD_CLIENT_SECRET= --env GS1BELU_UPLOAD_SUBSCRIPTION_KEY= gs1belu-mpm-upload -- uvx gs1belu-mpm-upload-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"gs1belu-mpm-upload","command":"uvx","args":["gs1belu-mpm-upload-mcp"],"env":{"GS1BELU_ENVIRONMENT":"","GS1BELU_API_VERSION":"","GS1BELU_UPLOAD_CLIENT_ID":"","GS1BELU_UPLOAD_CLIENT_SECRET":"","GS1BELU_UPLOAD_SUBSCRIPTION_KEY":""}}'
JSON
{
  "mcpServers": {
    "gs1belu-mpm-upload": {
      "command": "uvx",
      "args": [
        "gs1belu-mpm-upload-mcp"
      ],
      "env": {
        "GS1BELU_ENVIRONMENT": "",
        "GS1BELU_API_VERSION": "",
        "GS1BELU_UPLOAD_CLIENT_ID": "",
        "GS1BELU_UPLOAD_CLIENT_SECRET": "",
        "GS1BELU_UPLOAD_SUBSCRIPTION_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.