Skip to main content
Glama
alimo7amed93

Webhook-tester MCP Server

by alimo7amed93

🚀 Webhook テスター MCP サーバー

webhook-test.com と対話するための強力でモジュール式の FastMCP サーバー。Webhook トークン (URL) の自動化と管理、受信リクエストの検査、分析の実行を目的として設計されており、カスタム API 統合を記述する必要はありません。

このプロジェクトは、モジュラー ツールとリソースを公開するための FastMCP フレームワークを使用して構築されており、Webhook の監視と管理を可能にします。

🛎️ Webhook 101

Webhookを使用すると、アプリはサービス間でリアルタイムの更新を送受信できます。送信時には、新規ユーザーのサインアップやステータスの変更など、重要なイベントが発生するたびに、アプリはURLにデータをPOST送信できます。受信時には、アプリは他のサービスからのPOSTリクエストをリッスンし、そこから送信されるイベントに反応します。この設定は、継続的なポーリングよりもはるかに効率的で、アクションのトリガー、データの同期、システムの同期維持に最適です。

Related MCP server: GitHub MCP Server

📦 機能とユースケース

✅ 新しいウェブフックを作成する
✅ 利用可能なすべてのWebhookを一覧表示する
✅ Webhookの詳細を取得する
✅ Webhook ペイロードを取得する
✅ Webhookを削除する

⚙️ セットアップ

  1. リポジトリをクローンする

  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