# PushAlert — MCP server on mcp.ai > Connect your PushAlert account and use 9 tools for notifications straight from your AI agent. Connect with your own API key. Send and manage Web Push notifications, subscriber segments, attributes, and automation for a PushAlert website project. By: mcp.ai · official Page: https://mcp.ai/push_alert ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_push_alert?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/push_alert/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/push_alert/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/push_alert/skill.md Postman collection (v2.1): https://mcp.ai/push_alert/postman.json ## Tools - push_alert_add_subscribers_to_segment(segment_id: integer, subscriber_ids: string[]) — Add one or more Web Push subscribers to an existing segment. - push_alert_create_segment(name: string) — Create a Web Push subscriber segment with a letters-and-digits name. - push_alert_delete_segment(segment_id: integer) — Permanently delete a Web Push subscriber segment by ID. - push_alert_get_notification_stats(notification_id: integer) — Get attempted, delivered, clicked, and click-through-rate statistics for a Web Push notification. - push_alert_get_subscriber_attributes(subscriber_id: string) — Get custom attributes for a Web Push subscriber. - push_alert_list_segments() — List all Web Push subscriber segments and their subscriber counts. - push_alert_remove_subscribers_from_segment(segment_id: integer, subscriber_ids: string[]) — Remove one or more Web Push subscribers from an existing segment. - push_alert_send_web_push_notification(url: string, icon?: string, title: string, message: string, attributes?: object, segment_id?: integer, subscriber?: string, expire_time?: integer, subscribers?: string[]) — Send an irreversible Web Push notification to a saved segment, explicit subscriber IDs, or attribute-matched subscribers. If no targeting field is supplied, sends to every subscriber. Excludes paid ri - push_alert_set_subscriber_attributes(attributes: object, subscriber_id: string) — Add or update custom attributes for a Web Push subscriber. ## Example prompts - "What can I do in PushAlert?" - "Show me a summary of my PushAlert account" ## Links Docs: https://mcp.ai/docs/mcps/push_alert Website: https://mcp.ai/mcps/push_alert