Loading MCP server directory, please wait...
Unofficial MCP tool surface for GS1 Belgium & Luxembourg's My Product Manager API (v17).
npx @getmcp/cli add io.github.WimSuenens/gs1belu-mpmRequires Python 3.10+. Community-contributed server. Review source before installing.
GS1BELU_ENVIRONMENTTarget environment: uat or prod.
GS1BELU_UPLOAD_CLIENT_IDUpload API OAuth2 client-credentials client id.
GS1BELU_UPLOAD_CLIENT_SECRETUpload API OAuth2 client-credentials client secret.
GS1BELU_UPLOAD_SUBSCRIPTION_KEYUpload API Ocp-Apim-Subscription-Key.
GS1BELU_DOWNLOAD_CLIENT_IDDownload API OAuth2 client-credentials client id.
GS1BELU_DOWNLOAD_CLIENT_SECRETDownload API OAuth2 client-credentials client secret.
GS1BELU_DOWNLOAD_SUBSCRIPTION_KEYDownload API Ocp-Apim-Subscription-Key.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WimSuenens/gs1belu-mpm": {
"command": "uvx",
"args": [
"gs1belu-mpm-mcp"
],
"env": {
"GS1BELU_ENVIRONMENT": "",
"GS1BELU_API_VERSION": "",
"GS1BELU_UPLOAD_CLIENT_ID": "",
"GS1BELU_UPLOAD_CLIENT_SECRET": "",
"GS1BELU_UPLOAD_SUBSCRIPTION_KEY": "",
"GS1BELU_DOWNLOAD_CLIENT_ID": "",
"GS1BELU_DOWNLOAD_CLIENT_SECRET": "",
"GS1BELU_DOWNLOAD_SUBSCRIPTION_KEY": ""
}
}
}
}