A
securityA
licenseA
qualityEnables sending messages to webhook endpoints through the MCP protocol, supporting custom content, display names, and avatar URLs.
Last updated -
1
62
7
JavaScript
MIT License
Uses .ENV for configuration management of the MCP server settings.
一个强大且模块化的 FastMCP 服务器,用于与 webhook-test.com 交互,旨在自动化和管理 Webhook 令牌(URL)、检查传入请求并执行分析 - 所有这些都无需编写自定义 API 集成。
该项目采用 FastMCP 框架构建,以公开模块化工具和资源,从而实现 webhook 的可观察性和管理。
Webhook 允许您的应用在服务之间发送和接收实时更新。发送时,您的应用可以在发生重要事件(例如新用户注册或状态更改)时将数据 POST 到 URL。接收时,您的应用会监听来自其他服务的 POST 请求,并对其发送的事件做出响应。这种设置比持续轮询更高效,非常适合触发操作、同步数据或保持系统同步。
✅ 创建新的 webhook
✅ 列出所有可用的 webhook
✅ 获取 webhook 的详细信息
✅ 获取 webhook 有效负载
✅ 删除 webhook
pip install -r requirements.txt
.env
该项目已获得MIT 许可。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Webhook 测试器 MCP 服务器