Skip to main content
Glama
alimo7amed93

Webhook-tester MCP Server

by alimo7amed93

🚀 Webhook 测试器 MCP 服务器

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

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

🛎️ Webhooks 101

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

Related MCP server: GitHub MCP Server

📦功能和用例

✅ 创建新的 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 许可

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server for URL shortening and management

  • A basic MCP server to operate on the Postman API.

  • MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.

View all MCP Connectors

Latest Blog Posts

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