← Index

SEO Performance MCP

io.github.AutomateLab-tech/seo-performance-mcp·v0.5.0·Other
Quality Score
90
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "seo-performance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@automatelab/seo-performance-mcp"
      ],
      "env": {
        "GSC_SERVICE_ACCOUNT_JSON": "<your-gsc_service_account_json>",
        "GSC_SITE_URL": "<gsc_site_url>",
        "MATOMO_URL": "<matomo_url>",
        "MATOMO_TOKEN": "<your-matomo_token>",
        "MATOMO_SITE_ID": "<matomo_site_id>",
        "GA4_PROPERTY_ID": "<ga4_property_id>",
        "GA4_SERVICE_ACCOUNT_JSON": "<your-ga4_service_account_json>",
        "CLARITY_PROJECT_ID": "<clarity_project_id>",
        "CLARITY_API_TOKEN": "<your-clarity_api_token>",
        "POSTS_SITEMAP_URL": "<posts_sitemap_url>",
        "POSTS_LIST": "<posts_list>",
        "GHOST_ADMIN_API_URL": "<ghost_admin_api_url>",
        "GHOST_ADMIN_API_KEY": "<your-ghost_admin_api_key>",
        "CITATION_INTELLIGENCE_URL": "<citation_intelligence_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "seo-performance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@automatelab/seo-performance-mcp"
      ],
      "env": {
        "GSC_SERVICE_ACCOUNT_JSON": "<your-gsc_service_account_json>",
        "GSC_SITE_URL": "<gsc_site_url>",
        "MATOMO_URL": "<matomo_url>",
        "MATOMO_TOKEN": "<your-matomo_token>",
        "MATOMO_SITE_ID": "<matomo_site_id>",
        "GA4_PROPERTY_ID": "<ga4_property_id>",
        "GA4_SERVICE_ACCOUNT_JSON": "<your-ga4_service_account_json>",
        "CLARITY_PROJECT_ID": "<clarity_project_id>",
        "CLARITY_API_TOKEN": "<your-clarity_api_token>",
        "POSTS_SITEMAP_URL": "<posts_sitemap_url>",
        "POSTS_LIST": "<posts_list>",
        "GHOST_ADMIN_API_URL": "<ghost_admin_api_url>",
        "GHOST_ADMIN_API_KEY": "<your-ghost_admin_api_key>",
        "CITATION_INTELLIGENCE_URL": "<citation_intelligence_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @automatelab/seo-performance-mcp
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other