
Iotpush
- Updated April 2, 2026
- dasecure/claude-plugins
iotpush is a Claude Code skill in the Backend & APIs category. Send push notifications, emails, and webhooks via the iotpush API. Supports IoT devices, automation platforms, and Pushover-compatible integrations.
Key points
- iotpush
- Backend & APIs
- AI-coding skill
Iotpush by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add dasecure/claude-plugins/plugin install iotpush@claude-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 2, 2026 |
|---|---|
| Repository | dasecure/claude-plugins ↗ |
What it does
Send push notifications, emails, and webhooks via the iotpush API. Supports IoT devices, automation platforms, and Pushover-compatible integrations.
README.md
iotpush Plugin
Send push notifications, emails, and webhooks via iotpush.com — one API call for multi-channel delivery to IoT devices and mobile apps.
Components
| Component | Name | Purpose |
|---|---|---|
| MCP Server | iotpush |
Wraps the iotpush REST API as MCP tools |
| Skill | iotpush |
Guides Claude on when and how to use the tools |
MCP Tools
- send_push_notification — Send a notification with optional title, priority, tags, and click URL
- send_json_notification — Send a JSON-formatted notification for richer payloads
- send_pushover_notification — Pushover-compatible endpoint for drop-in replacement
Setup
Environment Variables
| Variable | Required | Description |
|---|---|---|
IOTPUSH_API_KEY |
No* | Bearer token for authenticated requests |
IOTPUSH_DEFAULT_TOPIC |
No | Default topic when none is specified in a request |
*Not required for public topics, but recommended for authenticated access.
Getting Your API Key
- Create an account at iotpush.com or via the mobile app
- Get your token from the web panel or the mobile app home screen
Usage
Once installed, just ask Claude things like:
- "Send a push notification to my-topic saying the build is complete"
- "Alert my device that the temperature sensor exceeded 80 degrees — mark it urgent"
- "Send a notification with title 'Deploy Done' and a link to the dashboard"
Rate Limits
| Plan | Messages/Month | Topics |
|---|---|---|
| Free | 1,000 | 3 |
| Pro ($9/mo) | 10,000 | 10 |
| Business ($29/mo) | 100,000 | Unlimited |