Send messages or JSON payloads to multiple webhook services through one interface.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "webhook-mcp" yet — see the docs or source repo.
Use the send_message tool to send this message to a Slack webhook: 'Production deployment for version v2.3.1 is complete. Released by Wang at 18:30.'
The tool successfully sends a deployment notification message to the specified Slack webhook.
Use the send_json tool to send this JSON to a Teams webhook: {"title":"CPU Alert","service":"api-gateway","usage":92,"severity":"high"}.The tool POSTs structured alert data to the Teams webhook for team alert notifications.
Use the send_json tool to send an order event to a generic webhook URL: {"event":"order_paid","orderId":"A12345","amount":299,"currency":"CNY"}.The tool sends the order event as a POST request to the target webhook for downstream processing.
Send, validate, generate, and debug webhooks for AI agent workflows.
Send Slack messages securely through MCP with bot or user token modes.
Integrate Slack via MCP tools and webhooks for collaboration and automation.
Enable AI agents to send, receive, and manage email workflows programmatically.
Send Telegram messages through MCP with HTML and Markdown formatting support.
Build a lightweight HTTP MCP server with Bun for tool discovery and execution.