← Back to Plugins
MCP Server MCP

io.github.WimSuenens/gs1belu-mpm-download

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx gs1belu-mpm-download-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "gs1belu-mpm-download-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": "Download API OAuth2 client-credentials client id.",
          "isRequired": true,
          "name": "GS1BELU_DOWNLOAD_CLIENT_ID"
        },
        {
          "description": "Download API OAuth2 client-credentials client secret.",
          "isRequired": true,
          "isSecret": true,
          "name": "GS1BELU_DOWNLOAD_CLIENT_SECRET"
        },
        {
          "description": "Download API Ocp-Apim-Subscription-Key.",
          "isRequired": true,
          "isSecret": true,
          "name": "GS1BELU_DOWNLOAD_SUBSCRIPTION_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...