🚀 Webhook 测试器 MCP 服务器
一个强大且模块化的 FastMCP 服务器,用于与 webhook-test.com 交互,旨在自动化和管理 Webhook 令牌(URL)、检查传入请求并执行分析 - 所有这些都无需编写自定义 API 集成。
该项目采用 FastMCP 框架构建,以公开模块化工具和资源,从而实现 webhook 的可观察性和管理。
🛎️ Webhooks 101
Webhook 允许您的应用在服务之间发送和接收实时更新。发送时,您的应用可以在发生重要事件(例如新用户注册或状态更改)时将数据 POST 到 URL。接收时,您的应用会监听来自其他服务的 POST 请求,并对其发送的事件做出响应。这种设置比持续轮询更高效,非常适合触发操作、同步数据或保持系统同步。
📦功能和用例
✅ 创建新的 webhook
✅ 列出所有可用的 webhook
✅ 获取 webhook 的详细信息
✅ 获取 webhook 有效负载
✅ 删除 webhook
⚙️ 设置
- 克隆 repo
- 安装依赖项
pip install -r requirements.txt
- 配置
.env
🔍 使用 Claude 进行测试
- 通过编辑 claude_desktop_config.json 文件配置 Claude Desktop 以使用本地服务器:
🧪 演示测试服务器
📄 许可证
该项目已获得MIT 许可。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Webhook 测试器 MCP 服务器
Related MCP Servers
- AsecurityAlicenseAqualityEnables sending messages to webhook endpoints through the MCP protocol, supporting custom content, display names, and avatar URLs.Last updated -13113JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that enables posting messages to Discord webhooks, allowing customization of content, username, and avatar URL.Last updated -10JavaScriptMIT License
- -securityAlicense-qualitydingding webhook mcp serverLast updated -18GoGPL 3.0
- -securityAlicense-qualityA test server implementing all features of the MCP protocol, including prompts, tools, resources, and sampling, designed for testing MCP clients rather than practical applications.Last updated -PythonMIT License