AgentHubAgentHub

SEO Performance MCP

MCP ServerMCP Registry官方收录

io.github.AutomateLab-tech/seo-performance-mcp · v1.0.0

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

概览

SEO Performance MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "seo-performance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@automatelab/seo-performance-mcp"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.AutomateLab-tech/seo-performance-mcp",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "SEO Performance MCP",
  "description": "Per-URL SEO verdicts from GSC, GA4, Matomo, Clarity, AI citations: refresh/expand/merge/kill.",
  "repository": {
    "url": "https://github.com/AutomateLab-tech/seo-performance-mcp",
    "source": "github"
  },
  "homepage": "https://automatelab.tech/products/mcp/seo-performance-mcp/",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@automatelab/seo-performance-mcp",
        "version": "1.0.0",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GSC_SERVICE_ACCOUNT_JSON",
            "description": "Base64-encoded Google service account JSON with Search Console read access.",
            "isSecret": true
          },
          {
            "name": "GSC_SITE_URL",
            "description": "Search Console site URL (e.g. sc-domain:example.com or https://example.com/)."
          },
          {
            "name": "MATOMO_URL",
            "description": "Matomo instance URL (e.g. https://example.com/analytics)."
          },
          {
            "name": "MATOMO_TOKEN",
            "description": "Matomo auth token with view access.",
            "isSecret": true
          },
          {
            "name": "MATOMO_SITE_ID",
            "description": "Matomo idSite for the site to query."
          },
          {
            "name": "GA4_PROPERTY_ID",
            "description": "GA4 property ID (numeric, no G- prefix)."
          },
          {
            "name": "GA4_SERVICE_ACCOUNT_JSON",
            "description": "Base64-encoded Google service account JSON with GA4 Data API access.",
            "isSecret": true
          },
          {
            "name": "CLARITY_PROJECT_ID",
            "description": "Microsoft Clarity project ID."
          },
          {
            "name": "CLARITY_API_TOKEN",
            "description": "Microsoft Clarity Data Export API token.",
            "isSecret": true
          },
          {
            "name": "POSTS_SITEMAP_URL",
            "description": "XML sitemap URL used to enumerate posts. Primary platform-agnostic discovery path."
          },
          {
            "name": "POSTS_LIST",
            "description": "Optional JSON array overriding sitemap discovery."
          },
          {
            "name": "GHOST_ADMIN_API_URL",
            "description": "Optional. Ghost Admin API base URL. Pair with GHOST_ADMIN_API_KEY for richer metadata."
          },
          {
            "name": "GHOST_ADMIN_API_KEY",
            "description": "Optional. Ghost Admin API key in the form id:secret.",
            "isSecret": true
          },
          {
            "name": "CITATION_INTELLIGENCE_URL",
            "description": "Optional URL of a citation-intelligence MCP server to delegate AI-citation queries to."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.AutomateLab-tech/seo-performance-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.AutomateLab-tech%2Fseo-performance-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
SEO Performance MCP — MCP Server 安装与配置 · AgentHub