← Back to Plugins
MCP Server MCP

io.github.kiwoongeom/gmc-mcp

github By github 👁 1 views ▲ 0 votes

MIT-licensed pip-installable MCP for Google Merchant Center on Merchant API v1 (126 tools).

Homepage Verified source GitHub

Install

uvx gmc-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "gmc-mcp",
      "version": "0.2.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your 10-digit Google Merchant Center account ID (top-right of merchants.google.com).",
          "isRequired": true,
          "format": "string",
          "name": "GMC_ACCOUNT_ID"
        },
        {
          "description": "Absolute path to a Google Cloud service-account JSON key file. The service account must be added as Admin in Merchant Center.",
          "format": "filepath",
          "isSecret": true,
          "name": "GMC_SERVICE_ACCOUNT_KEY"
        },
        {
          "description": "Absolute path to an OAuth user-token JSON file produced by `gmc-mcp auth-init`. Use this OR GMC_SERVICE_ACCOUNT_KEY.",
          "format": "filepath",
          "isSecret": true,
          "name": "GMC_OAUTH_TOKEN"
        },
        {
          "description": "Optional sub-account ID when operating an MCA (Multi-Client Account).",
          "format": "string",
          "name": "GMC_SUBACCOUNT_ID"
        },
        {
          "description": "When 'true', writes are logged to the audit log only (no actual API calls).",
          "format": "string",
          "default": "false",
          "name": "GMC_DRY_RUN"
        },
        {
          "description": "Log verbosity: DEBUG / INFO / WARNING / ERROR.",
          "format": "string",
          "default": "INFO",
          "name": "GMC_LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...