Google SEO MCP Server API - v1.13.5
    Preparing search index...
    • Detect daily anomalies where metrics deviate significantly from a statistical moving average. Uses a Z-score based calculation to identify outliers.

      Parameters

      • siteUrl: string

        The URL of the site to analyze.

      • options: { days?: number; threshold?: number } = {}

        Configuration including standard day range and deviation threshold.

      Returns Promise<AnomalyItem[]>

      A list of detected spikes or drops.