loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

webhook-tester-mcp

MCP Tool

alimo7amed93/webhook-tester-mcp

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

Install

$ npx loaditout add alimo7amed93/webhook-tester-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "webhook-tester-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "webhook-tester-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

๐Ÿš€ 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

[](https://www.youtube.com/watch?v=nGRlQtRlDA4)

๐Ÿ“„ License

This project is licensed under the MIT License.

Reviews

Loading reviews...

Quality Signals

Quality Score3000
8
Stars
0
Installs
Last updated360 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/25/2025
View on GitHubโ†’

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/alimo7amed93/webhook-tester-mcp)](https://loaditout.ai/skills/alimo7amed93/webhook-tester-mcp)