HomeMarketing & E-Commerce › SEO Performance MCP

SEO Performance MCP

Per-URL SEO verdicts from GSC, GA4, Matomo, Clarity, AI citations: refresh/expand/merge/kill.

TypeScript Cloud
★ 2 stars Last pushed 2026-06-08 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.0)

npx -y @automatelab/seo-performance-mcp@1.0.0

Or add to your MCP client config:

{
  "mcpServers": {
    "seo-performance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@automatelab/seo-performance-mcp@1.0.0"
      ],
      "env": {
        "GSC_SERVICE_ACCOUNT_JSON": "<YOUR_VALUE>",
        "GSC_SITE_URL": "<YOUR_VALUE>",
        "MATOMO_URL": "<YOUR_VALUE>",
        "MATOMO_TOKEN": "<YOUR_VALUE>",
        "MATOMO_SITE_ID": "<YOUR_VALUE>",
        "GA4_PROPERTY_ID": "<YOUR_VALUE>",
        "GA4_SERVICE_ACCOUNT_JSON": "<YOUR_VALUE>",
        "CLARITY_PROJECT_ID": "<YOUR_VALUE>",
        "CLARITY_API_TOKEN": "<YOUR_VALUE>",
        "POSTS_SITEMAP_URL": "<YOUR_VALUE>",
        "POSTS_LIST": "<YOUR_VALUE>",
        "GHOST_ADMIN_API_URL": "<YOUR_VALUE>",
        "GHOST_ADMIN_API_KEY": "<YOUR_VALUE>",
        "CITATION_INTELLIGENCE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • GSC_SERVICE_ACCOUNT_JSON secret — Base64-encoded Google service account JSON with Search Console read access.
  • GSC_SITE_URL — Search Console site URL (e.g. sc-domain:example.com or https://example.com/).
  • MATOMO_URL — Matomo instance URL (e.g. https://example.com/analytics).
  • MATOMO_TOKEN secret — Matomo auth token with view access.
  • MATOMO_SITE_ID — Matomo idSite for the site to query.
  • GA4_PROPERTY_ID — GA4 property ID (numeric, no G- prefix).
  • GA4_SERVICE_ACCOUNT_JSON secret — Base64-encoded Google service account JSON with GA4 Data API access.
  • CLARITY_PROJECT_ID — Microsoft Clarity project ID.
  • CLARITY_API_TOKEN secret — Microsoft Clarity Data Export API token.
  • POSTS_SITEMAP_URL — XML sitemap URL used to enumerate posts. Primary platform-agnostic discovery path.
  • POSTS_LIST — Optional JSON array overriding sitemap discovery.
  • GHOST_ADMIN_API_URL — Optional. Ghost Admin API base URL. Pair with GHOST_ADMIN_API_KEY for richer metadata.
  • GHOST_ADMIN_API_KEY secret — Optional. Ghost Admin API key in the form id:secret.
  • CITATION_INTELLIGENCE_URL — Optional URL of a citation-intelligence MCP server to delegate AI-citation queries to.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry