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.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Alpha Vantage MCP Server
ผู้สนับสนุนAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Github OAuth
An MCP server with built-in GitHub OAuth support, deployable on Cloudflare Workers.
Dev.to MCP Server
An MCP server for the Dev.to API to search, browse, read, and create content on the platform.
AgentSeal
Every agent action is recorded in a SHA-256 hash chain; with this, you can actually prove to clients that your agent did what it said it did
mcdev-mcp
An MCP server that helps coding agents to work with Minecraft mod development
MCP Host
A host for running multiple MCP servers, such as a calculator and an IP location query server, configured via a JSON file.
Bifrost VSCode Dev Tools
Exposes VSCode dev tools features to MCP clients, with support for project-specific configurations.
ArchiveNet
A context insertion and search server for Claude Desktop and Cursor IDE, using configurable API endpoints.
Email MCP Server by Sidemail
Let AI agents write & manage your SaaS emails
UIAutomator2 MCP Server
Automate and control Android devices using the UIAutomator2 framework.
공공 API 연동 MCP 샘플
Integrates the Korea Meteorological Administration's public weather API to provide climate data.
