- Home
- MCP servers
- Secure Privacy
Secure Privacy
- typescript
0
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You deploy a Secure Privacy MCP Server to enable AI agents to automatically install GDPR-compliant cookie consent banners on your website with a single command. This server handles domain registration, template assignment, and script injection, providing a streamlined path for effortless cookie consent management.
How to use
You use an MCP client to interact with the Secure Privacy MCP Server. With a supported AI agent, you can request installation of a cookie banner, domain registration, template assignment, and the integration script in one streamlined action. The server takes care of configuring consent modes and ensuring GDPR compliance as part of the process.
How to install
Prerequisites: ensure you have a modern Node.js runtime and a compatible MCP client installed. You will also need a working website where the banner will be deployed.
Install the MCP client proxy and configure your client to reach the Secure Privacy MCP endpoint. The following setup is shown for supported clients.
# Install the mcp-remote proxy globally
npm install -g mcp-remote
# Claude Desktop configuration
# Add this in Settings > Developer > Edit Config
{
"mcpServers": {
"secure-privacy": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.secureprivacy.ai/sse"
]
}
}
}
# GitHub Copilot (VS Code) configuration
# Add this to VS Code Settings (JSON)
{
"github.copilot.chat.mcp.servers": {
"secure-privacy": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.secureprivacy.ai/sse"
]
}
}
}
# Cursor configuration
# Add this in Cursor MCP settings
{
"mcpServers": {
"secure-privacy": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.secureprivacy.ai/sse"
]
}
}
}
Troubleshooting
If the MCP server does not appear in your AI client, verify the MCP URL and restart the client after updating configuration. Ensure the global mcp-remote package is installed and available.
Common checks include validating the MCP URL, re-installing the proxy, and confirming your client supports MCP.
Notes on usage and behavior
Once configured, you can prompt your AI agent with natural language requests like installing a cookie banner or making a site GDPR compliant. The agent will invoke the Secure Privacy MCP to register your domain, assign all available banner templates, generate the integration script tag, and configure consent modes according to Google, Microsoft, Meta, and others.
Available tools
install_secure_privacy_banner
Fully install Secure Privacy cookie banner on a website in one step. This tool registers a domain, assigns all available cookie banner templates, generates the integration script tag, and configures consent modes such as Google Consent Mode, Microsoft UET, and Meta.