# Pushover MCP for AI Agents AI Agent Connect

> Pushover MCP lets you turn your AI agent into a notification powerhouse. Send real-time alerts to mobile and desktop devices, manage your notification groups, and track delivery receipts without leaving your chat interface. It handles everything from high-priority pings to emergency alerts that repeat until acknowledged.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_S1VEQG7Ddg2wcISVoSEoUQyA0wUNtYROM05FDegt/ai-agent-connect
- **Tags:** real-time-alerts, push-notifications, mobile-alerts, delivery-receipts, event-notifications

## Description

Instead of jumping between your terminal, your mobile device, and a web dashboard, you can just tell your AI agent to handle the alerts for you. If a server goes down or a critical threshold is hit, your agent can push a high-priority notification to your phone with a custom sound and a direct link to the logs. You can also check which devices are currently registered or see if a specific user actually received an emergency alert. It takes the friction out of incident response by making your notification pipeline conversational. Because Vinkius hosts this Connector, it's easy to plug into your existing workflow and start using it as a dedicated operations coordinator. You get a clear audit trail of who got notified and when, which is a lifesaver when you're trying to figure out why a team member missed a critical update. You can even check your remaining message quotas or update watch glance info on your wearable devices using simple commands. It turns a manual process into a hands-off system where your AI agent acts as the dispatcher for your entire alert infrastructure.

## Tools

### update_glances_data
Set watch glance info for your devices. This keeps your wearable displays updated with current data.

### get_message_limits
Check your account quotas and remaining messages. It helps you stay within your plan's limits.

### list_available_sounds
Get a list of alert sound names. You can use these to customize the audio for different alert types.

### list_user_subscriptions
List all active plans for your account. This helps you track your current service levels.

### grant_app_license
Assign a license to a specific user. This helps you manage permissions for your notification app.

### stop_emergency_alert
Cancel repeated retries for an ongoing alert. Use this to silence an alarm once the issue is resolved.

### get_emergency_receipt
Check the status of a sent emergency alert. Use this to see if a recipient acknowledged the message.

### list_registered_devices
List all hardware currently connected to your account. This is useful for auditing your notification reach.

### send_emergency_alert
Send an urgent alert that repeats until acknowledged. This ensures critical messages don't get missed.

### send_push_notification
Send a real-time alert to your devices. Use this for standard updates and non-urgent pings.

### test_pushover_auth
Check your connection to the Pushover service. Run this to make sure your keys are set up correctly.

### verify_user_key
Check if a specific user key is valid. This prevents sending messages to inactive or incorrect accounts.

## Prompt Examples

**Prompt:** 
```
Send a high-priority message to my phone saying the database is lagging.
```

**Response:** 
```
Sent. I've pushed that alert to your devices via Pushover. 

**Alert Details:**
- **Priority:** High
- **Message:** Database is lagging
- **Delivery:** Pending acknowledgment

Would you like me to check the delivery status in a few minutes?
```

**Prompt:** 
```
Check if our DevOps group acknowledged the last emergency alert.
```

**Response:** 
```
Checking the receipts for the 'CPU Spike' emergency alert...

| Total Members | Acknowledged | Pending |
| :--- | :--- | :--- |
| 8 | 6 | 2 |

Two members still need to confirm receipt of the alert.
```

**Prompt:** 
```
What are my current message limits?
```

**Response:** 
```
Here is your current Pushover account status:

- **Remaining Messages:** 450
- **Monthly Usage:** 60%
- **Subscription Plan:** Active

You have plenty of room left for the rest of the month.
```

## Capabilities

### Send real-time alerts
Push notifications to mobile and desktop devices instantly with custom sounds and titles.

### Track delivery status
See who received your high-priority messages and who didn't through delivery receipts.

### Manage alert sounds
Choose specific tones for different types of notifications to help you prioritize.

### Verify user access
Check if specific user keys are valid before your agent sends out messages.

### Monitor device lists
View all hardware currently connected to your Pushover account from your chat.

### Check account quotas
See how many messages you have left in your current plan to avoid service interruptions.

## Use Cases

### Immediate outage reporting
A server goes down and you need to alert the team. Ask your agent to send a high-priority Pushover message: 'Server down in region US-EAST-1'.

### Critical hardware spikes
You notice a CPU spike on production. Tell your agent to send a critical priority notification to the DevOps group with a persistent alarm sound.

### Delivery audits
You need to confirm the team saw the last update. Ask the agent to show the delivery statistics for all notifications sent in the last 24 hours.

### Account health checks
You're worried about hitting your plan limits. Ask your agent to check your account quotas and remaining message limits.

## Benefits

- Stop manual dashboard checking by using send_push_notification to get alerts delivered straight to your phone or desktop.
- Ensure critical messages are seen by using send_emergency_alert which repeats until someone acknowledges the notification.
- Keep a clean audit trail of your alerts by using get_emergency_receipt to verify exactly who saw your high-priority pings.
- Customize your alert experience by using list_available_sounds to assign different tones to different types of system events.
- Stay on top of your account health by using get_message_limits to monitor your remaining quota without leaving your chat.
- Verify your setup instantly with test_pushover_auth to make sure your AI agent is ready to send alerts at a moment's notice.

## How It Works

The bottom line is you get a voice-controlled way to manage your entire alert infrastructure.

1. Connect your Pushover App Token and User Key in your Connector settings.
2. Describe the notification you want to send or the status you want to check in plain English.
3. Your agent executes the command and confirms the delivery or provides the requested data.

## Frequently Asked Questions

**Can the Pushover MCP send alerts to my phone?**
Yes, it sends push notifications to your mobile devices, desktop, and wearables instantly. You can even specify custom sounds for different types of alerts.

**Does the Pushover MCP handle emergency alerts?**
It can send repeated alerts that keep pinging until someone acknowledges them. This is perfect for critical outages where you need to ensure someone sees the message.

**How do I know if my team saw a notification?**
You can ask the agent to check delivery receipts for specific high-priority messages. This tells you exactly who acknowledged the alert and who is still pending.

**Can I use the Pushover MCP to manage my devices?**
Yes, your agent can list all your registered hardware and check your account's subscription status directly from the chat.

**Is the Pushover MCP good for DevOps?**
It's a staple for DevOps because it allows for automated, real-time incident reporting without manual dashboard monitoring or constant app switching.

**Can I customize the sounds for different alerts?**
Yes, the Connector can pull a list of available sounds so you can set different tones for different types of alerts, like differentiating a low-priority ping from a critical error.

**Can my AI automatically send an emergency notification with a custom sound?**
Yes! Use the `send_message` tool. Set `priority: 2` for emergency, `retry: 60`, and `expire: 3600`. You can also specify a `sound` (e.g., 'alien', 'bugle') to ensure the alert is heard immediately.

**How do I find my Pushover App Token and User Key?**
Your User Key is displayed on your [**Pushover dashboard**](https://pushover.net/). To get an App Token, you must [**register an application**](https://pushover.net/apps/build) on the dashboard first.