Skip to content
Eden Engine

GDPR Website Compliance Check (by URL)

omnial/x402-gdpr-website-check

Scans a website by URL and returns a GDPR compliance score and letter grade, plus the signals behind it: whether a cookie consent banner, privacy policy, cookie policy, and terms of service were detected, which of 7 common tracking scripts are present, HSTS/CSP security header status, any cookie configuration issues, and a plain-language list of findings.

activeper callv1
Provider
Web & Business Data Network
Category
compliance
Provider price
$0.162162 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "grade": {
      "type": "string",
      "description": "Letter grade derived from gdpr_score. Only 'C' was observed on the two real calls made; the underlying scale is documented as spanning further (down to at least 'F')."
    },
    "findings": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Plain-language summary of every compliance gap detected, restating the same issues reflected in the boolean/array fields above (e.g. 'No cookie consent mechanism detected')."
    },
    "gdpr_score": {
      "type": "number",
      "description": "0-100 compliance score. Both real calls observed landed in the 40-50 range (a well-known site missing cookie consent, and a minimal site missing every policy link)."
    },
    "uses_https": {
      "type": "boolean"
    },
    "cookie_issues": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Plain-language cookie configuration problems found (e.g. missing Secure or SameSite attributes). Empty array when none are found (observed on example.com)."
    },
    "tracker_count": {
      "type": "number",
      "description": "Count of trackers detected; matched the number of true flags in tracking_scripts on both real calls."
    },
    "security_headers": {
      "type": "object",
      "properties": {
        "csp": {
          "type": "boolean"
        },
        "hsts": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "tracking_scripts": {
      "type": "object",
      "properties": {
        "hotjar": {
          "type": "boolean"
        },
        "segment": {
          "type": "boolean"
        },
        "mixpanel": {
          "type": "boolean"
        },
        "tiktok_pixel": {
          "type": "boolean"
        },
        "facebook_pixel": {
          "type": "boolean"
        },
        "google_analytics": {
          "type": "boolean"
        },
        "linkedin_insight": {
          "type": "boolean"
        }
      },
      "description": "Presence of each of 7 named third-party tracking scripts on the page.",
      "additionalProperties": false
    },
    "has_cookie_policy": {
      "type": "boolean"
    },
    "has_cookie_consent": {
      "type": "boolean"
    },
    "has_privacy_policy": {
      "type": "boolean"
    },
    "has_terms_of_service": {
      "type": "boolean"
    }
  },
  "description": "The GDPR compliance scan result for the requested URL.",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.162162
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 23, 2026