Integrations
Uses .ENV for configuration management of the MCP server settings.
🚀 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:
🧪 Demo testing the Server
📄 License
This project is licensed under the MIT License.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Webhook-tester MCP Server
Related MCP Servers
- AsecurityAlicenseAqualityEnables sending messages to webhook endpoints through the MCP protocol, supporting custom content, display names, and avatar URLs.Last updated -1627JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that enables posting messages to Discord webhooks, allowing customization of content, username, and avatar URL.Last updated -10JavaScriptMIT License
- -securityAlicense-qualitydingding webhook mcp serverLast updated -18GoGPL 3.0
- -securityAlicense-qualityA test server implementing all features of the MCP protocol, including prompts, tools, resources, and sampling, designed for testing MCP clients rather than practical applications.Last updated -TypeScriptMIT License