MCP.so
ログイン

🚀 Webhook Tester MCP Server

@alimo7amed93

🚀 Webhook Tester MCP Server について

FastMCP server for managing and testing webhooks via webhook-test.com API

基本情報

カテゴリ

開発者ツール

ランタイム

python

トランスポート

stdio

公開者

alimo7amed93

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "webhook-tester-mcp": {
      "command": "fastmcp",
      "args": [
        "run",
        "{{fullPath}}\\Webhook-test_mcp\\server.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is 🚀 Webhook Tester MCP Server?

A FastMCP server for interacting with webhook-test.com. It automates management of Webhook tokens (URLs), inspection of incoming requests, and analytics without custom API integrations. Built for developers needing webhook observability and management.

How to use 🚀 Webhook Tester MCP Server?

Clone the repo, install dependencies with pip install -r requirements.txt, and configure a .env file. For use with Claude Desktop, add a configuration entry to the claude_desktop_config.json file.

Key features of 🚀 Webhook Tester MCP Server

  • Create new webhooks
  • List all available webhooks
  • Fetch webhook details
  • Fetch webhook payloads
  • Delete webhooks

Use cases of 🚀 Webhook Tester MCP Server

  • Automate creation and management of webhook tokens
  • Inspect incoming webhook requests without manual API calls
  • Analyze webhook payloads for debugging
  • Clean up expired or unwanted webhook tokens
  • Integrate webhook testing into CI/CD workflows

FAQ from 🚀 Webhook Tester MCP Server

How do I install dependencies?

Run pip install -r requirements.txt in the cloned repo.

How do I configure the server for Claude Desktop?

Edit the claude_desktop_config.json file with the command fastmcp and arguments pointing to the server.py file.

What license is the project under?

The project is licensed under the MIT License.

コメント

「開発者ツール」の他のコンテンツ