# Google Merchant Center MCP (npm · mcp-google-merchants)

MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues.

- Trust score: 67/100 (medium)
- Change this week: +29
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- npm · `mcp-google-merchants`: 67/100 (this document), [markdown](https://verifymcp.io/servers/a1-x-tech-mcp-google-merchants/mcp-google-merchants.md), [page](https://verifymcp.io/servers/a1-x-tech-mcp-google-merchants/mcp-google-merchants)

## Channel facts

- Registry: `npm`
- Package: `mcp-google-merchants`
- Version: `1.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 68/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 5029 tokens (~228/item across 22 items; 22 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add a1-x-tech-mcp-google-merchants -- npx -y mcp-google-merchants
```

### Codex

```bash
codex mcp add a1-x-tech-mcp-google-merchants -- npx -y mcp-google-merchants
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "a1-x-tech-mcp-google-merchants": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-google-merchants"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add a1-x-tech-mcp-google-merchants --command npx --arg -y --arg mcp-google-merchants
```

### Hermes

```yaml
mcp_servers:
  a1-x-tech-mcp-google-merchants:
    command: "npx"
    args: ["-y", "mcp-google-merchants"]
```

### Other

```json
{
  "mcpServers": {
    "a1-x-tech-mcp-google-merchants": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-merchants"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-19 (score 67, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-18 (score 52, +14)

- [security regression] Malware scan: pass → unverified
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100
- [functional] Package version: 1.0.0 → 1.1.0

### 2026-08-15 (score 38, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-08-14 (score 38, 0)

- [functional regression] Security disclosure: fail → unverified

### 2026-08-11 (score 38, 0)

- [functional] Package version: 0.1.0 → 1.0.0
- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-09 (score 38)

First indexed and scored.

## MCP tools (22)

### `list_accounts` (~163 tokens)

List Merchant Center accounts

Lists the Merchant Center accounts the authenticated user can access. Returns accounts[] (name, accountId, accountName, languageCode, timeZone, adultContent, testAccount) and nextPageToken. 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*".

Input parameters:

- `filter` (string): Account filter, e.g. accountName = "*store*" or relationship(providerId = 123).
- `page_size` (integer): Max results per page (1..500; API default 250).
- `page_token` (string): nextPageToken from the previous response. All other parameters must be identical to the previous call.

### `get_account` (~85 tokens)

Get a Merchant Center account

Returns a single Merchant Center account: name (accounts/{id}), accountId, accountName, languageCode, timeZone, adultContent and testAccount. Useful to verify the configured account or inspect a sub-account.

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.

### `get_homepage` (~116 tokens)

Get the store homepage

Returns the store homepage of an account: uri and claimed (whether the homepage is verified and claimed by the merchant — a prerequisite for serving offers). An unclaimed homepage is a common reason for account-level problems; claiming/unclaiming is not exposed as a tool (use raw_request POST accounts/v1/accounts/{a}/homepage:claim if you really need it).

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.

### `get_shipping_settings` (~111 tokens)

Get shipping settings

Returns the account-level shipping settings: services[] (delivery countries, delivery times, rate tables and carrier rates), warehouses[] and an etag. Read-only by design: the API's only write is shippingSettings:insert, a FULL REPLACE of every service — too dangerous for a tool; use raw_request if you really need it.

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.

### `list_products` (~208 tokens)

List processed products

Lists the processed products of an account, as shown in Merchant Center. Each product has name (accounts/{a}/products/{contentLanguage~feedLabel~offerId} — NO channel segment in v1), offerId, contentLanguage, feedLabel, dataSource, productAttributes (title, price, availability, ...), productStatus with itemLevelIssues, and base64EncodedName (use it when offerId contains URL-hostile characters like '/'). The list has no server-side filter — filter via search_reports on product_view. Recently inserted products appear only after async processing (minutes).

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `page_size` (integer): Max results per page (1..1000; API default 25).
- `page_token` (string): nextPageToken from the previous response. All other parameters must be identical to the previous call.

### `get_product` (~278 tokens)

Get a processed product

Returns one processed product including productStatus.itemLevelIssues (code, severity, resolution, description) — the place to see why a product is disapproved. Identify the product either with `product` ("contentLanguage~feedLabel~offerId", e.g. "en~US~sku123", or the base64url base64EncodedName; legacy local products use a local~ prefix) or with the three components content_language + feed_label + offer_id. A product inserted moments ago may 404 until async processing finishes (minutes).

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `content_language` (string): Two-letter ISO 639-1 content language, e.g. "en". Used with feed_label + offer_id.
- `feed_label` (string): Feed label, e.g. "US". Used with content_language + offer_id.
- `offer_id` (string): The merchant's offer ID (SKU). Used with content_language + feed_label.
- `product` (string): Product ID: "contentLanguage~feedLabel~offerId" (e.g. "en~US~sku123") or the base64url base64EncodedName. Omit when passing the three components separately.

### `insert_product_input` (~458 tokens)

Insert or replace a product

Uploads (upserts) a product into an API data source: an existing input with the same contentLanguage~feedLabel~offerId in that data source is fully replaced. Requires data_source (an API-type source — create one with create_data_source or in Merchant Center; file feeds cannot be written). Inserting with a different data source MOVES the product to it. Returns the ProductInput (name, product = the future processed name, base64EncodedProduct). Processing is async: the processed product shows up in get_product/list_products after several minutes, and data-quality problems surface later in productStatus.itemLevelIssues, not as API errors. Prices go in product_attributes as {"price": {"amountMicros": "9990000", "currencyCode": "USD"}} (1 unit = 1,000,000 micros).

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `content_language` (string, required): Two-letter ISO 639-1 language of the listing, e.g. "en".
- `custom_attributes` (array): Custom (non-standard) attributes as {name, value} pairs.
- `data_source` (string, required): Data source: numeric ID (e.g. "104628") or full name "accounts/{account}/dataSources/{id}". Product/promotion writes require an API-type data source (input: API), not a file feed.
- `feed_label` (string, required): Feed label, usually the target country CLDR code, e.g. "US" (≤20 chars, no spaces).
- `offer_id` (string, required): The merchant's unique offer ID (SKU).
- `product_attributes` (object): Product attributes object: title, description, link, imageLink, price {amountMicros, currencyCode}, availability (in_stock/out_of_stock/preorder/backorder), condition (new/refurbished/used), gtin (ar…
- `version_number` (string): Optional int64 freshness guard (as a string): an insert with a lower version than the stored one is rejected.

### `update_product_input` (~384 tokens)

Update a product input

Sparse-updates an existing product input — the cheap way to change price or availability without re-sending the whole product. data_source must be the source holding the input. update_mask is a comma-separated list of attribute paths (e.g. "productAttributes.price,productAttributes.availability"); when omitted, all populated fields of the request are applied. Every path listed in update_mask MUST carry a value in this request — a masked path with no value ERASES that attribute (the tool rejects such requests locally; to clear an attribute intentionally use raw_request). Returns the updated ProductInput; the processed product refreshes after async processing (minutes). To create a product or replace it wholesale use insert_product_input.

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `custom_attributes` (array): Custom (non-standard) attributes as {name, value} pairs.
- `data_source` (string, required): Data source: numeric ID (e.g. "104628") or full name "accounts/{account}/dataSources/{id}". Product/promotion writes require an API-type data source (input: API), not a file feed.
- `product_attributes` (object): Product attributes to change (camelCase), e.g. {"price": {"amountMicros": "8990000", "currencyCode": "USD"}, "availability": "out_of_stock"}.
- `product_input` (string, required): Product input ID: "contentLanguage~feedLabel~offerId" or the base64url name.
- `update_mask` (string): Comma-separated attribute paths to update, e.g. "productAttributes.price". Omit to apply every populated field of this request.
- `version_number` (string): Optional int64 freshness guard (as a string).

### `delete_product_input` (~193 tokens)

Delete a product input

Deletes a product input from a specific data source (data_source is required — the same product can exist in several sources, and only the targeted input is removed). product_input is "contentLanguage~feedLabel~offerId" or the base64url name. Returns an empty object on success; the processed product disappears after async processing (minutes).

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `data_source` (string, required): Data source: numeric ID (e.g. "104628") or full name "accounts/{account}/dataSources/{id}". Product/promotion writes require an API-type data source (input: API), not a file feed.
- `product_input` (string, required): Product input ID: "contentLanguage~feedLabel~offerId" or the base64url name.

### `list_data_sources` (~180 tokens)

List data sources

Lists the data sources of an account. Each has name (accounts/{a}/dataSources/{id}), dataSourceId, displayName, input (API | FILE | UI | AUTOFEED), exactly one type object (primaryProductDataSource, supplementalProductDataSource, promotionDataSource, ...) and fileInput for file feeds. Use it to find the API-type data source that insert_product_input / insert_promotion require as data_source.

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `page_size` (integer): Max results per page (1..1000; API default 25).
- `page_token` (string): nextPageToken from the previous response. All other parameters must be identical to the previous call.

### `get_data_source` (~152 tokens)

Get a data source

Returns one data source by its numeric ID (or full resource name): type, input (API/FILE/UI/AUTOFEED), feed configuration and fetch settings. Check `input` before calling fetch_data_source — only file-based feeds with fetch settings can be re-fetched.

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `data_source` (string, required): Data source: numeric ID (e.g. "104628") or full name "accounts/{account}/dataSources/{id}". Product/promotion writes require an API-type data source (input: API), not a file feed.

### `create_data_source` (~299 tokens)

Create an API data source

Creates an API (generic) data source — the target that insert_product_input / update_product_input / insert_promotion need as data_source. Only API sources can be created through the API (file, UI and autofeed sources are set up in Merchant Center). For product sources content_language and feed_label must be both set or both omitted; countries applies to primary sources only. A promotions source requires target_country and content_language. Returns the created DataSource with its dataSourceId.

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `content_language` (string): Two-letter ISO 639-1 language, e.g. "en". Product sources: set together with feed_label or not at all. Required for promotions sources.
- `countries` (array): CLDR country codes the products target. Primary product sources only.
- `display_name` (string, required): Human-readable data source name shown in Merchant Center.
- `feed_label` (string): Feed label, e.g. "US". Product sources only; set together with content_language.
- `target_country` (string): CLDR country code, e.g. "US". Required for (and only used by) promotions sources.
- `type` (string, required): Data source type: primary_products (main product feed), supplemental_products (overrides/extra attributes) or promotions.

### `fetch_data_source` (~162 tokens)

Re-fetch a file feed now

Triggers an immediate re-fetch (re-read) of a file-based feed outside its regular schedule. Works only for data sources with a file input and fetch settings (scheduled fetch or Google Sheets); calling it on an API-type source is an error. Returns an empty object on success — the fetch itself runs asynchronously on Google's side.

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `data_source` (string, required): Data source: numeric ID (e.g. "104628") or full name "accounts/{account}/dataSources/{id}". Product/promotion writes require an API-type data source (input: API), not a file feed.

### `insert_promotion` (~308 tokens)

Insert or update a promotion

Creates or updates a promotion. Unlike product writes, the data source travels in the request BODY (the server assembles it). The promotion object requires promotionId, contentLanguage (ISO 639-1), targetCountry (CLDR, e.g. "US") and redemptionChannel (array with ONLINE and/or IN_STORE — at least one). Optional `attributes` carry longTitle, couponValueType, offerType, genericRedemptionCode, promotionEffectiveTimePeriod {startTime, endTime}, productApplicability, moneyOffAmount, percentOff, etc. Returns the Promotion incl. promotionStatus; approval happens asynchronously (check get_promotion later).

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `data_source` (string, required): Data source: numeric ID (e.g. "104628") or full name "accounts/{account}/dataSources/{id}". Product/promotion writes require an API-type data source (input: API), not a file feed.
- `promotion` (object, required): Promotion object. Required: promotionId, contentLanguage, targetCountry, redemptionChannel (["ONLINE"] and/or ["IN_STORE"]). Optional: attributes {longTitle, couponValueType, offerType, genericRedemp…

### `list_promotions` (~131 tokens)

List promotions

Lists the promotions of an account: promotions[] (name, promotionId, contentLanguage, targetCountry, redemptionChannel, attributes, promotionStatus with destination statuses and itemLevelIssues) and nextPageToken.

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `page_size` (integer): Max results per page (1..250; API default 50).
- `page_token` (string): nextPageToken from the previous response. All other parameters must be identical to the previous call.

### `get_promotion` (~91 tokens)

Get a promotion

Returns one promotion including promotionStatus (per-destination approval and itemLevelIssues) — the place to check whether a freshly inserted promotion was approved.

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `promotion` (string, required): Promotion ID (the {promotion} segment of the resource name).

### `search_reports` (~309 tokens)

Run an MCQL report query

Runs a Merchant Center Query Language (MCQL) query via reports:search. Tables: product_view, product_performance_view, price_competitiveness_product_view, price_insights_product_view, non_product_performance_view, best_sellers_product_cluster_view, best_sellers_brand_view, competitive_visibility_top_merchant_view, competitive_visibility_competitor_view, competitive_visibility_benchmark_view. Rules: field names are snake_case in the query but camelCase in the JSON response; no SELECT *; performance views require a WHERE date range, e.g. SELECT offer_id, clicks, impressions FROM product_performance_view WHERE date BETWEEN '2026-07-01' AND '2026-07-31' ORDER BY clicks DESC. price_* views require the Market Insights opt-in. Each result row has exactly one populated view object. This is also the way to FILTER products (product_view) — list_products has no filter.

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `page_size` (integer): Max results per page (1..5000; API default 1000).
- `page_token` (string): nextPageToken from the previous response. All other parameters must be identical to the previous call.
- `query` (string, required): MCQL query, e.g. SELECT offer_id, title, price FROM product_view WHERE availability = 'out of stock'.

### `price_competitiveness` (~231 tokens)

Price competitiveness vs the market

Convenience wrapper over a canned MCQL query on price_competitiveness_product_view: for each product, your price vs the market benchmark_price (aggregated from comparable offers across merchants) with report_country_code. A product priced above the benchmark is losing clicks to cheaper rivals. Requires the account to be opted into Market Insights (free, in Merchant Center settings) — otherwise rows are empty. Price amounts are micros (1,000,000 = 1 unit) and may arrive as strings (int64). Optional country narrows to one report country.

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `country` (string): Two-letter CLDR country code to filter by, e.g. "US". Omit for all countries.
- `page_size` (integer): Max results per page (1..5000; API default 1000).
- `page_token` (string): nextPageToken from the previous response. All other parameters must be identical to the previous call.

### `price_insights` (~186 tokens)

Suggested prices & predicted impact

Convenience wrapper over a canned MCQL query on price_insights_product_view: Google's suggested_price per product with the predicted change in impressions, clicks and conversions if you adopt it (predicted_*_change_fraction, e.g. 0.05 = +5%), plus an overall `effectiveness` bucket (LOW/MEDIUM/HIGH). Requires the Market Insights opt-in — otherwise rows are empty. Price amounts are micros and may arrive as strings (int64).

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `page_size` (integer): Max results per page (1..5000; API default 1000).
- `page_token` (string): nextPageToken from the previous response. All other parameters must be identical to the previous call.

### `list_product_issues` (~244 tokens)

Aggregated product issues

Lists aggregate product statuses per reporting context and country (issueresolution sub-API): stats {active, pending, disapproved, expiring counts} plus itemLevelIssues[] with how many products each issue affects — the fastest way to see what is wrong with a feed at a glance. Works only for sub-accounts and standalone accounts, NOT for advanced (parent) accounts. The filter supports only reporting_context and country, e.g. reporting_context = "SHOPPING_ADS" AND country = "US". For a single product's issues use get_product (productStatus.itemLevelIssues).

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `filter` (string): Filter on reporting_context and/or country only, e.g. reporting_context = "SHOPPING_ADS" AND country = "US".
- `page_size` (integer): Max results per page (1..1000; API default 25).
- `page_token` (string): nextPageToken from the previous response. All other parameters must be identical to the previous call.

### `list_method_quotas` (~169 tokens)

API quota usage

Shows the account's Merchant API usage vs limits per method group (quota sub-API): quotaGroups[] with name, quotaUsage, quotaLimit (per day), quotaMinuteLimit and methodDetails[] listing the methods in each group. Daily counters reset at 12:00 UTC — midday, not midnight. Use it to diagnose HTTP 429 RESOURCE_EXHAUSTED errors and to see how much headroom is left.

Input parameters:

- `account` (string): Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default.
- `page_size` (integer): Max quota groups per page.
- `page_token` (string): nextPageToken from the previous response. All other parameters must be identical to the previous call.

### `raw_request` (~235 tokens)

Raw Merchant API call

Escape hatch to call any Merchant API v1 path directly, for endpoints without a dedicated tool (e.g. "accounts/v1/accounts/123/issues" or the one-time "accounts/v1/accounts/123/developerRegistration:registerGcp"). The path must include the sub-API prefix (accounts/v1, products/v1, datasources/v1, promotions/v1, reports/v1, issueresolution/v1, quota/v1, inventories/v1, ...). `query` adds URL query parameters (e.g. dataSource for productInputs writes, updateMask for PATCH); `body` is sent as JSON. Can create, modify and delete data — use the dedicated tools when one exists.

Input parameters:

- `body` (object): JSON request body (POST/PATCH).
- `method` (string): HTTP method. Defaults to GET.
- `path` (string, required): Relative API path incl. the sub-API prefix, e.g. "accounts/v1/accounts/123/issues".
- `query` (object): URL query parameters, e.g. {"dataSource": "accounts/1/dataSources/2"}.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/a1-x-tech-mcp-google-merchants/mcp-google-merchants#diagnostics

## Score history

- 2026-08-20: 67
- 2026-08-19: 67
- 2026-08-18: 52
- 2026-08-17: 38
- 2026-08-16: 38
- 2026-08-15: 38
- 2026-08-14: 38
- 2026-08-13: 38
- 2026-08-12: 38
- 2026-08-11: 38
- 2026-08-10: 38
- 2026-08-09: 38

## Links

- npm package: https://www.npmjs.com/package/mcp-google-merchants
- Socket report: https://socket.dev/npm/package/mcp-google-merchants
- Repository: https://github.com/A1-x-Tech/mcp-google-merchants
- Changelog RSS feed: https://verifymcp.io/servers/a1-x-tech-mcp-google-merchants/mcp-google-merchants.xml
- Changelog JSON feed: https://verifymcp.io/servers/a1-x-tech-mcp-google-merchants/mcp-google-merchants.json
- HTML version of this page: https://verifymcp.io/servers/a1-x-tech-mcp-google-merchants/mcp-google-merchants
