MCP Server Β· Model Context Protocol

The Google Merchant Center MCP Server

Give Claude, Cursor, Windsurf, Cline, Goose β€” or any MCP-compatible AI β€” direct access to GMC audit data, live account flags, fix plans, and appeal generation. No copy-pasting. No switching tabs. Your AI just handles it.

πŸ€–Claude Desktop⌨️CursorπŸ„WindsurfπŸ”·Cline (VS Code)πŸ”„Continue.devπŸ’»Claude Code⚑Zed EditorπŸͺΏGooseπŸ§™WitsyπŸ”ŒAny stdio MCP

Free to set up Β· Works with your existing GMC Guard plan Β· Not affiliated with Google

The gap Google left open

There is no official Google MCP server. We built it.

AI agents can connect to Slack, GitHub, Linear, Notion, Stripe β€” but not to Google Merchant Center. There’s no way for Claude or any other AI to read your GMC account status, see what products got flagged, or understand why you were suspended.

GMC Guard fills that gap. Our MCP server is the bridge between the AI tools you already use and the Google Merchant Center data you need.

  • Live GMC account status + product flags via the Merchant API
  • Full audit engine β€” the same AI that powers gmcguard.ai
  • Appeal generation informed by what Google actually sees
  • Weekly monitoring your AI can check and report on
  • Works with Claude, Cursor, Windsurf, Cline, Goose, Zed and more
Claude β€” GMC Guard MCP connected
8 tools active

9 tools available

What your AI agent can do

Every tool is described so your AI knows exactly when and why to use it. Ask a question β€” the agent picks the right tools automatically.

list_audits

See all audited stores with trust scores, risk levels, and monitoring status.

β€œWhat stores have I audited and what are their scores?”

run_audit

core

Trigger a full misrepresentation audit on any domain. Returns trust score + prioritised issue list.

β€œAudit mystore.com for GMC misrepresentation issues.”

get_audit

Get every issue from an audit with severity, category, and paste-ready fix instructions.

β€œShow me all the critical issues from my last audit.”

get_fix_plan

core

Prioritised fix plan grouped by category β€” policy, identity, product claims, feed. Exact fix copy for each step.

β€œWhat do I need to fix before I can appeal?”

generate_appeal

core

Generate a ready-to-submit Google re-review appeal based on what was found and fixed.

β€œWrite my Google re-review appeal based on the fixes I've made.”

check_gmc_account

Read live GMC account status, connected accounts, and product-level flags direct from the Merchant API.

β€œWhat does my Google Merchant Center account look like right now?”

get_monitoring

Score history and monitoring status for all your stores. See trends over time.

β€œHas my trust score improved since I made changes last week?”

set_monitoring

Enable or disable weekly monitoring on any domain. Get alerted when scores drop.

β€œStart monitoring mystore.com every week.”

create_checkout

new

Generate a secure checkout link so the user can upgrade their plan β€” pre-filled with their email and details. AI never handles payment data.

β€œI want to upgrade to Pro so I can run more audits.”

Who uses it

Three types of GMC problems, one MCP connection

Suspended

Merchant fixing a suspension

Open Claude Desktop, type β€œmy GMC got suspended, audit mystore.com.” Your AI runs the audit, shows every issue with exact fix copy, then writes the appeal when you’re done. No dashboard, no copy-pasting.

  • Audit β†’ Fix plan β†’ Appeal in one conversation
  • AI explains each issue in plain language
  • Re-check score after fixing to confirm progress
Agency

Agency running client audits

Build an internal AI workflow that audits every client store, flags score drops, and prepares a weekly summary report β€” all automated via MCP tool calls.

  • Batch-audit all client domains
  • AI writes the client-facing report
  • Monitor across all stores simultaneously
Developer

Developer building GMC tooling

Integrate GMC Guard into your own AI agent or automation. Use the REST API directly or wire the MCP server into any workflow that supports the protocol.

  • RESTful v1 API with Bearer auth
  • stdio MCP transport (any client)
  • npm package β€” one npx command

No setup required

Just paste this into your AI

Not ready to configure MCP? Copy this prompt and paste it directly into Claude.ai, ChatGPT, or any AI chat. Add your API key to unlock live tool calls.

Agent starter prompt
You are connected to GMC Guard β€” a Google Merchant Center misrepresentation audit tool.

You have access to these tools (requires GMCGUARD_API_KEY):
- list_audits β€” see all audited stores and scores
- run_audit(domain) β€” audit any store for GMC suspension risk
- get_audit(audit_id) β€” full results with issues and fix instructions
- get_fix_plan(audit_id) β€” prioritised fix plan by category
- generate_appeal(audit_id) β€” write a Google re-review appeal
- check_gmc_account β€” live GMC account status and flags
- get_monitoring β€” score history and monitoring status
- set_monitoring(domain, enabled) β€” enable/disable weekly monitoring
- create_checkout(plan) β€” generate a secure upgrade link for the user

Rules:
- Always get real data before giving advice
- Never recommend appealing while criticals > 0
- Appeal is ready when: criticals = 0 AND trust score β‰₯ 70
- Monitoring requires Pro, Watch, or Agency plan

Start by asking what domain they want to check, or call list_audits to show history.

For full live tool access, generate an API key and follow the MCP setup below.

Connect in 3 steps

Works with every major AI client

Claude Desktop, Cursor, Windsurf, Cline, Continue.dev, Goose, Zed, Witsy and more. All use the same npm package β€” just change the config format.

1

Get your API key

Go to your GMC Guard profile β†’ Generate key in the API Key / MCP Access section. Copy it β€” it’s only shown once.

2

Add the MCP server to your AI client

Select your client below. No installation needed β€” npx downloads and runs the server automatically.

Edit ~/.claude/claude_desktop_config.json

{
  "mcpServers": {
    "gmcguard": {
      "command": "npx",
      "args": ["-y", "gmcguard-mcp-server"],
      "env": {
        "GMCGUARD_API_KEY": "gmcg_your_key_here"
      }
    }
  }
}
3

Restart and start asking

Restart your AI client. The GMC Guard tools appear automatically. Try:

"My Google Merchant Center is suspended. Audit mystore.com and tell me what to fix."

"What's my current trust score and are there any critical issues?"

"I've made all the fixes β€” write my appeal letter."

"Start weekly monitoring for mystore.com."

Direct API access

REST API for custom integrations

Don’t need the full MCP server? Use the v1 REST API directly.

GET/api/v1/audits
POST/api/v1/audits
GET/api/v1/audits/:id
GET/api/v1/gmc
GET/api/v1/monitoring
PATCH/api/v1/monitoring
POST/api/v1/checkout
curl https://gmcguard.ai/api/v1/audits \
  -H "Authorization: Bearer gmcg_your_key"

Plan requirements

What you need

API key + MCP connectionAll plans
list_audits / get_auditAll plans
check_gmc_accountAll plans
run_audit (standard)All plans (credits)
run_audit (advanced)Pro, Agency
get_fix_planAll plans
generate_appealPro, Agency
get_monitoring / set_monitoringPro, Watch, Agency
create_checkoutAll plans
View plans β†’

Ready to connect

Let your AI handle the GMC work

Get your API key, paste one config block into your AI client, and your assistant can audit, fix, and monitor Google Merchant Center accounts from inside any conversation.

Free account Β· No credit card Β· API key available immediately after sign-up

Ask Alex β€” GMC sales rep
GMC Guard MCP Server β€” Connect AI Agents to Google Merchant Center | GMC Guard