What is the regulatory-deadline MCP server?
FinCEN/SEC/EU AI Act/GDPR deadline tracker for AI agents.
How to install regulatory-deadline
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
REG_URLOverride remote snapshot URL
REG_LOCAL_ONLYSkip remote fetch
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"regulatory-deadline": {
"command": "npx",
"args": [
"-y",
"@weiseer/regulatory-deadline-mcp"
],
"env": {
"REG_URL": "<YOUR_REG_URL>",
"REG_LOCAL_ONLY": "<YOUR_REG_LOCAL_ONLY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"regulatory-deadline": {
"command": "npx",
"args": [
"-y",
"@weiseer/regulatory-deadline-mcp"
],
"env": {
"REG_URL": "<YOUR_REG_URL>",
"REG_LOCAL_ONLY": "<YOUR_REG_LOCAL_ONLY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"regulatory-deadline": {
"command": "npx",
"args": [
"-y",
"@weiseer/regulatory-deadline-mcp"
],
"env": {
"REG_URL": "<YOUR_REG_URL>",
"REG_LOCAL_ONLY": "<YOUR_REG_LOCAL_ONLY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"regulatory-deadline": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@weiseer/regulatory-deadline-mcp"
],
"env": {
"REG_URL": "<YOUR_REG_URL>",
"REG_LOCAL_ONLY": "<YOUR_REG_LOCAL_ONLY>"
}
}
}
}Claude Code
claude mcp add regulatory-deadline --env REG_URL=<YOUR_REG_URL> --env REG_LOCAL_ONLY=<YOUR_REG_LOCAL_ONLY> -- npx -y @weiseer/regulatory-deadline-mcpRelated MCP servers
SDK breaking-change tracker for AI agents — Anthropic/OpenAI/LangChain/MCP/Mistral.
View repository →Live coding-bounty deal-flow from verified-escrow GitHub bounties for AI agents.
View repository →Recent CVE + GHSA cache for AI agents auditing dependencies (npm/PyPI/Cargo/Maven/Go).
View repository →Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.
View repository →