gs1belu-mpm-upload
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 vars
GS1BELU_ENVIRONMENT GS1BELU_API_VERSION GS1BELU_UPLOAD_CLIENT_ID GS1BELU_UPLOAD_CLIENT_SECRET GS1BELU_UPLOAD_SUBSCRIPTION_KEYClaude 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
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.