Catalog
io.github.geraservicesuk/mcp-geraguard
OfficialPrivacy protection: scans, tracker detection, data broker opt-outs.
Scan for privacy threats, detect trackers, and opt out from data brokers.
README not available yet.
Install
Configuration
Environment variables
GERAGUARD_API_URLBase URL for the PrivacyGuard API (defaults to https://api.geraguard.com)
claude_desktop_config.json
{
"mcpServers": {
"mcp-geraguard": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geraguard@0.1.1"
],
"env": {
"GERAGUARD_API_URL": "<YOUR_GERAGUARD_API_URL>"
}
}
}
}