MCP Server
Active
MIT
io.github.WimSuenens/gs1belu-mpm-download MCP Server
io.github.WimSuenens/gs1belu-mpm-download
What is the io.github.WimSuenens/gs1belu-mpm-download MCP server?
Unofficial MCP tool surface for GS1 Belgium & Luxembourg's My Product Manager Download API (v17).
How to install io.github.WimSuenens/gs1belu-mpm-download
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
GS1BELU_ENVIRONMENTrequiredTarget environment: uat or prod.
GS1BELU_API_VERSIONAPI contract version segment (default v17).
GS1BELU_DOWNLOAD_CLIENT_IDrequiredDownload API OAuth2 client-credentials client id.
GS1BELU_DOWNLOAD_CLIENT_SECRETrequiredsecretDownload API OAuth2 client-credentials client secret.
GS1BELU_DOWNLOAD_SUBSCRIPTION_KEYrequiredsecretDownload API Ocp-Apim-Subscription-Key.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gs1belu-mpm-download": {
"command": "uvx",
"args": [
"gs1belu-mpm-download-mcp"
],
"env": {
"GS1BELU_ENVIRONMENT": "<YOUR_GS1BELU_ENVIRONMENT>",
"GS1BELU_API_VERSION": "<YOUR_GS1BELU_API_VERSION>",
"GS1BELU_DOWNLOAD_CLIENT_ID": "<YOUR_GS1BELU_DOWNLOAD_CLIENT_ID>",
"GS1BELU_DOWNLOAD_CLIENT_SECRET": "<YOUR_GS1BELU_DOWNLOAD_CLIENT_SECRET>",
"GS1BELU_DOWNLOAD_SUBSCRIPTION_KEY": "<YOUR_GS1BELU_DOWNLOAD_SUBSCRIPTION_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gs1belu-mpm-download": {
"command": "uvx",
"args": [
"gs1belu-mpm-download-mcp"
],
"env": {
"GS1BELU_ENVIRONMENT": "<YOUR_GS1BELU_ENVIRONMENT>",
"GS1BELU_API_VERSION": "<YOUR_GS1BELU_API_VERSION>",
"GS1BELU_DOWNLOAD_CLIENT_ID": "<YOUR_GS1BELU_DOWNLOAD_CLIENT_ID>",
"GS1BELU_DOWNLOAD_CLIENT_SECRET": "<YOUR_GS1BELU_DOWNLOAD_CLIENT_SECRET>",
"GS1BELU_DOWNLOAD_SUBSCRIPTION_KEY": "<YOUR_GS1BELU_DOWNLOAD_SUBSCRIPTION_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gs1belu-mpm-download": {
"command": "uvx",
"args": [
"gs1belu-mpm-download-mcp"
],
"env": {
"GS1BELU_ENVIRONMENT": "<YOUR_GS1BELU_ENVIRONMENT>",
"GS1BELU_API_VERSION": "<YOUR_GS1BELU_API_VERSION>",
"GS1BELU_DOWNLOAD_CLIENT_ID": "<YOUR_GS1BELU_DOWNLOAD_CLIENT_ID>",
"GS1BELU_DOWNLOAD_CLIENT_SECRET": "<YOUR_GS1BELU_DOWNLOAD_CLIENT_SECRET>",
"GS1BELU_DOWNLOAD_SUBSCRIPTION_KEY": "<YOUR_GS1BELU_DOWNLOAD_SUBSCRIPTION_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gs1belu-mpm-download": {
"type": "stdio",
"command": "uvx",
"args": [
"gs1belu-mpm-download-mcp"
],
"env": {
"GS1BELU_ENVIRONMENT": "<YOUR_GS1BELU_ENVIRONMENT>",
"GS1BELU_API_VERSION": "<YOUR_GS1BELU_API_VERSION>",
"GS1BELU_DOWNLOAD_CLIENT_ID": "<YOUR_GS1BELU_DOWNLOAD_CLIENT_ID>",
"GS1BELU_DOWNLOAD_CLIENT_SECRET": "<YOUR_GS1BELU_DOWNLOAD_CLIENT_SECRET>",
"GS1BELU_DOWNLOAD_SUBSCRIPTION_KEY": "<YOUR_GS1BELU_DOWNLOAD_SUBSCRIPTION_KEY>"
}
}
}
}Claude Code
claude mcp add gs1belu-mpm-download --env GS1BELU_ENVIRONMENT=<YOUR_GS1BELU_ENVIRONMENT> --env GS1BELU_API_VERSION=<YOUR_GS1BELU_API_VERSION> --env GS1BELU_DOWNLOAD_CLIENT_ID=<YOUR_GS1BELU_DOWNLOAD_CLIENT_ID> --env GS1BELU_DOWNLOAD_CLIENT_SECRET=<YOUR_GS1BELU_DOWNLOAD_CLIENT_SECRET> --env GS1BELU_DOWNLOAD_SUBSCRIPTION_KEY=<YOUR_GS1BELU_DOWNLOAD_SUBSCRIPTION_KEY> -- uvx gs1belu-mpm-download-mcpRelated MCP servers
Unofficial MCP tool surface for GS1 Belgium & Luxembourg's My Product Manager Upload API (v17).
0
View repository →C#
MIT