notifications
Pushover MCP, CLI, and Lua Integration for AI Agents
Pushover integration docs for AI agents: MCP gateway setup, Pushover CLI commands, Lua API reference, credentials, and function schemas.
3 functions 2 read 1 write API key auth
Pushover for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
pushover- route_slug
pushover- package
pushover- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Pushover CLIHeadless setup and direct function calls. Pushover MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Pushover MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Pushover.
Claude Code Pushover MCP setup for Claude Code. Cursor Pushover MCP setup for Cursor. Codex Pushover MCP setup for Codex. OpenAI Agents Pushover MCP setup for OpenAI Agents SDK. Claude Agent SDK Pushover MCP setup for Claude Agent SDK. Vercel AI SDK Pushover MCP setup for Vercel AI SDK. LangChain Pushover MCP setup for LangChain. LangGraph Pushover MCP setup for LangGraph. CrewAI Pushover MCP setup for CrewAI. MCP clients Pushover MCP setup for Generic MCP Clients.
Pushover CLI Matrix
Use these pages for direct Pushover CLI workflows in scripts, CI, cron, and agent wrappers.
CI Pushover CLI for CI. Cron Jobs Pushover CLI for cron jobs. Shell Scripts Pushover CLI for shell scripts. Headless Automation Pushover CLI for headless automation. Coding Agents Pushover CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
pushover.pushover_send_message | Write write | 10 | Send a push notification via Pushover. Supports message, title, priority levels, and optional URL/sound attachments. |
pushover.pushover_list_sounds | Read read | 0 | List available notification sounds in Pushover. Use sound names with the send_message tool. |
pushover.pushover_get_current_user | Read read | 0 | Validate the Pushover user credentials and retrieve account information. |