Connect the Google Merchant Center MCP server to your AI agent Open source, MIT, on npm. Setup instructions for Claude, Cursor and Codex are in the repository; adoption questions — Telegram. GitHub repository Telegram

Google Merchant Center: List Merchant Center accounts — MCP tool

Google Merchant Center MCP tool: Lists the Merchant Center accounts the authenticated user can access.

Technical name: list_accounts

What task it solves

I want to list Merchant Center accounts.

Lists the Merchant Center accounts the authenticated user can access.

When to use it

Use this capability when you need “List Merchant Center accounts” without doing the same work manually in the Google Merchant Center interface. It runs only when an AI client calls it.

What to provide

  • page_sizeoptional. Max results per page (1..500; API default 250).
  • page_tokenoptional. nextPageToken from the previous response. All other parameters must be identical to the previous call.
  • filteroptional. Account filter, e.g. accountName = "*store*" or relationship(providerId = 123).

What it returns

Returns accounts[] (name, accountId, accountName, languageCode, timeZone, adultContent, testAccount) and nextPageToken.

What changes in Google Merchant Center

The tool reads Google Merchant Center data and does not change it.

Example request

List Merchant Center accounts in Google Merchant Center. Ask for any required identifiers that are missing.

Errors and limitations

Use it first to discover the account ID the other tools need (or set GOOGLE_MERCHANTS_ACCOUNT_ID once). Optional filter uses the account filter syntax, e.g. accountName = "*store*".

Access also depends on token permissions, quotas, and upstream API limits.

Related MCP tools

Technical details