← Back to Plugins
MCP Server MCP

pingwa

github By github 👁 1 views ▲ 0 votes

Zero-setup WhatsApp notifications + human-in-the-loop for AI agents — text 'join', send in 60s.

Homepage Verified source GitHub

Install

uvx pingwa

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://pingwa.dev/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "pingwa",
      "version": "0.4.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "pingwa API key (send 'join' on WhatsApp to the service number — see https://pingwa.dev)",
          "isRequired": true,
          "isSecret": true,
          "name": "PINGWA_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...