Labsco
suprsend logo

notifyhub

from suprsend

Unified notification MCP server with 36 tools to send messages across 23 channels โ€” Email, SMS, Slack, Telegram, Discord, Teams, WhatsApp, Firebase Push, and more.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅFreeQuick setup

SuprSend CLI

cli MCP server

SuprSend CLI is a command-line interface tool for interacting with the SuprSend API, written in Go. It also doubles as an MCP server so AI agents (Claude, Cursor, Gemini, etc.) can drive your workspace through the same set of operations.

What you can do with it

  • Manage workspace resources โ€” template, workflow, schema, event, category, translation, workspace. Each supports list, get, pull, push, commit against your local working directory.
  • Sync between workspaces โ€” suprsend sync pulls assets from one workspace and pushes to another, with an optional local directory as intermediate storage.
  • Generate typed payload code โ€” suprsend generate-types emits typed code in Go, TypeScript, Python, Java, Kotlin, Swift, or Dart from your event / workflow JSON Schemas.
  • Run as an MCP server โ€” suprsend start-mcp-server exposes tools over stdio/SSE/HTTP. Installable directly from the MCP Registry (npx -y suprsend start-mcp-server), or wire it into Claude Code / Cursor / Gemini CLI manually.
  • Multi-account / multi-environment profiles โ€” suprsend profile add|modify|list|use|remove stores per-account credentials and base URLs, so the same CLI works against public cloud, BYOC, staging, pre-prod, etc.

Full command reference: docs.suprsend.com/reference/cli-intro. Or run suprsend --help for the command tree.

Documentation

Please refer to documentation here OR if you want to access the cobra generated docs those are here

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Generating build artifacts locally

make build compiles the embedded type-morph Deno binary (requires Deno), then generates CLI documentation in docs/ and AI skills in skills/.

Copy & paste โ€” that's it
make build

A CI check on PRs to main verifies that docs/ and skills/ are up to date. Run make build and commit the output before opening a PR.

Removing local build artifacts

Copy & paste โ€” that's it
make clean

License

This project is licensed under the MIT License - see the LICENSE file for details.