webhook-tester-mcp
FastMCP server for managing and testing webhooks via webhook-test.com API
Documentation
๐ 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

๐ License
This project is licensed under the MIT License.
Frequently asked questions
What is webhook-tester-mcp?
webhook-tester-mcp is FastMCP server for managing and testing webhooks via webhook-test.com API
How do I install webhook-tester-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is webhook-tester-mcp open source?
Yes โ it is hosted on GitHub at https://github.com/alimo7amed93/webhook-tester-mcp and has 7 stars.
Related MCP tools
AWS MCP Servers โ helping you get the most out of AWS, wherever you use MCP. Python-based implementation. Trusted by 6900+ developers.
A simple, secure MCP-to-OpenAPI proxy server Python-based implementation. Trusted by 3500+ developers. Trusted by 3500+ developers.
MCP server that interacts with Obsidian via the Obsidian rest API community plugin Python-based implementation. Trusted by 2300+ developers.
Default Configuration: MCP CLI defaults to using Ollama with the gpt-oss reasoning model for local, privacy-focused operation without requiring API keys.
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP server for long term agent memory with Mem0. Also useful as a template to get you started building your own MCP server with Python!
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP