mcp-google-merchant-center
Provides tools for reading products, checking approval statuses, and analyzing feeds across multiple Google Merchant Center accounts.
Enables interaction with Google Merchant Center API via a Google Cloud project, allowing management of products, feeds, and account information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-google-merchant-centershow me my disapproved products"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-google-merchant-center
MCP server for Google Merchant Center — read products, check approval statuses, and analyze feeds across multiple accounts.
Features
List products across multiple Merchant Center accounts
Search products by title or brand
Get product approval status and issues
Inspect data sources and feeds
Get account information
Related MCP server: Google Analytics MCP Server
Installation
npm install -g mcp-google-merchant-centerOr use directly with npx (no install needed):
{
"mcpServers": {
"merchant-mcp": {
"command": "npx",
"args": ["-y", "mcp-google-merchant-center"],
"env": {
"MERCHANT_ID": "YOUR_DEFAULT_MERCHANT_ID",
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/your/application_default_credentials.json"
}
}
}
}Authentication
This server uses Google Application Default Credentials (ADC). Generate them with:
gcloud auth application-default login \
--client-id-file="YOUR_CLIENT_SECRET.json" \
--scopes="https://www.googleapis.com/auth/content"The credentials file is saved at ~/.config/gcloud/application_default_credentials.json.
Environment Variables
Variable | Required | Description |
| Yes | Default Merchant Center account ID |
| Yes | Path to ADC credentials JSON file |
Multiple Accounts
All tools accept an optional merchant_id parameter to query a specific account:
"List products for merchant 5747906518" "Get product status for account 5443978365"
Available Tools
Tool | Description |
| Account info and settings |
| Browse all products with pagination |
| Full details for a single product |
| Filter products by title or brand |
| List feeds and data sources |
| Approval status and disapproval reasons |
Requirements
Node.js 18+
Google Cloud project with Merchant API enabled
OAuth 2.0 credentials (Desktop app type)
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for Google Merchant Center, providing 126 tools to manage Google Shopping feed, products, inventory, reports, promotions, returns, and account configuration via natural language.12MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to query Google Analytics accounts, properties, and run reports using natural language through the Admin and Data APIs.61Apache 2.0
- Flicense-qualityDmaintenanceEnables interaction with Google Merchant Center through 34 tools across 9 modules, including account management, product operations, reports, inventory, promotions, shipping, return policies, collections, and recommendations.
- Alicense-qualityDmaintenanceEnables querying Google Analytics data and configuration through natural language using the Data and Admin APIs.Apache 2.0
Related MCP Connectors
Ask AI about your ads — query Meta, TikTok, and Google Ads performance in natural language.
Routes natural-language shopping queries to merchant storefronts, returns normalized results.
Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gioenjoy/mcp-google-merchant-center'
If you have feedback or need assistance with the MCP directory API, please join our Discord server