MCP Server
MCP
io.github.WimSuenens/gs1belu-mpm-upload
Unofficial MCP tool surface for GS1 Belgium & Luxembourg's My Product Manager Upload API (v17).
Install
uvx gs1belu-mpm-upload-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "gs1belu-mpm-upload-mcp",
"version": "0.2.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Target environment: uat or prod.",
"isRequired": true,
"name": "GS1BELU_ENVIRONMENT"
},
{
"description": "API contract version segment (default v17).",
"name": "GS1BELU_API_VERSION"
},
{
"description": "Upload API OAuth2 client-credentials client id.",
"isRequired": true,
"name": "GS1BELU_UPLOAD_CLIENT_ID"
},
{
"description": "Upload API OAuth2 client-credentials client secret.",
"isRequired": true,
"isSecret": true,
"name": "GS1BELU_UPLOAD_CLIENT_SECRET"
},
{
"description": "Upload API Ocp-Apim-Subscription-Key.",
"isRequired": true,
"isSecret": true,
"name": "GS1BELU_UPLOAD_SUBSCRIPTION_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment