Skip to content

alimo7amed93/webhook-tester-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ 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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages