Skip to main content
Glama
jonmmease

Jon's Pushover MCP Server

by jonmmease

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PUSHOVER_USER_KEYYesUser key from https://pushover.net
PUSHOVER_API_TOKENYesApplication API token from https://pushover.net/apps

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
send_notification

Send a push notification via Pushover.

Args: message: The notification message body (required). title: Title shown at top of notification. Defaults to app name. url: URL to include (tappable in notification). url_title: Label for the URL instead of showing raw URL. priority: Priority level from -2 (silent) to 2 (emergency). Default 0. sound: Notification sound name. See Pushover docs for available sounds.

Returns: Dictionary with 'status' (1 for success) and 'request' (UUID string).

Raises: ValueError: If priority is out of range or sound is invalid. PushoverError: If Pushover API returns an error or credentials are missing.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jonmmease/jons-mcp-pushover'

If you have feedback or need assistance with the MCP directory API, please join our Discord server