Webhook 测试器 MCP 服务器是一款强大且模块化的 FastMCP 服务器,它能与 webhook - test.com 进行交互。该服务器可实现网络钩子(URL)的自动化管理,检查传入请求并执行分析,无需编写自定义 API 集成,为网络钩子的管理和观察提供了便利。
本服务器基于 FastMCP 框架构建,通过暴露模块化工具和资源,让网络钩子的可观察性和管理成为现实。若你想使用该服务器,可按以下步骤操作:
pip install -r requirements.txt。.env 文件。pip install -r requirements.txt。.env 文件。在 Claude Desktop 中配置以使用本地服务器,需编辑您的 claude_desktop_config.json 文件:
{
"mcpServers": {
"webhook-tester-mcp": {
"command": "fastmcp",
"args": ["run", "{{fullPath}}\\Webhook-test_mcp\\server.py"]
}
}
}
你可以通过观看演示测试服务器的视频,更直观地了解服务器的使用,点击下方图片即可观看:

该项目在 MIT License 下开源。