⚡
io.github.CSOAI-ORG/regulatory-webhook-mcp
MCP server for regulatory webhook. Features subscribe, get recent changes, check for updates...
0 installs
Trust: 37 — Low
Automation
Ask AI about io.github.CSOAI-ORG/regulatory-webhook-mcp
Powered by Claude · Grounded in docs
I know everything about io.github.CSOAI-ORG/regulatory-webhook-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Overview
Regulatory Webhook MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
subscribe | Subscribe to regulatory update notifications for specific frameworks. |
unsubscribe | Unsubscribe from regulatory updates. |
get_recent_changes | Get recent regulatory changes for specified frameworks. |
check_for_updates | Check if monitored frameworks have recent updates. |
register_webhook | Register a webhook for regulatory notifications. |
trigger_webhook | Manually trigger a webhook with payload. |
get_subscribers | List all webhook subscribers (admin only). |
list_webhooks | List all registered webhooks. |
get_framework_newsletter_summary | Get a newsletter-ready summary of recent regulatory changes. |
Installation
pip install meok-regulatory-webhook-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"regulatory-webhook-mcp": {
"command": "python",
"args": ["-m", "meok_regulatory_webhook_mcp.server"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 9 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
