Skip to main content
Ntfy logo

Ntfy

Send push notifications to your phone or desktop via PUT/POST

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Ntfy authenticates with an API key. Generate the credential in your Ntfy account, then paste it into FlyMyAI the first time an agent uses a Ntfy action.

Get your Ntfy credential →

Fields to fill in FlyMyAI

FieldDetails
Server URLYour ntfy server URL (default: https://ntfy.sh for public service, or your self-hosted instance URL) (required)
UsernameYour ntfy username for authentication (required)
PasswordYour ntfy password for authentication (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
NTFY_CREATE_ACCOUNTTool to register a new user account on ntfy. Use when you need to create a new user account on the ntfy.sh hosted service. Note: This endpoint is not available on self-hosted instances unless signup is explicitly enabled in the server configuration.username, password
NTFY_CREATE_WEBPUSH_SUBSCRIPTIONTool to register a web push subscription for browser notifications. Use when you need to enable push notifications from ntfy topics through a browser's native push notification system.endpoint, auth, p256dh
NTFY_DELETE_WEBPUSH_SUBSCRIPTIONTool to unregister a web push subscription from the ntfy server. Use when you need to remove browser push notifications for a previously registered endpoint.endpoint
NTFY_FETCH_CACHED_MESSAGESTool to fetch cached messages from a ntfy topic. Use when you need to retrieve previously sent messages stored on the server. Supports filtering by time (duration or timestamp), message ID, content, title, priority, and tags. Set poll=1 to return immediately…topic
NTFY_FETCH_LATEST_MESSAGETool to fetch the most recent message from a topic's cache. Use when you need to retrieve the latest message without subscribing to the topic stream.topic
NTFY_FETCH_SCHEDULED_MESSAGESTool to fetch messages scheduled for later delivery from a topic. Use when you need to retrieve messages that are set to be delivered at a future date. The poll=1 and scheduled=1 parameters are automatically set to retrieve cached scheduled messages in a sing…topic
NTFY_GET_ACCOUNTTool to retrieve account data for authenticated user or anonymous user. Use when you need to get account information, limits, statistics, or tier details.-
NTFY_GET_STATSTool to retrieve server statistics including message counts and publishing rates. Use when you need to monitor ntfy server activity and get metrics about message volume.-
NTFY_GET_TIERSTool to list all available ntfy service tiers with their limits and features. Use when you need to retrieve subscription tier information including pricing and usage limits. Requires that payments are enabled on the server.-
NTFY_HEAD_FILETool to get file attachment metadata from a message without downloading the file content. Use when you need to check file size, content type, or verify file existence in the ntfy attachment cache.message_id
NTFY_HEALTH_CHECKTool to check the health status of the ntfy service. Use when you need to verify if the ntfy service is operational and responding correctly.-
NTFY_POLL_MESSAGESTool to poll for messages from an ntfy topic without maintaining a long-standing connection. Use when you need to retrieve cached messages and have the connection close immediately after delivery. The connection ends after reading all available messages match…topic
NTFY_PUBLISH_JSONTool to publish messages as JSON to ntfy. Use when you need to send notifications with all parameters in the request body, especially useful for integrations that cannot add custom headers.topic
NTFY_PUBLISH_MESSAGETool to publish a message to a ntfy topic. Use when you need to send notifications or alerts to a topic. Topics are created dynamically if they don't exist.topic, message
NTFY_PUBLISH_MESSAGE_PUTTool to publish a message to a topic using PUT method. Use when you need to send notifications to subscribers of a topic. Supports various options like priority, tags, attachments, and scheduled delivery.topic, message
NTFY_PUBLISH_VIA_GETTool to publish messages to ntfy via GET request with URL parameters. Use when PUT/POST methods are unavailable or for simple webhook integration. Supports all message parameters as query strings. Without parameters, sends 'triggered' as message.topic
NTFY_SEND_WEBHOOKTool to send messages via webhook endpoint using simple GET request. Use when you need a simple webhook-style integration or for clients with limited HTTP support.topic
NTFY_SUBSCRIBE_FILTEREDTool to subscribe to a ntfy topic with filters based on message fields (id, message, title, priority, tags). Use when you need to retrieve specific messages from a topic using filter criteria. Returns matching messages from the topic as a JSON stream.topic
NTFY_SUBSCRIBE_JSON_STREAMTool to subscribe to a ntfy topic and receive messages as JSON stream. Use when you need to retrieve cached messages from a topic. The action polls the topic and returns immediately with cached messages.topic
NTFY_SUBSCRIBE_MULTIPLE_TOPICSTool to subscribe to multiple ntfy topics simultaneously using comma-separated topic list. Use when you need to receive messages from multiple topics in a single API call. Returns cached messages when used with poll=true parameter.topics
NTFY_SUBSCRIBE_RAW_STREAMTool to subscribe to a topic and receive message bodies as raw text stream. Use when you need to retrieve messages without metadata like priority, tags, or titles. Each line in the response contains only the message body. Empty lines represent keepalive messa…topic
NTFY_TRIGGER_WEBHOOKTool to trigger a webhook to publish a message to an ntfy topic via simple HTTP GET request. Use when you need to send notifications through webhooks without requiring a POST body. Sends a default 'triggered' message if no custom message is provided.topic
We love our partners - FlyMy.AI builds with the best. Thanks, Ntfy!