← WebMCP Directory

Tool tree

consentik.com

liveDeveloper Tools
https://consentik.com/
Consentik makes it straightforward to set up your custom cookie banner and manage user consents efficiently
Explore capabilities
check_cookie_complianceanswer

Scan a website URL for GDPR cookie compliance, cookie categories, and consent banner detection using Consentik

View tool JSON
{
  "name": "check_cookie_compliance",
  "kind": "answer",
  "impl": "imperative",
  "description": "Scan a website URL for GDPR cookie compliance, cookie categories, and consent banner detection using Consentik",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "The website URL to scan for cookie compliance"
      }
    },
    "required": [
      "url"
    ]
  },
  "page": "/"
}
check_gcm_v2answer

Check whether a website has Google Consent Mode v2 (GCM v2) correctly implemented

View tool JSON
{
  "name": "check_gcm_v2",
  "kind": "answer",
  "impl": "imperative",
  "description": "Check whether a website has Google Consent Mode v2 (GCM v2) correctly implemented",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "The website URL to check for GCM v2 implementation"
      }
    },
    "required": [
      "url"
    ]
  },
  "page": "/"
}
get_consentik_pricinganswer

Retrieve Consentik pricing plans and feature comparison for consent management

View tool JSON
{
  "name": "get_consentik_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Retrieve Consentik pricing plans and feature comparison for consent management",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}