Server data from the Official MCP Registry
Webhook Ai tools for AI agents. Capabilities: validate webhook signature, log webhook event, replay
Webhook Ai tools for AI agents. Capabilities: validate webhook signature, log webhook event, replay
The webhook-ai-mcp server implements authentication and rate limiting via auth_middleware.py, but contains several security concerns that warrant attention. The server lacks input validation on webhook payloads and signature data, stores sensitive operational data (event logs, endpoints, audit trails) in user home directories without encryption, and relies on a home-directory-based authentication system that is easily bypassable. While the authentication middleware provides a structure for tiered access, it is not enforced at the transport layer, allowing unauthenticated access to all tools if the API key parameter is omitted. Additionally, the code contains hardcoded monetization URLs and some practices that weaken the security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 17 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-csoai-org-webhook-ai-mcp": {
"args": [
"-y",
"webhook-ai-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.