Back to Browse

Gmc MCP Server

Developer ToolsModerate6.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

6.5
Moderate6.5Moderate Risk

Valid MCP server (1 strong, 6 medium validity signals). 4 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

7 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your 10-digit Google Merchant Center account ID (top-right of merchants.google.com).Optional

Environment variable: GMC_ACCOUNT_ID

Absolute path to a Google Cloud service-account JSON key file. The service account must be added as Admin in Merchant Center.Required

Environment variable: GMC_SERVICE_ACCOUNT_KEY

Absolute path to an OAuth user-token JSON file produced by `gmc-mcp auth-init`. Use this OR GMC_SERVICE_ACCOUNT_KEY.Required

Environment variable: GMC_OAUTH_TOKEN

Optional sub-account ID when operating an MCA (Multi-Client Account).Optional

Environment variable: GMC_SUBACCOUNT_ID

When 'true', writes are logged to the audit log only (no actual API calls).Optional

Environment variable: GMC_DRY_RUN

Log verbosity: DEBUG / INFO / WARNING / ERROR.Optional

Environment variable: GMC_LOG_LEVEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-kiwoongeom-gmc-mcp": {
      "env": {
        "GMC_DRY_RUN": "your-gmc-dry-run-here",
        "GMC_LOG_LEVEL": "your-gmc-log-level-here",
        "GMC_ACCOUNT_ID": "your-gmc-account-id-here",
        "GMC_OAUTH_TOKEN": "your-gmc-oauth-token-here",
        "GMC_SUBACCOUNT_ID": "your-gmc-subaccount-id-here",
        "GMC_SERVICE_ACCOUNT_KEY": "your-gmc-service-account-key-here"
      },
      "args": [
        "gmc-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Gmc MCP Server - MIT-licensed pip-installable MCP for Google Merchant Center | MCP Marketplace