Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

pingwa

io.github.grzgrzgrz3/pingwa

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

Uptime
100.0%
1 direct probes · 30d
Response
1045ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

notify

Send a WhatsApp notification to the account owner's own phone. `text` is the message (1-1024 chars). `image_url` (optional) is a public https image link — a screenshot, chart or diff …

check_status

Show the pingwa account's plan, remaining monthly quota, and whether the free 24h WhatsApp reply window is currently open.

upgrade

Get a link to upgrade the account to Pro (raises the monthly quota). Returns a Stripe Checkout URL for the human to open and pay — no pingwa password needed, the card is handled by St…

ask

Ask the human a question on WhatsApp and BLOCK until they reply (or timeout). `text` is the question. `buttons` (optional, up to 3) render as tappable reply buttons; omit them to invi…

check_replies

Pull inbound WhatsApp messages the human sent to pingwa (out-of-band instructions, or late answers to an `ask`). `since` is a cursor from a previous call (pass it back to get only newe…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pingwa": {
      "url": "https://pingwa.dev/mcp",
      "transport": "streamable-http"
    }
  }
}