Webhook Tools
Freeby MCP Community
Webhook management and testing tools for AI agents via MCP
v1.0.2Added Apr 12, 2026
mcpwebhooktestingai-agents
Webhook Tools MCP Server
Webhook management and testing tools for AI agents via MCP
Installation
npx -y @rog0x/mcp-webhook-tools
Reviews
Installation
Quick install
npx -y @rog0x/mcp-webhook-tools
Add to claude_desktop_config.json
{
"mcpServers": {
"webhook-tools": {
"command": "npx",
"args": ["-y", "@rog0x/mcp-webhook-tools"]
}
}
}