🚀 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
- Clone the repo
- Install dependencies
pip install -r requirements.txt - 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.
Recommend MCP Servers 💡
sadeghtkd/ping-mcp-server
A MCP server that enables Claude to perform network connectivity tests and ping operations via SSE.
pinner-mcp
MCP server that pins 3rd party dependencies to immutable digests for Docker base images and GitHub Actions
ArisaTaki/MCP-study
一个使用TypeScript实现的简单MCP服务器示例,提供数字加法功能。
ancestry-mcp
Ancestry MCP server made with Python that allows interactability with .ged (GEDCOM) files
GeoDataProcessor-MCP
基于MCP协议的地理数据处理服务器,提供地理数据处理工具接口,支持大型语言模型调用WhiteBox和SAGA GIS等服务。
salaah-mcp
MCP service providing Islamic prayer times calculations and related Islamic astronomical information
