Google Merchant Center MCP connector
The Google Merchant Center connector lets AI agents check product health, run Shopping reports and update products, inventory and promotions through InsightfulPipe's hosted MCP server at https://google-merchant-center.insightfulmcp.com/. You connect with Google sign-in, choose Read Only or Read + Write, and select the Merchant Center accounts to connect. It uses Google's Merchant API v1.
Google Merchant Center MCP server reference
- Endpoint
https://google-merchant-center.insightfulmcp.com/- Server name
google-merchant-center-mcp- Actions
- 44 (22 read, 22 write). Workspace owners, admins and operators choose which actions each connected account exposes, and destructive actions are off by default.
Add it from a terminal, then click Authorize access in the browser window that opens:
claude mcp add --transport http google-merchant-center-mcp https://google-merchant-center.insightfulmcp.com/
gemini mcp add --transport http google-merchant-center-mcp https://google-merchant-center.insightfulmcp.com/
codex mcp add google-merchant-center-mcp --url https://google-merchant-center.insightfulmcp.com/What agents can do
The server has 44 actions (22 read, 22 write).
- Products:
list_products,get_productandget_product_statusfor approval status, item issues and destinations;insert_product,update_productanddelete_producton Read + Write connections. - Reports:
query_reportfor product performance, price competitiveness, price insights, best sellers and competitive visibility. - Data sources:
list_datasourcesandget_datasource;create_primary_feed,create_supplemental_feed,create_promotion_feed,create_regional_inventory_feedandcreate_local_inventory_feed;fetch_datasourceto fetch a file-based source now;delete_datasource. - Inventory and promotions:
list_local_inventories,list_regional_inventories,update_local_inventory,update_regional_inventory,list_promotions,get_promotionandinsert_promotion. - Account settings:
get_account,get_business_info,update_business_info,get_shipping_settings,update_shipping_settings, regions (list_regions,create_region,update_region,delete_region) and return policies (list_return_policies,create_return_policy,delete_return_policy). - Account health and access:
list_account_issues,list_programs,get_program_review,list_users,get_user,add_userandremove_user.
See the full action list.
Before you connect
- A Google login with access to at least one Merchant Center account.
- An InsightfulPipe workspace with a brand for the account. Owners, admins and operators can add connections.
- No Google Cloud project is needed.
Connect Google Merchant Center
- In the InsightfulPipe app, open Connectors, choose Google Merchant Center and click Connect.
- Under Permissions, choose Read Only or Read + Write.
- Sign in with Google and approve access.
- Choose the Merchant Center accounts to connect in the account picker, then click Connect. Each selected account becomes its own connection.
Add the MCP server to your AI client
Server URL: https://google-merchant-center.insightfulmcp.com/ and server name: google-merchant-center-mcp.
- Claude: open Claude Connectors Settings, scroll to the bottom and click Add custom connector, paste the URL, click Add, then click Connect.
- ChatGPT: in ChatGPT Security Settings turn on Developer mode, click Create on the Connectors page, paste the URL, click Create, then click Connect. Turn the connector on in each new chat with + → More.
- Claude Code: run
claude mcp add --transport http google-merchant-center-mcp https://google-merchant-center.insightfulmcp.com/, then type/mcp, select google-merchant-center-mcp and click Authenticate. - Cursor: in the app, open MCP Servers, choose Google Merchant Center and click Install Google Merchant Center MCP, click Open Cursor then Install, then click Connect and Open.
- Gemini CLI: run
gemini mcp add --transport http google-merchant-center-mcp https://google-merchant-center.insightfulmcp.com/, then/mcp auth google-merchant-center-mcp. - Codex CLI: run
codex mcp add google-merchant-center-mcp --url https://google-merchant-center.insightfulmcp.com/; authorization starts automatically.
Each client opens a browser window where you log in to InsightfulPipe and click Authorize access. Step-by-step guides: Claude, ChatGPT, Claude Code, Cursor, Gemini CLI and Codex CLI. To reach every connected platform through one server, use the unified server.
Permissions and safety
- Read Only connections run reads only. Write actions need a Read + Write connection.
delete_datasource,delete_product,delete_region,delete_return_policyandremove_userare destructive, so they stay off until an owner, admin or operator enables them in Configure actions for this account.update_shipping_settingsreplaces all existing shipping services with one flat-rate service. It is a regular write action, so turn it off where agents should not change shipping.add_usercan grant admin access to the Merchant Center account and is a regular write action.- Product changes update what Google shows in Shopping, so review them before running.
- Write actions need the Owner, Administrator or Operator role. Members with the User role only get the enabled read actions on accounts granted to them.
Limits
insert_productandinsert_promotionneed an API-based data source. Create one withcreate_primary_feedorcreate_promotion_feedfirst; products can't be written to file-based feeds.- Promotions and inventory can't be deleted over MCP.
- Return policies can be created and deleted but not edited.
- Shipping can only be replaced with a single flat-rate service.
create_local_inventory_feedcreates a scheduled-fetch file data source, as Google requires for local inventory.
Example prompts
- "Using Google Merchant Center, which products are disapproved and why?"
- "Show my top 20 products by clicks over the last 30 days."
- "Which of my products are priced above the benchmark price?"
- "Are there any account-level issues affecting Shopping ads?"
Troubleshooting
- "No Merchant Center accounts found. Please ensure your Google account has access to Google Merchant Center.": sign in with a Google login that has access to the Merchant Center account, or ask an account admin to add you.
- Product or promotion writes fail with a data source error: pass the ID of an API-based data source from
list_datasources, or create one first. - "This account is connected read-only, so this action cannot be enabled for it. An owner or admin must reconnect it with Read & Write permissions.": reconnect the account and choose Read + Write.
- "This action is disabled for this connected account. An owner or admin must enable it for the account.": an owner, admin or operator can enable it in Configure actions for this account.
FAQ
Do I need a Google Cloud project?
No. You connect with Google sign-in in the InsightfulPipe app and choose the Merchant Center accounts. InsightfulPipe calls the Merchant API for you.
Can I connect several Merchant Center accounts?
Yes. The account picker lists every Merchant Center account your Google login can access, and each account you select becomes its own connection on your plan.
Can an agent publish products to my live feed?
On a Read + Write connection, insert_product and update_product change product data in an API-based data source, which feeds what Google shows. Connect Read Only or turn those actions off if agents should only report.