Back to Catalog

webhook-tester-mcp

alimo7amed93/webhook-tester-mcp
๐Ÿ”— Latest commit:0bc2af6
๐Ÿ•’ Updated:Sep 9, 2025, 01:05 PM
Python
Development

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

MCP Trust Score
Based on our comprehensive evaluation criteria
๐Ÿค– Evaluated by gemini-2.5-flashFix
Trust Score52/100
GitHub Metrics
Repository statistics and activity
โญ GitHub Stars:5
๐Ÿ‘ฅ Contributors:1
๐Ÿ“‹ Total Issues:0
๐Ÿ“ฆ Has Releases:No
๐Ÿ”ง Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
๐Ÿค– Evaluated by gemini-2.5-flashFix
{
  "webhook-tester-mcp": {
    "command": "fastmcp",
    "args": [
      "run",
      "{{fullPath}}\\Webhook-test_mcp\\server.py"
    ],
    "env": {}
  }
}
MCP Protocol Support
Implemented MCP protocol features
๐Ÿค– Evaluated by gemini-2.5-flashFix
Tools:โœ“
Prompts:โœ—
Resources:โœ“
Sampling:โœ—
Roots:โœ—
Logging:โœ—
STDIO Transport:โœ“
HTTP Transport:โœ“
OAuth2 Auth:โœ—
Dependencies
3 dependencies
Libraries and frameworks used by this MCP server
๐Ÿค– Evaluated by gemini-2.5-flashFix
Add Quality Badge
Show your MCP trust score in your README
Trust Score Badge
[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/alimo7amed93/webhook-tester-mcp)](https://archestra.ai/mcp-catalog/alimo7amed93__webhook-tester-mcp)
README.md

๐Ÿš€ Webhook Tester MCP Server

A powerful and modular FastMCP server for interacting with webhook-test.com, designed to automate and manage Webhook tokens (URLs), inspect incoming requests, and perform analytics โ€” all without writing custom API integrations.

Built with the FastMCP framework to expose modular tools and resources, this project enables webhook observability and management.

๐Ÿ›Ž๏ธ Webhooks 101

Webhooks let your app send and receive real-time updates between services. When sending, your app can POST data to a URL whenever something important happens โ€” like a new user signup or a status change. When receiving, your app listens for incoming POST requests from other services and reacts to the events they send. This setup is way more efficient than constant polling and is perfect for triggering actions, syncing data, or keeping systems in sync.

๐Ÿ“ฆ Features & Use Cases

โœ… Create new webhooks
โœ… List all available webhooks
โœ… Fetch webhook's details
โœ… Fetch webhook payloads
โœ… Delete webhooks

โš™๏ธ Setup

  1. Clone the repo
  2. Install dependencies pip install -r requirements.txt
  3. Configure .env

๐Ÿ” Testing Using Claude

  • Configure Claude Desktop to use the local server by editing your claude_desktop_config.json file:
{
    "mcpServers": {
      "webhook-tester-mcp": {
        "command": "fastmcp",
        "args": ["run", "{{fullPath}}\\Webhook-test_mcp\\server.py"]
      }
    }
  } 

๐Ÿงช Demo testing the Server

Watch the video

๐Ÿ“„ License

This project is licensed under the MIT License.

webhook-tester-mcp MCP Server | Documentation & Integration | Archestra