Create NTFY AccountTool to register a new user account on ntfy.
Create Web Push SubscriptionTool to register a web push subscription for browser notifications.
Delete Web Push SubscriptionTool to unregister a web push subscription from the ntfy server.
Fetch Cached MessagesTool to fetch cached messages from a ntfy topic.
Fetch Latest Message from TopicTool to fetch the most recent message from a topic's cache.
Fetch Scheduled MessagesTool to fetch messages scheduled for later delivery from a topic.
Get Account InformationTool to retrieve account data for authenticated user or anonymous user.
Get Server StatisticsTool to retrieve server statistics including message counts and publishing rates.
Get Service TiersTool to list all available ntfy service tiers with their limits and features.
Get File Attachment MetadataTool to get file attachment metadata from a message without downloading the file content.
Check NTFY Service HealthTool to check the health status of the ntfy service.
Poll Messages from TopicTool to poll for messages from an ntfy topic without maintaining a long-standing connection.
Publish Message as JSON to NTFYTool to publish messages as JSON to ntfy.
Publish Message to TopicTool to publish a message to a ntfy topic.
Publish Message to Topic (PUT)Tool to publish a message to a topic using PUT method.
Publish Message via GETTool to publish messages to ntfy via GET request with URL parameters.
Send Message via WebhookTool to send messages via webhook endpoint using simple GET request.
Subscribe to NTFY Topic with FiltersTool to subscribe to a ntfy topic with filters based on message fields (id, message, title, priority, tags).
Subscribe to Topic (JSON Stream)Tool to subscribe to a ntfy topic and receive messages as JSON stream.
Subscribe to Multiple NTFY TopicsTool to subscribe to multiple ntfy topics simultaneously using comma-separated topic list.
Subscribe to Topic (Raw Stream)Tool to subscribe to a topic and receive message bodies as raw text stream.
Trigger NTFY WebhookTool to trigger a webhook to publish a message to an ntfy topic via simple HTTP GET request.