Skip to content
Gemini CLI

gs1belu mpm upload for Gemini CLI

io.github.wimsuenens/gs1belu-mpm-upload

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

client:Gemini CLI transport:stdio runtime:pypi

Install gs1belu mpm upload in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gs1belu-mpm-upload": {
      "command": "uvx",
      "args": [
        "gs1belu-mpm-upload-mcp"
      ],
      "env": {
        "GS1BELU_ENVIRONMENT": "<GS1BELU_ENVIRONMENT>",
        "GS1BELU_API_VERSION": "<GS1BELU_API_VERSION>",
        "GS1BELU_UPLOAD_CLIENT_ID": "<GS1BELU_UPLOAD_CLIENT_ID>",
        "GS1BELU_UPLOAD_CLIENT_SECRET": "<GS1BELU_UPLOAD_CLIENT_SECRET>",
        "GS1BELU_UPLOAD_SUBSCRIPTION_KEY": "<GS1BELU_UPLOAD_SUBSCRIPTION_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

gs1belu mpm upload in other clients