π Webhook Tester MCP Server
About
Interact with webhook-test.com to automate and manage webhook tokens, inspect incoming requests, and perform analytics.
Details
- Author
- alimo7amed93
- Downloads
- 208
- Categories
- Developer Tools, API, Other
Jump to
- Create new webhooks
- List all available webhooks
- Fetch webhook details
- Fetch webhook payloads
- Delete webhooks
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
π Webhook Tester MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repo, install dependencies with pip install -r requirements.txt, and configure a .env file. For use with Claude Desktop, add a configuration entry to the claude_desktop_config.json file.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\ud83d\ude80 webhook tester mcp server": {
"webhook-tester-mcp": {
"command": "fastmcp",
"args": [
"run",
"{{fullPath}}\\Webhook-test_mcp\\server.py"
]
}
}
}
}
McpServers
{
"webhook-tester-mcp": {
"command": "fastmcp",
"args": [
"run",
"{{fullPath}}\\Webhook-test_mcp\\server.py"
]
}
}
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 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.
β
Create new webhooks
β
List all available webhooks
β
Fetch webhook's details
β
Fetch webhook payloads
β
Delete webhooks
- Clone the repo
- Install dependenciespip install -r requirements.txt
- Configure.env
- 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"] } } }
This project is licensed under theMIT License.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
An MCP server for interacting with the Postman API, requiring an API key.
Integration with QA Sphere test management system, enabling LLMs to discover, summarize, and interact with test cases directly from AI-powered IDEs
Adds possibility to work with testing management via MCP
An enhanced Apifox MCP service providing comprehensive API management capabilities for Claude Desktop and Cursor.
This MCP Server accepts swagger/postman documents as input. It then generates API & Load test scenarios, executes the tests and generates the execution report.
A Model Context Protocol (MCP) server for creating, managing, and executing Bruno API testing collections. Supports both .bru and .yml (opencollection) formats with built-in security hardening.
Execute Bruno collections using the Bruno CLI, with support for environment files and detailed test results.
Query the BuiltWith API to discover the technology stacks of websites. Requires a BuiltWith API key.
An MCP server for Factifai, enabling integration with any MCP-compatible AI tool to create and retrieve test results asynchronously.
GadgetHumans API Hub β 24 Free MCP Tools
24 free MCP tools for AI agents β weather, crypto, search, DNS, QR codes, passwords, UUIDs, hashes, math, currency, geocoding, affiliate product search. Free tier: 100 requests/day. Pro: $2.99/mo.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





