examples

turbo-notify/examples
★ 0 stars Python Communication Updated today
Worked examples of building on Turbo Notify. First entry: a WhatsApp support attendant on the MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "examples": {
      "command": "uvx",
      "args": [
        "examples"
      ]
    }
  }
}

Or install with pip: pip install examples

README Excerpt

Working examples of building on [Turbo Notify](https://turbonotify.com), the WhatsApp infrastructure for transactional notifications and AI assistants. Each example is a **self-contained project**: clone it, set a few environment variables, and run it. Nothing here depends on anything else in this repository, and nothing here needs access to