Webhook-tester MCP Server
🚀 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を削除する
⚙️ セットアップ
リポジトリをクローンする
依存関係をインストールする
pip install -r requirements.txt.envを構成する
🔍 Claudeを使ったテスト
claude_desktop_config.json ファイルを編集して、Claude Desktop がローカル サーバーを使用するように構成します。
{
"mcpServers": {
"webhook-tester-mcp": {
"command": "fastmcp",
"args": ["run", "{{fullPath}}\\Webhook-test_mcp\\server.py"]
}
}
} 🧪 サーバーのデモテスト

📄 ライセンス
このプロジェクトはMIT ライセンスに基づいてライセンスされています。
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceA FastMCP server that wraps a REST API as MCP tools, enabling AI agents to interact with the upstream API.
- AlicenseBqualityBmaintenanceSimple MCP server for GitHub operations, currently supports creating repositories.5118MIT
- AlicenseAqualityDmaintenanceMinimal MCP server for sending messages to Poke via the inbound webhook.18MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for sending notifications to ntfy.sh or self-hosted ntfy instances.19MIT
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.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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