# regulatory-deadline [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/weiseer/regulatory-deadline-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/regulatory-deadline

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

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "regulatory-deadline": {
    "command": "npx",
    "args": ["-y","@weiseer/regulatory-deadline-mcp"]
  }
}
```

## Documentation & README

# @weiseer/regulatory-deadline-mcp

> FinCEN/SEC/EU AI Act/GDPR deadline tracker for AI agents. stdio MCP server.

Part of [weiseer](https://github.com/weiseer) — AI-agent-native cached oracles.

## Install

```bash
npm install -g @weiseer/regulatory-deadline-mcp
```

## Use with Claude Desktop / Cursor / Cline / Continue / Windsurf

```json
{
  "mcpServers": {
    "regulatory-deadline": {
      "command": "npx",
      "args": ["-y", "@weiseer/regulatory-deadline-mcp"]
    }
  }
}
```

## Why use this instead of your agent doing it itself

The DIY cost in token-spend, latency, and rate-limit risk is 100-1500x our cost. See the [weiseer organization README](https://github.com/weiseer/.github) for the economic argument.

## Environment

- `REG_URL` — override remote snapshot URL
- `REG_LOCAL_ONLY=1` — skip remote fetch

## License

Apache-2.0

