Server data from the Official MCP Registry
An MCP server that automatically integrate GDPR-compliant cookie consent banners into websites
An MCP server that automatically integrate GDPR-compliant cookie consent banners into websites
Valid MCP server (1 strong, 2 medium validity signals). 10 known CVEs in dependencies (0 critical, 5 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
3 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Add this to your MCP configuration file:
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"secure-privacy-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
A remote Model Context Protocol (MCP) server that enables AI agents like Claude Desktop, GitHub Copilot, and Cursor to automatically integrate GDPR-compliant cookie consent banners into websites with a single command.
Built on Cloudflare Workers, this MCP server provides a one-click solution for implementing Secure Privacy's cookie consent management platform, handling domain registration, template assignment, and script injection seamlessly.
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to external tools and data sources. It allows AI agents to perform actions on your behalf, making complex multi-step workflows as simple as a single conversational request.
install_secure_privacy_bannerFully install Secure Privacy cookie banner on a website in one step. This is the primary tool that orchestrates the entire installation process.
What it does:
Response includes:
Simply ask your AI agent in natural language:
"Add a cookie banner to my website"
"Make my site GDPR compliant"
"Install Secure Privacy on my website"
"I need cookie consent management"
The AI will automatically use the Secure Privacy MCP to set everything up and provide you with the script tag to add to your website.
Install the mcp-remote proxy:
npm install -g mcp-remote
Open Claude Desktop and go to Settings > Developer > Edit Config
Add this configuration:
{
"mcpServers": {
"secure-privacy": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.secureprivacy.ai/sse"
]
}
}
}
Restart Claude Desktop
Start using it! Ask Claude: "Add a cookie banner to my website"
Install the mcp-remote package globally:
npm install -g mcp-remote
Open VS Code Settings (JSON) and add the MCP configuration:
{
"github.copilot.chat.mcp.servers": {
"secure-privacy": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.secureprivacy.ai/sse"
]
}
}
}
Restart VS Code
Use Copilot Chat and ask: "Add Secure Privacy cookie banner to my site"
Install the mcp-remote proxy:
npm install -g mcp-remote
Open Cursor Settings and navigate to the MCP configuration
Add the Secure Privacy MCP server:
{
"mcpServers": {
"secure-privacy": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.secureprivacy.ai/sse"
]
}
}
}
Restart Cursor
Chat with the AI and request: "Install cookie consent on my website"
If the MCP server doesn't appear in your AI client:
https://mcp.secureprivacy.ai/ssemcp-remote is properly installed by running: npm list -g mcp-remotemcp-remote: npm install -g mcp-remoteIf you see a message that the script is already present, that's normal! The MCP automatically detects existing Secure Privacy installations and won't duplicate the script tag.
Deploy to Cloudflare Workers:
Or use the command line:
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless
To add your own tools to the MCP server, define each tool inside the init() method of src/index.ts using this.server.tool(...).
You can test your MCP server from the Cloudflare AI Playground:
mcp.secureprivacy.ai/sse)For additional support:
See LICENSE file for details.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.