Skip to main content
Glama

Webhook-tester MCP Server

by alimo7amed93

🚀 Webhook 测试器 MCP 服务器

一个强大且模块化的 FastMCP 服务器,用于与 webhook-test.com 交互,旨在自动化和管理 Webhook 令牌(URL)、检查传入请求并执行分析 - 所有这些都无需编写自定义 API 集成。

该项目采用 FastMCP 框架构建,以公开模块化工具和资源,从而实现 webhook 的可观察性和管理。

🛎️ Webhooks 101

Webhook 允许您的应用在服务之间发送和接收实时更新。发送时,您的应用可以在发生重要事件(例如新用户注册或状态更改)时将数据 POST 到 URL。接收时,您的应用会监听来自其他服务的 POST 请求,并对其发送的事件做出响应。这种设置比持续轮询更高效,非常适合触发操作、同步数据或保持系统同步。

📦功能和用例

✅ 创建新的 webhook
✅ 列出所有可用的 webhook
✅ 获取 webhook 的详细信息
✅ 获取 webhook 有效负载
✅ 删除 webhook

⚙️ 设置

  1. 克隆 repo
  2. 安装依赖项pip install -r requirements.txt
  3. 配置.env

🔍 使用 Claude 进行测试

  • 通过编辑 claude_desktop_config.json 文件配置 Claude Desktop 以使用本地服务器:
{ "mcpServers": { "webhook-tester-mcp": { "command": "fastmcp", "args": ["run", "{{fullPath}}\\Webhook-test_mcp\\server.py"] } } }

🧪 演示测试服务器

📄 许可证

该项目已获得MIT 许可

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Webhook 测试器 MCP 服务器

  1. 🛎️ Webhooks 101
    1. 📦功能和用例
      1. ⚙️ 设置
        1. 🔍 使用 Claude 进行测试
          1. 🧪 演示测试服务器
            1. 📄 许可证

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                Enables sending messages to webhook endpoints through the MCP protocol, supporting custom content, display names, and avatar URLs.
                Last updated -
                1
                31
                13
                JavaScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                An MCP server that enables posting messages to Discord webhooks, allowing customization of content, username, and avatar URL.
                Last updated -
                1
                0
                JavaScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                A 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 -
                Python
                MIT License

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/alimo7amed93/webhook-tester-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server