Skip to content
Grok

regulatory-deadline for Grok

io.github.weiseer/regulatory-deadline

FinCEN/SEC/EU AI Act/GDPR deadline tracker for AI agents.

client:Grok transport:stdio runtime:npm

Install regulatory-deadline in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "regulatory-deadline": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/regulatory-deadline-mcp"
      ],
      "env": {
        "REG_URL": "<REG_URL>",
        "REG_LOCAL_ONLY": "<REG_LOCAL_ONLY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

regulatory-deadline in other clients