Back to Home
chrstnwhlrt icon

pushover-mcp-rs

Verified Safe

by chrstnwhlrt

Overview

Enables LLMs to send push notifications to user devices via the Pushover API for alerts, task completion, or other attention-getting scenarios.

Installation

Run Command
./target/release/pushover-mcp-rs

Security Notes

The server correctly handles sensitive credentials (Pushover API token and user key) by loading them from a user-editable configuration file, rather than hardcoding. Input parameters are validated against Pushover API limits (e.g., message length, URL length) to prevent abuse or malformed requests. All network communication to the Pushover API uses HTTPS with `rustls-tls` for secure transport and includes connection/request timeouts. The server operates over stdin/stdout as an MCP server, avoiding direct network exposure itself, which enhances security. No `eval` or similar dangerous patterns are present.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-11-30

Tags

MCPPushoverNotificationsLLM ToolRust