Catalog
MCP Geracompliance
Officialby geraservicesuk
EU AI Act and GDPR compliance: checks, audits, generate policies.
Assess EU AI Act and GDPR compliance, run audits, and generate policies.
README not available yet.
Install
Configuration
Environment variables
GERACOMPLIANCE_API_URLBase URL for the EU Compliance API (defaults to https://api.geracompliance.com)
claude_desktop_config.json
{
"mcpServers": {
"mcp-geracompliance": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geracompliance@0.1.1"
],
"env": {
"GERACOMPLIANCE_API_URL": "<YOUR_GERACOMPLIANCE_API_URL>"
}
}
}
}