Webhook Tester MCP Server
Interact with webhook-test.com to automate and manage webhook tokens, inspect incoming requests, and perform analytics.
🚀 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.
Serveurs connexes
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Servers Nix
A Nix-based configuration framework for deploying MCP servers with ready-to-use packages, supporting modular and reproducible builds.
Authless Remote MCP Server
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
MCP Aggregator
An MCP (Model Context Protocol) aggregator that allows you to combine multiple MCP servers into a single endpoint allowing to filter specific tools.
Valyu
Access Valyu's knowledge retrieval and feedback APIs.
SpecBridge
Automatically generates MCP tools from OpenAPI specifications by scanning a folder for spec files. No configuration is needed and it supports authentication via environment variables.
Locust MCP Server
An MCP server for running Locust load tests. Configure test parameters like host, users, and spawn rate via environment variables.
MCP Tools
A developer toolset for creating a real-time MCP server using the PHP Laravel framework, with GitHub integration.
Android ADB Server
Control Android devices using the Android Debug Bridge (ADB).
Data Structure Protocol (DSP)
Graph-based long-term memory skill for AI (LLM) coding agents — faster context, fewer tokens, safer refactors
Document Schema Specifications
A collection of document schemas for standardizing project documentation across various software projects.
