← Blog’a dön

← Back to blog

MCP Compliance Checker: KVKK, GDPR, and CCPA checks

,

MCP guide · Compliance Checker

MCP Compliance Checker: KVKK, GDPR, and CCPA checks
@guardbee/mcp-compliance-checker

@guardbee/mcp-compliance-checker runs privacy-focused checks for KVKK, GDPR, and CCPA, scores privacy policies, detects cookie banners/CMPs, and compares frameworks. Some tools work without an API key.

What does it do?

Ask Claude how your site’s privacy signals look. Full Guardbee compliance scans need an API key; policy analysis can run offline.

Who is it for?

  • Teams doing KVKK/GDPR surface reviews
  • Anyone quickly checking privacy policy + CMP presence
  • Analysts explaining differences across frameworks

What it is not

  • Legal opinions or formal compliance certificates
  • Full GRC / VERBIS inventory programs

Features

FeatureDescription
Compliance scansKVKK/GDPR/CCPA-focused via Guardbee API
Policy analysis10 signals, 0–100 score, letter grade
CMP detectionOneTrust, Cookiebot, Axeptio, and more
Requirements catalog21 referenced requirements
Framework compareShared vs unique controls

MCP tools

ToolDescription
check_complianceAPI required — start compliance scan
get_compliance_findingsAPI required — findings
analyze_privacy_policyNo API — policy scoring
list_requirementsNo API — catalog
compare_frameworksNo API — compare
Guardbee console
Guardbee console

Install with npm

Global install (handy for Claude Desktop / Cursor):

bash
npm install -g @guardbee/mcp-compliance-checker

or via npx (recommended with -y in config):

bash
npx -y @guardbee/mcp-compliance-checker

npm: @guardbee/mcp-compliance-checker

API key is only required for scan tools; policy analysis works without it.

Claude Desktop configuration

Config file paths:

  • macOS~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows%APPDATA%\Claude\claude_desktop_config.json
  • Linux~/.config/Claude/claude_desktop_config.json

Merge this block, then restart Claude Desktop:

claude_desktop_config.json
{
  "mcpServers": {
    "guardbee-compliance-checker": {
      "command": "npx",
      "args": [
        "-y",
        "@guardbee/mcp-compliance-checker"
      ],
      "env": {
        "GUARDBEE_API_KEY": "gb_..."
      }
    }
  }
}

Cursor and other MCP clients

In Cursor, add the same command / args / env under Settings → MCP. stdio MCP servers use the same contract as Claude Desktop.

Guardbee API key

  1. Create an account at app.guardbee.ai
  2. Generate a key under Developers
  3. Set it as GUARDBEE_API_KEY in the MCP env

Example prompts in Claude

  1. “Analyze and score the privacy policy on example.com”
  2. “Summarize differences between KVKK and GDPR”
  3. “Start a KVKK-focused compliance scan for example.com”

Related links

See surface risk with Guardbee

MCP servers speed up security work in chat. Start a 14-day free trial for brand scans and BeeAI.

Start free MCP servers

Frequently asked questions

Is an API key mandatory?

Not for analyze_privacy_policy, list_requirements, or compare_frameworks; yes for check_compliance.

Is this a GRC suite?

No. It inspects digital-surface signals, not inventories/VERBIS.

Languages?

Signals are language-agnostic; ask Claude to answer in EN or TR.

Paylaş

Share

Sitenizin risk skorunu görün — 14 gün ücretsiz deneme.

See your site’s risk score — 14-day free trial.