loading…
Search for a command to run...
loading…
Regulatory Webhook - MCP server providing AI-powered tools and automation by MEOK AI Labs
Regulatory Webhook - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for regulatory webhook mcp operations
Regulatory Webhook MCP provides AI-powered tools via the Model Context Protocol (MCP).
| 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. |
pip install meok-regulatory-webhook-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"regulatory-webhook-mcp": {
"command": "python",
"args": ["-m", "meok_regulatory_webhook_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 9 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"regulatory-webhook-mcp": {
"command": "npx",
"args": []
}
}
}