This MCP webhook server, developed by kevinwatt, enables AI agents to send messages to external webhook endpoints. Built with TypeScript and leveraging the Model Context Protocol SDK, it provides a simple interface for posting customizable messages. The implementation focuses on flexibility, allowing users to specify content, username, and avatar for each message. It's particularly useful for integrating AI-driven notifications into existing workflows, enabling use cases such as automated alerts, chat integrations, and system notifications without directly dealing with webhook API complexities. The server's design emphasizes ease of configuration and deployment, making it suitable for both development and production environments.
Send message to webhook endpoint. Inputs: content (string, required): Message content to send, username (string, optional): Display name, avatar_url (string, optional): Avatar URL
No reviews yet. Be the first to review!
Sign in to join the conversation