MIT-licensed pip-installable MCP for Google Merchant Center on Merchant API v1 (126 tools).
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
gmc-mcp · pypi · 0.2.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$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": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-02T20:52:53.294637Z",
"publishedAt": "2026-05-02T20:52:53.294637Z",
"updatedAt": "2026-05-02T20:52:53.294637Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.5last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.