If you're building AI agents that need to stay on top of compliance calendars across FinCEN, SEC, EU AI Act, or GDPR, this server gives you a cached oracle instead of burning tokens on repeated web searches. It's part of the weiseer project, which argues that fetching regulatory deadlines yourself costs 100 to 1500 times more in API calls and latency than hitting their pre-indexed snapshots. You run it via npx, point your MCP client at it, and your agent can query upcoming deadlines without the rate limit anxiety. The server pulls from a remote snapshot by default, but you can override the URL or run it fully offline if you're paranoid about external dependencies.
FinCEN/SEC/EU AI Act/GDPR deadline tracker for AI agents. stdio MCP server.
Part of weiseer — AI-agent-native cached oracles.
npm install -g @weiseer/regulatory-deadline-mcp
{
"mcpServers": {
"regulatory-deadline": {
"command": "npx",
"args": ["-y", "@weiseer/regulatory-deadline-mcp"]
}
}
}
The DIY cost in token-spend, latency, and rate-limit risk is 100-1500x our cost. See the weiseer organization README for the economic argument.
REG_URL — override remote snapshot URLREG_LOCAL_ONLY=1 — skip remote fetchApache-2.0
REG_URLOverride remote snapshot URL
REG_LOCAL_ONLYSkip remote fetch