Mcp Notification Sender
Pricing
Pay per usage
Mcp Notification Sender
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Donny Nguyen
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
An MCP (Model Context Protocol) server for sending notifications from AI agents. Send webhooks, Slack messages, and email alerts triggered by scraping results, data changes, or custom conditions. Integrates seamlessly into automated AI workflows.
Features
- Send HTTP webhook notifications to any endpoint
- Post messages to Slack via incoming webhooks
- Record email notification intents for external processing
- Custom JSON payloads for flexible notification formats
- Custom HTTP headers for authentication and routing
- Structured delivery status tracking with status codes
- MCP-compatible interface for AI agent integration
How It Works
The actor accepts a notification type, target URL, and message. For webhooks, it sends an HTTP POST request with the message and optional custom payload. For Slack, it uses Slack's incoming webhook format. All notifications are logged with delivery status, response codes, and timestamps for auditing and debugging.
Input Configuration
| Parameter | Type | Default | Description |
|---|---|---|---|
type | string | webhook | Notification type: webhook, slack, or email |
url | string | https://httpbin.org/post | Target webhook or Slack webhook URL |
message | string | New data available | Notification message text |
payload | object | {} | Custom JSON payload to include |
headers | object | {} | Custom HTTP headers |
Output Format
Each notification attempt produces a dataset entry with:
type- Notification type usedtarget- The target URL or endpointstatus- Delivery status (sent, failed, error, recorded)statusCode- HTTP response status codemessage- The notification message sentsentAt- ISO timestamp of the send attempt
Use Cases
- Data Change Alerts: Notify when scraped data changes (price drops, new listings)
- Pipeline Notifications: Send status updates between workflow stages
- Slack Integration: Post scraping results directly to Slack channels
- Webhook Triggers: Trigger downstream automations via webhook
- Monitoring Alerts: Alert teams when monitoring thresholds are exceeded
API Integration
Call this actor via the Apify API or through the MCP server endpoint for AI agent access. Configure webhooks once and trigger notifications programmatically from any automation pipeline.
Pricing
This actor uses pay-per-event pricing. Each notification send counts as one event. Visit the Apify platform for current pricing details.