notification-ai-mcp
v1.0.0
Published
Notification Ai tools for AI agents. Capabilities: send webhook, send desktop notification, schedule notification. Built by MEOK AI Labs.
Readme
Notification AI
By MEOK AI Labs — Send notifications via webhooks
Installation
pip install notification-ai-mcpUsage
python server.pyTools
send_webhook
Send a webhook notification to a specified URL.
Parameters:
url(str): Webhook URLpayload(str): JSON payload to send
send_desktop_notification
Send a desktop notification.
Parameters:
title(str): Notification titlemessage(str): Notification message
schedule_notification
Schedule a notification to be sent after a delay.
Parameters:
message(str): Notification messagedelay_seconds(int): Delay in seconds (default: 60)
list_notification_history
List recent notification history.
Parameters:
limit(int): Maximum entries to return (default: 10)
Authentication
Free tier: 30 calls/day. Upgrade at meok.ai/pricing for unlimited access.
License
MIT — MEOK AI Labs
