mcpbeat Sign in

Secure Privacy MCP Server

by secureprivacy Your server? Claim it
local only

Secure Privacy MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 5 Dec 2025.

An MCP server that automatically integrate GDPR-compliant cookie consent banners into websites

Installs per day peak 21 · avg 5 · +29% w/w
a month agotoday
32
Installs / week
npm · secure-privacy-mcp
0
Stars
0 open issues
5 Dec 2025
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    exec(input?: (string | URLPatternInit), baseURL?: string): URLPatternResult | null;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add secure-privacy-mcp -- npx -y secure-privacy-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "secure-privacy-mcp": {
      "args": [
        "-y",
        "secure-privacy-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.secure-privacy-mcp]
command = "npx"
args = ["-y", "secure-privacy-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "secure-privacy-mcp": {
      "args": [
        "-y",
        "secure-privacy-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "secure-privacy-mcp": {
      "args": [
        "-y",
        "secure-privacy-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Secure Privacy MCP

same job, measured the same way
Cookie Compliance
by cookie-compliance

Add a cookie consent banner that blocks trackers before consent and records proof of consent.

8 tools answering
Privacy
by thegridwork

Audit websites for GDPR, CCPA, and ePrivacy compliance — trackers, consent, and policies.

37 installs/wk local only
MCP Compliance
by yawlabs

CLI tool and MCP server that tests MCP servers for spec compliance

1 350 installs/wk local only
Compliance Trestle MCP
by oscal-compass

An MCP server that provides tools to author OSCAL security compliance documentation

149 installs/wk local only
Gdpr Compliance AI MCP
by csoai-org

Gdpr Compliance Ai MCP Server by MEOK AI Labs

370 installs/wk local only
EU Audit Trail
by jellewas

Tamper-evident audit trail MCP server for EU AI Act & GDPR compliance.

72 installs/wk local only
MCPower Security Proxy
by mcpower-security

Security proxy that automatically wraps MCP servers with real-time monitoring and policy enforcement

local only
GDPR Shift-Left Compliance
by kevinrabun

GDPR compliance MCP server - article lookup, DPIA, ROPA, DSR, IaC analysis, Bicep templates.

182 installs/wk local only

Secure Privacy MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Secure Privacy MCP?
Secure Privacy MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package secure-privacy-mcp was installed 32 times last week.
How do I connect Secure Privacy MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls secure-privacy-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Secure Privacy MCP?
The npm package secure-privacy-mcp was installed 32 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Secure Privacy MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.