Serversio.github.kiwoongeom/gmc-mcp
M

io.github.kiwoongeom/gmc-mcp

io.github.kiwoongeom/gmc-mcp · v0.2.5
▦ pypi
v0.2.5pypi pypi: gmc-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.kiwoongeom/gmc-mcp",
  "description": "MIT-licensed pip-installable MCP for Google Merchant Center on Merchant API v1 (126 tools).",
  "repository": {
    "url": "https://github.com/kiwoongeom/gmc-mcp",
    "source": "github"
  },
  "version": "0.2.5",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}