Catalog
io.github.rikocr8orh8/regulatory-signals
OfficialAudit GitHub repos for security, compliance, and EU AI Act exposure from Claude or Cursor.
Audit GitHub repos for security, compliance and EU AI Act regulatory exposure.
README not available yet.
Install
Configuration
Environment variables
REGULATORY_SIGNALS_API_KEYsecretYour Regulatory Signals API key — get one at regulatorysignals.com/dashboard
claude_desktop_config.json
{
"mcpServers": {
"regulatory-signals": {
"command": "npx",
"args": [
"-y",
"@regulatorysignals/mcp@0.1.2"
],
"env": {
"REGULATORY_SIGNALS_API_KEY": "<YOUR_REGULATORY_SIGNALS_API_KEY>"
}
}
}
}