A Model Context Protocol (MCP) server that sends webhook notifications when called.
Overview
What is Webhook MCP Server?
Webhook MCP Server is a Model Context Protocol (MCP) server designed to send webhook notifications when triggered. It allows integration with various services to notify users about the completion of long-running tasks.
How to use Webhook MCP Server?
To use the Webhook MCP Server, configure it with your desired webhook URL and integrate it with your AI assistant or other services. You can set it up using NPM or Docker, depending on your preference.
Key features of Webhook MCP Server?
- Sends webhook notifications upon being called.
- Supports configuration via NPM and Docker.
- Allows custom messages and external URLs in the webhook payload.
Use cases of Webhook MCP Server?
- Notifying users when a background task is completed.
- Integrating with services like Echobell for task completion alerts.
- Custom notifications for various applications and workflows.
FAQ from Webhook MCP Server?
- What is the required configuration?
You need to provide a
WEBHOOK_URLfor the notifications to be sent.
- Can I customize the webhook payload?
Yes! You can include optional parameters like
messageandurlin the payload.
- How do I run the server?
You can run the server using NPM or Docker commands as specified in the documentation.